2 writes to _inputType
Microsoft.ML.StandardTrainers (2)
Standard\Simple\SimpleTrainers.cs (2)
366
_inputType
= new VectorDataViewType(NumberDataViewType.Single);
380
_inputType
= new VectorDataViewType(NumberDataViewType.Single);
1 reference to _inputType
Microsoft.ML.StandardTrainers (1)
Standard\Simple\SimpleTrainers.cs (1)
441
DataViewType IValueMapper.InputType =>
_inputType
;