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)
53DataViewType IValueMapper.InputType => _inputType; 621public int NumFeatures => _pred._inputType.Size; 842Contracts.Assert(0 <= index && index < context._pred._inputType.Size);