3 references to FastForestBinaryTrainer
Microsoft.ML.FastTree (3)
RandomForestClassification.cs (1)
418
() => new
FastForestBinaryTrainer
(host, input),
TreeEnsembleFeaturizationEstimator.cs (1)
330
var trainer = new
FastForestBinaryTrainer
(Env, _trainerOptions);
TreeTrainersCatalog.cs (1)
437
return new
FastForestBinaryTrainer
(env, options);