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