3 writes to InputType
Microsoft.ML.StandardTrainers (3)
Standard\LogisticRegression\MulticlassLogisticRegression.cs (3)
478InputType = new VectorDataViewType(NumberDataViewType.Single, NumberOfFeatures); 523InputType = new VectorDataViewType(NumberDataViewType.Single, NumberOfFeatures); 605InputType = new VectorDataViewType(NumberDataViewType.Single, NumberOfFeatures);
3 references to InputType
Microsoft.ML.StandardTrainers (3)
Standard\LogisticRegression\MulticlassLogisticRegression.cs (3)
284Contracts.Assert(pred.InputType.GetVectorSize() > 0); 287if (pred.InputType.GetVectorSize() != NumFeatures) 450DataViewType IValueMapper.InputType => InputType;