Class ClassificationMetricSpecification
java.lang.Object
org.neo4j.gds.ml.metrics.classification.ClassificationMetricSpecification
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptioncreateMetrics(org.neo4j.gds.ml.core.subgraph.LocalIdMap classIdMap, org.neo4j.gds.collections.LongMultiSet classCounts) booleaninthashCode()static org.neo4j.gds.core.utils.mem.MemoryEstimationmemoryEstimation(int numberOfClasses) specificationsToString(List<ClassificationMetricSpecification> specifications) toString()
-
Method Details
-
createMetrics
-
toString
-
equals
-
hashCode
public int hashCode() -
memoryEstimation
public static org.neo4j.gds.core.utils.mem.MemoryEstimation memoryEstimation(int numberOfClasses) -
specificationsToString
public static List<String> specificationsToString(List<ClassificationMetricSpecification> specifications)
-