2 writes to _outputType
Microsoft.ML.FastTree (2)
GamModelParameters.cs (2)
113
_outputType
= NumberDataViewType.Single;
163
_outputType
= NumberDataViewType.Single;
1 reference to _outputType
Microsoft.ML.FastTree (1)
GamModelParameters.cs (1)
54
DataViewType IValueMapper.OutputType =>
_outputType
;