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