5 references to FastTreeBinary
Microsoft.ML.AutoML (4)
EstimatorType.cs (1)
64case EstimatorType.FastTreeBinary:
FastTreeBinary.cs (2)
20this.EstimatorType = EstimatorType.FastTreeBinary; 25this.EstimatorType = EstimatorType.FastTreeBinary;
Tuner\PipelineProposer.cs (1)
66{ EstimatorType.FastTreeBinary, 3.701 },
Microsoft.ML.AutoML.Tests (1)
SweepableEstimatorPipelineTest.cs (1)
79var e5 = new SweepableEstimator(CodeGen.EstimatorType.FastTreeBinary);