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