Package org.neo4j.gds.ml.metrics
Interface Metric
- All Known Subinterfaces:
ClassificationMetric
- All Known Implementing Classes:
Accuracy,F1Macro,F1Score,F1Weighted,GlobalAccuracy,LinkMetric,OutOfBagError,Precision,Recall,RegressionMetrics
public interface Metric
-
Method Summary
-
Method Details
-
name
String name() -
comparator
Comparator<Double> comparator() -
isModelSpecific
default boolean isModelSpecific()
-