10 references to FastForest
Microsoft.ML.AutoML (3)
SweepableEstimator\Estimators\FastForest.cs (2)
23return context.MulticlassClassification.Trainers.OneVersusAll(context.BinaryClassification.Trainers.FastForest(option), labelColumnName: param.LabelColumnName); 60return context.BinaryClassification.Trainers.FastForest(option);
TrainerExtensions\BinaryTrainerExtensions.cs (1)
76return mlContext.BinaryClassification.Trainers.FastForest(options);
Microsoft.ML.FastTree (1)
RandomForestClassification.cs (1)
144/// <seealso cref="TreeExtensions.FastForest(BinaryClassificationCatalog.BinaryClassificationTrainers, FastForestBinaryTrainer.Options)"/>
Microsoft.ML.Samples (1)
Dynamic\Trainers\BinaryClassification\FastForestWithOptions.cs (1)
43.FastForest(options);
Microsoft.ML.Samples.OneDal (1)
Program.cs (1)
79var trainer = mlContext.BinaryClassification.Trainers.FastForest(options);
Microsoft.ML.Tests (4)
TrainerEstimators\OneDalEstimators.cs (1)
72var trainer = ML.BinaryClassification.Trainers.FastForest(options);
TrainerEstimators\TreeEnsembleFeaturizerTest.cs (1)
184var trainer = ML.BinaryClassification.Trainers.FastForest(
TrainerEstimators\TreeEstimators.cs (2)
152var trainer = ML.BinaryClassification.Trainers.FastForest( 1006var estimator = pipeline.Append(ML.BinaryClassification.Trainers.FastForest(