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