Base:
method
TrainingIteration
Microsoft.ML.Trainers.FastTree.OptimizationAlgorithm.TrainingIteration(Microsoft.ML.Runtime.IChannel, System.Boolean[])
2 overrides of TrainingIteration
Microsoft.ML.FastTree (2)
Training\OptimizationAlgorithms\AcceleratedGradientDescent.cs (1)
21
internal override InternalRegressionTree
TrainingIteration
(IChannel ch, bool[] activeFeatures)
Training\OptimizationAlgorithms\NoOptimizationAlgorithm.cs (1)
28
internal override InternalRegressionTree
TrainingIteration
(IChannel ch, bool[] activeFeatures)
1 reference to TrainingIteration
Microsoft.ML.FastTree (1)
Training\OptimizationAlgorithms\AcceleratedGradientDescent.cs (1)
32
InternalRegressionTree tree = base.
TrainingIteration
(ch, activeFeatures);