Package org.neo4j.gds.ml.gradientdescent
Class Training
java.lang.Object
org.neo4j.gds.ml.gradientdescent.Training
-
Constructor Summary
ConstructorsConstructorDescriptionTraining(GradientDescentConfig config, org.neo4j.gds.core.utils.progress.tasks.ProgressTracker progressTracker, org.neo4j.gds.core.utils.progress.tasks.LogLevel messageLogLevel, long trainSize, org.neo4j.gds.termination.TerminationFlag terminationFlag) -
Method Summary
Modifier and TypeMethodDescriptionstatic org.neo4j.gds.core.utils.mem.MemoryEstimationmemoryEstimation(int numberOfFeatures, int numberOfClasses) static org.neo4j.gds.core.utils.mem.MemoryEstimationmemoryEstimation(org.neo4j.gds.core.utils.mem.MemoryRange numberOfFeaturesRange, int numberOfClasses) voidtrain(Objective<?> objective, Supplier<org.neo4j.gds.ml.core.batch.BatchQueue> queueSupplier, int concurrency)
-
Constructor Details
-
Training
public Training(GradientDescentConfig config, org.neo4j.gds.core.utils.progress.tasks.ProgressTracker progressTracker, org.neo4j.gds.core.utils.progress.tasks.LogLevel messageLogLevel, long trainSize, org.neo4j.gds.termination.TerminationFlag terminationFlag)
-
-
Method Details
-
memoryEstimation
public static org.neo4j.gds.core.utils.mem.MemoryEstimation memoryEstimation(int numberOfFeatures, int numberOfClasses) -
memoryEstimation
public static org.neo4j.gds.core.utils.mem.MemoryEstimation memoryEstimation(org.neo4j.gds.core.utils.mem.MemoryRange numberOfFeaturesRange, int numberOfClasses) -
train
-