2 writes to _inputType
Microsoft.ML.StandardTrainers (2)
Standard\LinearModelParameters.cs (2)
128
_inputType
= new VectorDataViewType(NumberDataViewType.Single, Weight.Length);
202
_inputType
= new VectorDataViewType(NumberDataViewType.Single, Weight.Length);
1 reference to _inputType
Microsoft.ML.StandardTrainers (1)
Standard\LinearModelParameters.cs (1)
301
get { return
_inputType
; }