Package es.uam.eps.ir.relison.grid.links.prediction.metrics.accuracy
Classes and interfaces for configuration files for accuracy link prediction metrics.
-
Class Summary Class Description AccuracyConfigurator<U,F> Grid search generator for the accuracy of the link prediction method.AUCConfigurator<U,F> Grid search generator for area under the ROC curve.F1ScoreConfigurator<U,F> Grid search generator for the F1 score of the link prediction method.PrecisionConfigurator<U,F> Grid search generator for the precision metric.RecallConfigurator<U,F> Grid search generator for the recall metric.