5 references to FastForestBinary
Microsoft.ML.AutoML (2)
TrainerExtensions\TrainerExtensionCatalog.cs (1)
18{ TrainerName.FastForestBinary, typeof(FastForestBinaryExtension) },
TrainerExtensions\TrainerExtensionUtil.cs (1)
306return TrainerName.FastForestBinary;
Microsoft.ML.AutoML.Tests (1)
TrainerExtensionsTests.cs (1)
411var allowList = new[] { TrainerName.AveragedPerceptronBinary, TrainerName.FastForestBinary };
Microsoft.ML.CodeGenerator (2)
CodeGenerator\CSharp\CodeGenerator.cs (1)
31private static readonly HashSet<string> _fastTreeTrainers = new HashSet<string>() { TrainerName.FastForestBinary.ToString(), TrainerName.FastForestRegression.ToString(),
CodeGenerator\CSharp\TrainerGeneratorFactory.cs (1)
34case TrainerName.FastForestBinary: