Class IndividualSamplingAlgorithmIdentifiers
java.lang.Object
es.uam.eps.ir.relison.grid.links.recommendation.sampling.IndividualSamplingAlgorithmIdentifiers
public class IndividualSamplingAlgorithmIdentifiers
extends java.lang.Object
Identifiers for the different sampling approaches in the library.
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
ALL
Identifier for the sampling algorithm that takes all nodes.static java.lang.String
DISTANCETWO
Identifier for the sampling algorithm that takes all nodes at distance two from the target.static java.lang.String
DISTANCETWOLP
Identifier for the sampling algorithm that takes all nodes at distance two from the target based on link prediction.static java.lang.String
LINKPRED
Identifier for the sampling algorithm that takes the top-k nodes at link prediction.static java.lang.String
RECOMMENDER
Identifier for the sampling algorithm that the top-k recommended nodes. -
Constructor Summary
Constructors Constructor Description IndividualSamplingAlgorithmIdentifiers()
-
Method Summary
Modifier and Type Method Description static void
printPartitionAlgorithmList()
Prints the list of available algorithms
-
Field Details
-
ALL
public static final java.lang.String ALLIdentifier for the sampling algorithm that takes all nodes.- See Also:
- Constant Field Values
-
DISTANCETWO
public static final java.lang.String DISTANCETWOIdentifier for the sampling algorithm that takes all nodes at distance two from the target.- See Also:
- Constant Field Values
-
DISTANCETWOLP
public static final java.lang.String DISTANCETWOLPIdentifier for the sampling algorithm that takes all nodes at distance two from the target based on link prediction.- See Also:
- Constant Field Values
-
LINKPRED
public static final java.lang.String LINKPREDIdentifier for the sampling algorithm that takes the top-k nodes at link prediction.- See Also:
- Constant Field Values
-
RECOMMENDER
public static final java.lang.String RECOMMENDERIdentifier for the sampling algorithm that the top-k recommended nodes.- See Also:
- Constant Field Values
-
-
Constructor Details
-
IndividualSamplingAlgorithmIdentifiers
public IndividualSamplingAlgorithmIdentifiers()
-
-
Method Details
-
printPartitionAlgorithmList
public static void printPartitionAlgorithmList()Prints the list of available algorithms
-