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)
441DataViewType IValueMapper.InputType => _inputType;