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