1 write to _trainerOptions
Microsoft.ML.FastTree (1)
TreeEnsembleFeaturizationEstimator.cs (1)
239
_trainerOptions
= options.TrainerOptions;
1 reference to _trainerOptions
Microsoft.ML.FastTree (1)
TreeEnsembleFeaturizationEstimator.cs (1)
244
var trainer = new FastTreeBinaryTrainer(Env,
_trainerOptions
);