Class LinkPredictionMetricIdentifiers
java.lang.Object
es.uam.eps.ir.relison.grid.links.prediction.metrics.LinkPredictionMetricIdentifiers
public class LinkPredictionMetricIdentifiers
extends java.lang.Object
Identifiers for the different contact recommendation metrics
available in the library.
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringACCURACYIdentifier for the accuracy metric.static java.lang.StringAUCIdentifier for the area under the ROC curve metric.static java.lang.StringF1SCOREIdentifier for the F1-score metric.static java.lang.StringPIdentifier for the precision metric.static java.lang.StringRIdentifier for the recall metric. -
Constructor Summary
Constructors Constructor Description LinkPredictionMetricIdentifiers() -
Method Summary
-
Field Details
-
P
public static final java.lang.String PIdentifier for the precision metric.- See Also:
- Constant Field Values
-
R
public static final java.lang.String RIdentifier for the recall metric.- See Also:
- Constant Field Values
-
AUC
public static final java.lang.String AUCIdentifier for the area under the ROC curve metric.- See Also:
- Constant Field Values
-
ACCURACY
public static final java.lang.String ACCURACYIdentifier for the accuracy metric.- See Also:
- Constant Field Values
-
F1SCORE
public static final java.lang.String F1SCOREIdentifier for the F1-score metric.- See Also:
- Constant Field Values
-
-
Constructor Details
-
LinkPredictionMetricIdentifiers
public LinkPredictionMetricIdentifiers()
-