7 references to CreateRawLoader
Microsoft.ML.Data (7)
Commands\CrossValidationCommand.cs (2)
154
ILegacyDataLoader loader =
CreateRawLoader
();
195
return impl.
CreateRawLoader
(dataFile: ImplOptions.ValidationFile);
Commands\DataCommand.cs (1)
321
var loader =
CreateRawLoader
(defaultLoaderFactory);
Commands\TrainCommand.cs (2)
176
IDataView validPipe =
CreateRawLoader
(dataFile: ImplOptions.ValidationFile);
194
IDataView testPipeUsedInTrainer =
CreateRawLoader
(dataFile: ImplOptions.TestFile);
Commands\TrainTestCommand.cs (2)
162
IDataView validPipe =
CreateRawLoader
(dataFile: ImplOptions.ValidationFile);
180
IDataView testPipeUsedInTrainer =
CreateRawLoader
(dataFile: ImplOptions.TestFile);