Class RandomForestRegressor

java.lang.Object
org.neo4j.gds.ml.models.randomforest.RandomForestRegressor
All Implemented Interfaces:
Regressor

public class RandomForestRegressor extends Object implements Regressor
  • Constructor Details

  • Method Details

    • runtimeOverheadMemoryEstimation

      public static org.neo4j.gds.core.utils.mem.MemoryRange runtimeOverheadMemoryEstimation()
    • data

      public Regressor.RegressorData data()
      Specified by:
      data in interface Regressor
    • predict

      public double predict(double[] features)
      Specified by:
      predict in interface Regressor