5 references to MainForTest
Microsoft.ML.Predictor.Tests (1)
TestParallelFasttreeInterface.cs (1)
188
var res =
MainForTest
(trainArgs);
Microsoft.ML.TestFramework (4)
DataPipe\TestDataPipe.cs (1)
1499
MainForTest
($"SaveData data={inputData} {loaderArg} xf=Dracula{{lab=Label col={{name=DT src=Text combine=-}} table = Dict}} out={initialCountsModel} dout={outputData}");
TestCommandBase.cs (3)
745
RunMTAThread(new ThreadStart(() =>
MainForTest
(args)));
1000
t[0] = new Task<int>(() =>
MainForTest
(firsttrainArgs));
1001
t[1] = new Task<int>(() =>
MainForTest
(secondTrainArgs));