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