5 references to FastTreeBinary
Microsoft.ML.AutoML (4)
Generated\Basic.CompilerLog.Util\Basic.CompilerLog.Util.Impl.BasicGeneratedFilesAnalyzerReference\EstimatorType.cs (1)
64case EstimatorType.FastTreeBinary:
Generated\Basic.CompilerLog.Util\Basic.CompilerLog.Util.Impl.BasicGeneratedFilesAnalyzerReference\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);