6 references to TestFile
Microsoft.ML.Data (5)
Commands\TrainTestCommand.cs (5)
91if (string.IsNullOrWhiteSpace(args.TestFile)) 92throw Host.ExceptUserArg(nameof(args.TestFile), "Test file must be defined."); 173if (!string.IsNullOrWhiteSpace(ImplOptions.TestFile)) 180IDataView testPipeUsedInTrainer = CreateRawLoader(dataFile: ImplOptions.TestFile); 199testPipe = LoadLoader(rep, ImplOptions.TestFile, true);
Microsoft.ML.ResultProcessor (1)
ResultProcessor.cs (1)
458testDatafile = trainTestArgs.TestFile;