Class ParallelNodeClassifier

java.lang.Object
org.neo4j.gds.ml.nodeClassification.ParallelNodeClassifier

public class ParallelNodeClassifier extends Object
  • Method Summary

    Modifier and Type
    Method
    Description
    org.neo4j.gds.collections.ha.HugeIntArray
    predict(@Nullable org.neo4j.gds.collections.ha.HugeObjectArray<double[]> predictedProbabilities)
     
    org.neo4j.gds.collections.ha.HugeIntArray
    predict(org.neo4j.gds.core.utils.paged.ReadOnlyHugeLongArray evaluationSet)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • predict

      public org.neo4j.gds.collections.ha.HugeIntArray predict(org.neo4j.gds.core.utils.paged.ReadOnlyHugeLongArray evaluationSet)
    • predict

      public org.neo4j.gds.collections.ha.HugeIntArray predict(@Nullable @Nullable org.neo4j.gds.collections.ha.HugeObjectArray<double[]> predictedProbabilities)