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)
21internal override InternalRegressionTree TrainingIteration(IChannel ch, bool[] activeFeatures)
Training\OptimizationAlgorithms\NoOptimizationAlgorithm.cs (1)
28internal override InternalRegressionTree TrainingIteration(IChannel ch, bool[] activeFeatures)
1 reference to TrainingIteration
Microsoft.ML.FastTree (1)
Training\OptimizationAlgorithms\AcceleratedGradientDescent.cs (1)
32InternalRegressionTree tree = base.TrainingIteration(ch, activeFeatures);