1 write to _trainerOptions
Microsoft.ML.FastTree (1)
TreeEnsembleFeaturizationEstimator.cs (1)
368
_trainerOptions
= options.TrainerOptions;
1 reference to _trainerOptions
Microsoft.ML.FastTree (1)
TreeEnsembleFeaturizationEstimator.cs (1)
373
var trainer = new FastForestRegressionTrainer(Env,
_trainerOptions
);