2 references to FastForestBinaryTrainer
Microsoft.ML.Core.Tests (1)
UnitTests\TestEntryPoints.cs (1)
1529var fastForest = new FastForestBinaryTrainer(Env, "Label", "Features");
Microsoft.ML.FastTree (1)
TreeTrainersCatalog.cs (1)
415return new FastForestBinaryTrainer(env, labelColumnName, featureColumnName, exampleWeightColumnName, numberOfLeaves, numberOfTrees, minimumExampleCountPerLeaf);