1 write to Prefix
Microsoft.ML.Sweeper (1)
ConfigRunner.cs (1)
74Prefix = string.IsNullOrEmpty(options.Prefix) ? "" : options.Prefix;
3 references to Prefix
Microsoft.ML.Sweeper (3)
ConfigRunner.cs (3)
119return string.Format(@"o={{{0}\{1}.summary.txt}}", OutputFolder, Prefix); 127ch.Info(@"The summary of the run results has been saved to the file {0}\{1}.summary.txt", OutputFolder, Prefix); 175return string.Format(@"{0}\{1}{2}.{3}.txt", OutputFolder, Prefix, i, kind);