java.lang.Object
org.neo4j.gds.ml.metrics.classification.F1Score
All Implemented Interfaces:
ClassificationMetric, Metric

public class F1Score extends Object implements ClassificationMetric
  • Field Details

  • Constructor Details

    • F1Score

      public F1Score(long originalTarget, int internalTarget)
  • Method Details