1 write to _step
Microsoft.ML.FastTree (1)
Training\StepSearch.cs (1)
85
_step
= value;
2 references to _step
Microsoft.ML.FastTree (2)
Training\StepSearch.cs (2)
80
get { return
_step
; }
86
Scores.Initialize(_previousScores, _tree, _partitioning,
_step
);