Package es.uam.eps.ir.relison.links.linkprediction.metrics

  • Interface Summary 
    Interface Description
    LinkPredictionMetric<U>
    Interface for defining metrics for evaluating link prediction algorithms.
  • Class Summary 
    Class Description
    AbstractClassificationMetric<U>
    Implementation of the area under the receiver-operating characteristic curve for link prediction.
    Accuracy<U>
    Implementation of the accuracy metric for link prediction.
    AUC<U>
    Implementation of the area under the receiver-operating characteristic curve for link prediction.
    F1Score<U>
    Implementation of the F1 score metric for link prediction.
    Precision<U>
    Implementation of the precision metric for link prediction.
    Recall<U>
    Implementation of the recall metric for link prediction.
    ROCCurve<U>
    Given a list, finds the receiver operating characteristic (ROC) curve.