Class F1Weighted

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

public class F1Weighted extends Object implements ClassificationMetric
  • Field Details

  • Constructor Details

    • F1Weighted

      public F1Weighted(org.neo4j.gds.ml.core.subgraph.LocalIdMap classIdMap, org.neo4j.gds.collections.LongMultiSet globalClassCounts)
  • Method Details