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.String ACCURACY
    Identifier for the accuracy metric.
    static java.lang.String AUC
    Identifier for the area under the ROC curve metric.
    static java.lang.String F1SCORE
    Identifier for the F1-score metric.
    static java.lang.String P
    Identifier for the precision metric.
    static java.lang.String R
    Identifier for the recall metric.
  • Constructor Summary

    Constructors 
    Constructor Description
    LinkPredictionMetricIdentifiers()  
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait