Class GlobalAccuracy
java.lang.Object
org.neo4j.gds.ml.metrics.classification.GlobalAccuracy
- All Implemented Interfaces:
ClassificationMetric,Metric
-
Field Summary
FieldsFields inherited from interface org.neo4j.gds.ml.metrics.classification.ClassificationMetric
EPSILON -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.neo4j.gds.ml.metrics.Metric
isModelSpecific
-
Field Details
-
NAME
- See Also:
-
-
Constructor Details
-
GlobalAccuracy
public GlobalAccuracy()
-
-
Method Details
-
name
-
comparator
- Specified by:
comparatorin interfaceMetric
-
compute
public double compute(org.neo4j.gds.collections.ha.HugeIntArray targets, org.neo4j.gds.collections.ha.HugeIntArray predictions) - Specified by:
computein interfaceClassificationMetric
-
hashCode
public int hashCode() -
equals
-
toString
-