2 writes to InputType
Microsoft.ML.StandardTrainers (2)
LdSvm\LdSvmModelParameters.cs (2)
84
InputType
= new VectorDataViewType(NumberDataViewType.Single, _w[0].Length);
121
InputType
= new VectorDataViewType(NumberDataViewType.Single, numFeatures);
3 references to InputType
Microsoft.ML.StandardTrainers (3)
LdSvm\LdSvmModelParameters.cs (3)
142
Host.Assert(
InputType
!= null &&
InputType
.GetVectorSize() == _w[0].Length);
276
Host.Check(src.Length ==
InputType
.GetVectorSize());