4 references to OutputDataFile
Microsoft.ML.Data (4)
Commands\TrainTestCommand.cs (4)
89
Utils.CheckOptionalUserDirectory(args.
OutputDataFile
, nameof(args.
OutputDataFile
));
222
if (!string.IsNullOrWhiteSpace(ImplOptions.
OutputDataFile
))
227
MetricWriter.SavePerInstance(Host, ch, ImplOptions.
OutputDataFile
, idv);