4 references to FastTreeRegressionTrainer
Microsoft.ML.FastTree (4)
FastTreeArguments.cs (1)
151
ITrainer IComponentFactory<ITrainer>.CreateComponent(IHostEnvironment env) => new
FastTreeRegressionTrainer
(env, this);
FastTreeRegression.cs (1)
542
() => new
FastTreeRegressionTrainer
(host, input),
TreeEnsembleFeaturizationEstimator.cs (1)
287
var trainer = new
FastTreeRegressionTrainer
(Env, _trainerOptions);
TreeTrainersCatalog.cs (1)
69
return new
FastTreeRegressionTrainer
(env, options);