7 references to MainForTest
Microsoft.ML.TestFramework (7)
BaseTestPredictorsMaml.cs (2)
163res = MainForTest(_env, LogWriter, string.Join(" ", ctx.Command, runcmd), ctx.BaselineProgress); 194MainForTest(_env, LogWriter, str);
TestCommandBase.cs (5)
301int res = MainForTest(_env, newWriter, string.Format("{0} {1}", cmdName, args), ctx.BaselineProgress); 2050int res = MainForTest(_env, newWriter, string.Format("{0} {1}", "traintest", args), true); 2079int res = MainForTest(_env, newWriter, string.Format("{0} {1}", "traintest", args), true); 2106int res = MainForTest(_env, newWriter, string.Format("{0} {1}", "traintest", args), true); 2136int res = MainForTest(_env, newWriter, string.Format("{0} {1}", "traintest", args), true);