1 implementation of InitIteration
Microsoft.ML.FastTree (1)
Training\Parallel\SingleTrainer.cs (1)
63
void IParallelTraining.
InitIteration
(ref bool[] activeFeatures)
3 references to InitIteration
Microsoft.ML.FastTree (3)
Training\Parallel\IParallelTraining.cs (2)
41
/// 2. interactive with TreeLearner: <see cref="
InitIteration
" />, <see cref="CacheHistogram" />, <see cref="IsNeedFindLocalBestSplit" />,
44
/// Use <see cref="
InitIteration
" /> to alter local active features.
Training\TreeLearners\LeastSquaresRegressionTreeLearner.cs (1)
329
_parallelTraining.
InitIteration
(ref activeFeatures);