8 references to GetLocalBenchmarkDataPath
Microsoft.ML.PerformanceTests (8)
HashBench.cs (1)
103var modelPath = GetLocalBenchmarkDataPath("backcompat/MurmurHashV1.zip");
KMeansAndLogisticRegressionBench.cs (1)
16private readonly string _dataPath = GetLocalBenchmarkDataPath("adult.with-schema.txt");
PredictionEngineBench.cs (3)
36string irisDataPath = GetLocalBenchmarkDataPath("iris.txt"); 75string sentimentDataPath = GetLocalBenchmarkDataPath("wikipedia-detox-250-line-data.tsv"); 110string breastCancerDataPath = GetLocalBenchmarkDataPath("breast-cancer.txt");
StochasticDualCoordinateAscentClassifierBench.cs (2)
20private readonly string _dataPath = GetLocalBenchmarkDataPath("iris.txt"); 21private readonly string _sentimentDataPath = GetLocalBenchmarkDataPath("wikipedia-detox-250-line-data.tsv");
TextPredictionEngineCreation.cs (1)
25GetLocalBenchmarkDataPath("wikipedia-detox-250-line-data.tsv"), hasHeader: true);