75 instantiations of TestDataset
Microsoft.ML.TestFrameworkCommon (75)
Datasets.cs (75)
32var ret = new TestDataset 50public static TestDataset breastCancer = new TestDataset 62public static TestDataset breastCancerBoolLabel = new TestDataset 70public static TestDataset breastCancerGroupId = new TestDataset 78public static TestDataset breastCancerConst = new TestDataset 88public static TestDataset breastCancerPipe = new TestDataset 101public static TestDataset breastCancerPipeWithoutMamlExtraSettings = new TestDataset 113public static TestDataset breastCancerPipeMissing = new TestDataset 126public static TestDataset breastCancerPipeMissingFilter = new TestDataset 136public static TestDataset breastCancerOneClass = new TestDataset 144public static TestDataset breastCancerSparseBinaryFeatures = new TestDataset 155public static TestDataset Digits = new TestDataset 162public static TestDataset vw = new TestDataset 169public static TestDataset housing = new TestDataset 196public static TestDataset generatedRegressionDatasetmacro = new TestDataset 204public static TestDataset WikiDetox = new TestDataset 212public static TestDataset MSLRWeb = new TestDataset 221public static TestDataset Sentiment = new TestDataset 239public static TestDataset generatedRegressionDataset = new TestDataset 247public static TestDataset msm = new TestDataset 257public static TestDataset msmNamesHeader = new TestDataset 265public static TestDataset msmNamesHeaderIps = new TestDataset 273public static TestDataset extract1 = new TestDataset 280public static TestDataset breastCancerBing = new TestDataset 287public static TestDataset adult = new TestDataset 298public static TestDataset adultOnlyCat = new TestDataset 307public static TestDataset adultHash = new TestDataset 316public static TestDataset adultHashWithDataPipe = new TestDataset 325public static TestDataset adultText = new TestDataset 334public static TestDataset adultTextHash = new TestDataset 343public static TestDataset adultRanking = new TestDataset 350public static TestDataset displayPoisson = new TestDataset 359public static TestDataset displayPoissonWithInstanceParser = new TestDataset 368public static TestDataset childrenPoisson = new TestDataset 378public static TestDataset autosSample = new TestDataset 389public static TestDataset reutersMaxDim = new TestDataset() 398public static TestDataset irisLoader = new TestDataset() 407public static TestDataset irisData = new TestDataset() 425public static TestDataset irisLabelName = new TestDataset() 434public static TestDataset irisTreeFeaturized = new TestDataset() 443public static TestDataset irisTreeFeaturizedPermuted = new TestDataset() 452public static TestDataset irisLoaderU404 = new TestDataset() 460public static TestDataset iris = new TestDataset() 470public static TestDataset irisDb = new TestDataset() 479public static TestDataset irisDbSQLite = new TestDataset() 486public static TestDataset irisMissing = new TestDataset() 495public static TestDataset LM = new TestDataset() 504public static TestDataset LMWordHashBag = new TestDataset() 512public static TestDataset LMCharGrams = new TestDataset() 520public static TestDataset LMBigrams = new TestDataset() 528public static TestDataset LMNgrams = new TestDataset() 536public static TestDataset LMSkipNgrams = new TestDataset() 544public static TestDataset LMNgramsHashing = new TestDataset() 552public static TestDataset rankingText = new TestDataset() 561public static TestDataset rankingExtract = new TestDataset() 569public static TestDataset breastCancerWeighted = new TestDataset 578public static TestDataset breastCancerDifferentlyWeighted = new TestDataset 586public static TestDataset housingWeightedRep = new TestDataset 594public static TestDataset housingDifferentlyWeightedRep = new TestDataset 603public static TestDataset rankingWeighted = new TestDataset() 612public static TestDataset adultSparseWithCategory = new TestDataset() 620public static TestDataset adultSparseWithCategoryHash = new TestDataset() 628public static TestDataset adultSparseWithCatAsAtt = new TestDataset() 636public static TestDataset pClick = new TestDataset() 645public static TestDataset mnist28 = new TestDataset() 652public static TestDataset mnistTiny28 = new TestDataset() 659public static TestDataset sampleBingRegression = new TestDataset() 668public static TestDataset sampleBingBin = new TestDataset() 677public static TestDataset mnistOneClass = new TestDataset() 687public static TestDataset WebClicksSample = new TestDataset() 695public static TestDataset AppFailure = new TestDataset() 702public static TestDataset azureCounterUnlabeled = new TestDataset() 712public static TestDataset MQ2008 = new TestDataset 720public static TestDataset SequenceDataset = new TestDataset() 728public static TestDataset trivialMatrixFactorization = new TestDataset()
122 references to TestDataset
Microsoft.ML.Predictor.Tests (30)
TestConcurrency.cs (1)
31var bc = TestDatasets.breastCancer;
TestPredictors.cs (29)
52public IList<TestDataset> GetDatasetsForBinaryClassifierBaseTest() 61public IList<TestDataset> GetDatasetsForMulticlassClassificationTest() 72public IList<TestDataset> GetDatasetsForRegressorTest() 80public IList<TestDataset> GetDatasetsForRankingTest() 88public IList<TestDataset> GetDatasetsForBinaryClassifierMoreTest() 101public IList<TestDataset> GetDatasetsForClassificationWeightingPredictorsTest() 139var dataset = TestDatasets.msm.Clone(); 371var data = TestDatasets.breastCancer; 463var binaryClassificationDatasets = new List<TestDataset> { TestDatasets.breastCancerPipe }; 466foreach (TestDataset dataset in binaryClassificationDatasets) 479var binaryClassificationDatasets = new List<TestDataset> { TestDatasets.breastCancerPipe }; 482foreach (TestDataset dataset in binaryClassificationDatasets) 516var binaryClassificationDatasets = new List<TestDataset> { TestDatasets.breastCancerPipe }; 527var binaryClassificationDatasets = new List<TestDataset> { TestDatasets.breastCancerPipe }; 980var binaryClassificationDatasets = new List<TestDataset> { TestDatasets.adultOnlyCat, TestDatasets.adult }; 983foreach (TestDataset dataset in binaryClassificationDatasets) 999var regressionDatasets = new List<TestDataset> { TestDatasets.autosSample }; 1002foreach (TestDataset dataset in regressionDatasets) 1019var binaryClassificationDatasets = new List<TestDataset> { TestDatasets.breastCancerGroupId }; 1022foreach (TestDataset dataset in binaryClassificationDatasets) 1037var binaryClassificationDatasets = new List<TestDataset> { TestDatasets.breastCancerPipe }; 1040foreach (TestDataset dataset in binaryClassificationDatasets) 1057foreach (TestDataset dataset in rankingDatasets) 1078foreach (TestDataset dataset in datasets) 1095foreach (TestDataset dataset in datasets) 1115foreach (TestDataset dataset in datasets) 1589new List<TestDataset>() { TestDatasets.reutersMaxDim }); 1596public IList<TestDataset> GetDatasetsForCalibratorTest() 1672var data = TestDatasets.breastCancerWeighted;
Microsoft.ML.TestFramework (16)
BaseTestPredictorsMaml.cs (13)
37public readonly TestDataset Dataset; 50public RunContext(TestCommandBase test, Cmd cmd, PredictorAndArgs predictor, TestDataset dataset, 304private static string GetNamePrefix(string testType, PredictorAndArgs predictor, TestDataset dataset, string extraTag = "") 324public string GetLoaderTransformSettings(TestDataset dataset) 342IList<PredictorAndArgs> predictors, IList<TestDataset> datasets, 347foreach (TestDataset dataset in datasets) 357protected void RunOneAllTests(PredictorAndArgs predictor, TestDataset dataset, 369protected RunContext RunOneTrain(PredictorAndArgs predictor, TestDataset dataset, 379protected RunContext Run_Train(PredictorAndArgs predictor, TestDataset dataset, 390protected void Run_TrainTest(PredictorAndArgs predictor, TestDataset dataset, 405protected void Run_TrainSaveTest(PredictorAndArgs predictor, TestDataset dataset, 417protected void Run_Test(PredictorAndArgs predictor, TestDataset dataset, string modelPath, 430protected void Run_CV(PredictorAndArgs predictor, TestDataset dataset,
TestCommandBase.cs (3)
1811TestDataset dataset = TestDatasets.azureCounterUnlabeled; 1838TestDataset dataset = TestDatasets.mnistOneClass; 1953TestDataset dataset = TestDatasets.mnistTiny28;
Microsoft.ML.TestFrameworkCommon (76)
Datasets.cs (76)
30public TestDataset Clone() 32var ret = new TestDataset 50public static TestDataset breastCancer = new TestDataset 62public static TestDataset breastCancerBoolLabel = new TestDataset 70public static TestDataset breastCancerGroupId = new TestDataset 78public static TestDataset breastCancerConst = new TestDataset 88public static TestDataset breastCancerPipe = new TestDataset 101public static TestDataset breastCancerPipeWithoutMamlExtraSettings = new TestDataset 113public static TestDataset breastCancerPipeMissing = new TestDataset 126public static TestDataset breastCancerPipeMissingFilter = new TestDataset 136public static TestDataset breastCancerOneClass = new TestDataset 144public static TestDataset breastCancerSparseBinaryFeatures = new TestDataset 155public static TestDataset Digits = new TestDataset 162public static TestDataset vw = new TestDataset 169public static TestDataset housing = new TestDataset 196public static TestDataset generatedRegressionDatasetmacro = new TestDataset 204public static TestDataset WikiDetox = new TestDataset 212public static TestDataset MSLRWeb = new TestDataset 221public static TestDataset Sentiment = new TestDataset 239public static TestDataset generatedRegressionDataset = new TestDataset 247public static TestDataset msm = new TestDataset 257public static TestDataset msmNamesHeader = new TestDataset 265public static TestDataset msmNamesHeaderIps = new TestDataset 273public static TestDataset extract1 = new TestDataset 280public static TestDataset breastCancerBing = new TestDataset 287public static TestDataset adult = new TestDataset 298public static TestDataset adultOnlyCat = new TestDataset 307public static TestDataset adultHash = new TestDataset 316public static TestDataset adultHashWithDataPipe = new TestDataset 325public static TestDataset adultText = new TestDataset 334public static TestDataset adultTextHash = new TestDataset 343public static TestDataset adultRanking = new TestDataset 350public static TestDataset displayPoisson = new TestDataset 359public static TestDataset displayPoissonWithInstanceParser = new TestDataset 368public static TestDataset childrenPoisson = new TestDataset 378public static TestDataset autosSample = new TestDataset 389public static TestDataset reutersMaxDim = new TestDataset() 398public static TestDataset irisLoader = new TestDataset() 407public static TestDataset irisData = new TestDataset() 425public static TestDataset irisLabelName = new TestDataset() 434public static TestDataset irisTreeFeaturized = new TestDataset() 443public static TestDataset irisTreeFeaturizedPermuted = new TestDataset() 452public static TestDataset irisLoaderU404 = new TestDataset() 460public static TestDataset iris = new TestDataset() 470public static TestDataset irisDb = new TestDataset() 479public static TestDataset irisDbSQLite = new TestDataset() 486public static TestDataset irisMissing = new TestDataset() 495public static TestDataset LM = new TestDataset() 504public static TestDataset LMWordHashBag = new TestDataset() 512public static TestDataset LMCharGrams = new TestDataset() 520public static TestDataset LMBigrams = new TestDataset() 528public static TestDataset LMNgrams = new TestDataset() 536public static TestDataset LMSkipNgrams = new TestDataset() 544public static TestDataset LMNgramsHashing = new TestDataset() 552public static TestDataset rankingText = new TestDataset() 561public static TestDataset rankingExtract = new TestDataset() 569public static TestDataset breastCancerWeighted = new TestDataset 578public static TestDataset breastCancerDifferentlyWeighted = new TestDataset 586public static TestDataset housingWeightedRep = new TestDataset 594public static TestDataset housingDifferentlyWeightedRep = new TestDataset 603public static TestDataset rankingWeighted = new TestDataset() 612public static TestDataset adultSparseWithCategory = new TestDataset() 620public static TestDataset adultSparseWithCategoryHash = new TestDataset() 628public static TestDataset adultSparseWithCatAsAtt = new TestDataset() 636public static TestDataset pClick = new TestDataset() 645public static TestDataset mnist28 = new TestDataset() 652public static TestDataset mnistTiny28 = new TestDataset() 659public static TestDataset sampleBingRegression = new TestDataset() 668public static TestDataset sampleBingBin = new TestDataset() 677public static TestDataset mnistOneClass = new TestDataset() 687public static TestDataset WebClicksSample = new TestDataset() 695public static TestDataset AppFailure = new TestDataset() 702public static TestDataset azureCounterUnlabeled = new TestDataset() 712public static TestDataset MQ2008 = new TestDataset 720public static TestDataset SequenceDataset = new TestDataset() 728public static TestDataset trivialMatrixFactorization = new TestDataset()