3 references to InputSize
Microsoft.ML.Data (3)
DataLoadSave\Text\TextLoader.cs (3)
450/// In addition, <see cref="InputSize"/> should be used when the number of sparse elements (5 in this example) is not present in each line. 452/// If <see cref="InputSize"/> is set to 7, the line "1 2 2:6 4:3" will be mapped to "1 2 0 0 6 0 4", but if set to 10, the same line will 1201_inputSize = options.InputSize ?? 0;