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