public class GDBOnTreesLearningStrategy extends GDBLearningStrategy
baseMdlTrainerBuilder, checkConvergenceStgyFactory, cntOfIterations, compositionWeights, envBuilder, externalLbToInternalMapping, loss, meanLbVal, sampleSize, trainerEnvironment| Constructor and Description |
|---|
GDBOnTreesLearningStrategy(boolean useIdx)
Create an instance of learning strategy.
|
| Modifier and Type | Method and Description |
|---|---|
<K,V> List<IgniteModel<Vector,Double>> |
update(GDBTrainer.GDBModel mdlToUpdate,
DatasetBuilder<K,V> datasetBuilder,
Preprocessor<K,V> vectorizer)
Gets state of model in arguments, compare it with training parameters of trainer and if they are fit then trainer
updates model in according to new data and return new model.
|
getCompositionWeights, getMeanValue, initLearningState, learnModels, withBaseModelTrainerBuilder, withCheckConvergenceStgyFactory, withCntOfIterations, withCompositionWeights, withDefaultGradStepSize, withEnvironmentBuilder, withExternalLabelToInternal, withLossGradient, withMeanLabelValue, withSampleSizepublic GDBOnTreesLearningStrategy(boolean useIdx)
useIdx - Use index.public <K,V> List<IgniteModel<Vector,Double>> update(GDBTrainer.GDBModel mdlToUpdate, DatasetBuilder<K,V> datasetBuilder, Preprocessor<K,V> vectorizer)
update in class GDBLearningStrategyK - Type of a key in upstream data.V - Type of a value in upstream data.mdlToUpdate - Learned model.datasetBuilder - Dataset builder.vectorizer - Upstream preprocessor.
GridGain In-Memory Computing Platform : ver. 8.9.26 Release Date : October 16 2025