2 writes to _inputType
Microsoft.ML.FastTree (2)
GamModelParameters.cs (2)
112
_inputType
= new VectorDataViewType(NumberDataViewType.Single, _numInputFeatures);
162
_inputType
= new VectorDataViewType(NumberDataViewType.Single, _numInputFeatures);
3 references to _inputType
Microsoft.ML.FastTree (3)
GamModelParameters.cs (3)
53
DataViewType IValueMapper.InputType =>
_inputType
;
621
public int NumFeatures => _pred.
_inputType
.Size;
842
Contracts.Assert(0 <= index && index < context._pred.
_inputType
.Size);