public abstract class GDBRegressionTrainer extends GDBTrainer
GDBTrainer.GDBModelDatasetTrainer.EmptyDatasetExceptioncheckConvergenceStgyFactory, lossenvBuilder, environment| Constructor and Description |
|---|
GDBRegressionTrainer(double gradStepSize,
Integer cntOfIterations)
Constructs instance of GDBRegressionTrainer.
|
| Modifier and Type | Method and Description |
|---|---|
protected double |
externalLabelToInternal(double x)
Maps external representation of label to internal.
|
protected double |
internalLabelToExternal(double x)
Maps internal representation of label to external.
|
protected <V,K> boolean |
learnLabels(DatasetBuilder<K,V> builder,
Preprocessor<K,V> preprocessor)
Defines unique labels in dataset if need (useful in case of classification).
|
GDBRegressionTrainer |
withEnvironmentBuilder(LearningEnvironmentBuilder envBuilder)
Changes learning Environment.
|
buildBaseModelTrainer, computeInitialValue, fitWithInitializedDeployingContext, getLearningStrategy, isUpdateable, updateModel, withCheckConvergenceStgyFactoryfit, fit, fit, fit, fit, fit, getLastTrainedModelOrThrowEmptyDatasetException, identityTrainer, learningEnvironment, update, update, update, update, update, withConvertedLabelspublic GDBRegressionTrainer(double gradStepSize,
Integer cntOfIterations)
gradStepSize - Grad step size.cntOfIterations - Count of learning iterations.protected <V,K> boolean learnLabels(DatasetBuilder<K,V> builder, Preprocessor<K,V> preprocessor)
learnLabels in class GDBTrainerbuilder - Dataset builder.preprocessor - Upstream preprocessor.protected double externalLabelToInternal(double x)
externalLabelToInternal in class GDBTrainerx - Label value.protected double internalLabelToExternal(double x)
internalLabelToExternal in class GDBTrainerx - Label value.public GDBRegressionTrainer withEnvironmentBuilder(LearningEnvironmentBuilder envBuilder)
withEnvironmentBuilder in class GDBTrainerenvBuilder - Learning environment builder.
GridGain In-Memory Computing Platform : ver. 8.9.26 Release Date : October 16 2025