1 write to InputSize
Microsoft.ML.Transforms (1)
SvmLight\SvmLightLoaderSaverCatalog.cs (1)
37InputSize = inputSize,
4 references to InputSize
Microsoft.ML.Transforms (4)
SvmLight\SvmLightLoader.cs (4)
558_host.CheckUserArg(options.InputSize >= 0, nameof(options.InputSize), "Maximum feature index must be positive, or 0 to infer it from the dataset"); 563if (options.InputSize > 0) 564_featureCount = (ulong)options.InputSize;