3 references to _dataPath
Microsoft.ML.PerformanceTests (3)
StochasticDualCoordinateAscentClassifierBench.cs (3)
57public TransformerChain<MulticlassPredictionTransformer<MaximumEntropyModelParameters>> TrainIris() => Train(_dataPath); 126_trainedModel = Train(_dataPath); 145IDataView testData = loader.Load(_dataPath);