11 references to FastForest
Microsoft.ML.FastTree (1)
RandomForestClassification.cs (1)
143/// <seealso cref="TreeExtensions.FastForest(BinaryClassificationCatalog.BinaryClassificationTrainers, string, string, string, int, int, int)"/>
Microsoft.ML.Samples (1)
Dynamic\Trainers\BinaryClassification\FastForest.cs (1)
31.FastForest();
Microsoft.ML.Tests (9)
FeatureContributionTests.cs (1)
141TestFeatureContribution(ML.BinaryClassification.Trainers.FastForest(), GetSparseDataset(TaskType.BinaryClassification, 100), "FastForestBinary");
OnnxConversionTest.cs (7)
226mlContext.BinaryClassification.Trainers.FastForest(), 284ML.BinaryClassification.Trainers.FastForest(), 1666mlContext.BinaryClassification.Trainers.FastForest()), 1668mlContext.BinaryClassification.Trainers.FastForest(), useProbabilities:false), 1937mlContext.BinaryClassification.Trainers.FastForest("Label", "MyFeatureVector"), 1993mlContext.BinaryClassification.Trainers.FastForest("Label", "MyFeatureVector")), 1995mlContext.BinaryClassification.Trainers.FastForest("Label", "MyFeatureVector"), useProbabilities:false),
PermutationFeatureImportanceTests.cs (1)
488var ff = ML.BinaryClassification.Trainers.FastForest();