8 references to InitPath
Microsoft.ML.TestFramework (8)
BaseTestPredictorsMaml.cs (1)
133
OutputPath predOutPath = ctx.Command == Cmd.Train ? null : ctx.
InitPath
(".txt");
TestCommandBase.cs (7)
258
return
InitPath
("out.txt");
263
return
InitPath
("model.zip");
268
return
InitPath
(string.Format("model.fold{0:000}.zip", fold));
273
return
InitPath
("metrics.txt");
640
/// do not use this, but instead utilize the <see cref="TestCommandBase.RunContextBase.
InitPath
"/>
946
var f1 = Params.
InitPath
("metrics.fold000.txt");
947
var f2 = Params.
InitPath
("metrics.fold001.txt");