Class GiniIndex

java.lang.Object
org.neo4j.gds.ml.decisiontree.GiniIndex
All Implemented Interfaces:
ImpurityCriterion

public class GiniIndex extends Object implements ImpurityCriterion
  • Constructor Details

    • GiniIndex

      public GiniIndex(org.neo4j.gds.collections.ha.HugeIntArray expectedMappedLabels, int numberOfClasses)
  • Method Details