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