Interface ClassificationMetric

All Superinterfaces:
Metric
All Known Implementing Classes:
Accuracy, F1Macro, F1Score, F1Weighted, GlobalAccuracy, Precision, Recall

public interface ClassificationMetric extends Metric
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final double
     
  • Method Summary

    Modifier and Type
    Method
    Description
    double
    compute(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

  • Method Details

    • compute

      double compute(org.neo4j.gds.collections.ha.HugeIntArray targets, org.neo4j.gds.collections.ha.HugeIntArray predictions)