4 references to FastTreeBinaryTrainer
Microsoft.ML.FastTree (4)
FastTreeArguments.cs (1)
107
ITrainer IComponentFactory<ITrainer>.CreateComponent(IHostEnvironment env) => new
FastTreeBinaryTrainer
(env, this);
FastTreeClassification.cs (1)
442
() => new
FastTreeBinaryTrainer
(host, input),
TreeEnsembleFeaturizationEstimator.cs (1)
244
var trainer = new
FastTreeBinaryTrainer
(Env, _trainerOptions);
TreeTrainersCatalog.cs (1)
123
return new
FastTreeBinaryTrainer
(env, options);