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