Interface ClassificationMetric
- All Superinterfaces:
Metric
- All Known Implementing Classes:
Accuracy,F1Macro,F1Score,F1Weighted,GlobalAccuracy,Precision,Recall
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiondoublecompute(org.neo4j.gds.collections.ha.HugeIntArray targets, org.neo4j.gds.collections.ha.HugeIntArray predictions) Methods inherited from interface org.neo4j.gds.ml.metrics.Metric
comparator, isModelSpecific, name
-
Field Details
-
EPSILON
static final double EPSILON- See Also:
-
-
Method Details
-
compute
double compute(org.neo4j.gds.collections.ha.HugeIntArray targets, org.neo4j.gds.collections.ha.HugeIntArray predictions)
-