1 write to InputSize
Microsoft.ML.Transforms (1)
SvmLight\SvmLightLoaderSaverCatalog.cs (1)
37
InputSize
= 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");
563
if (options.
InputSize
> 0)
564
_featureCount = (ulong)options.
InputSize
;