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