Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/13/12 09:15:23 (11 years ago)
Author:
sforsten
Message:

#1941: fixed CreateGpSymbolicClassificationSampleTest and therefore also RunGpSymbolicClassificationSampleTest

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Tests/HeuristicLab-3.3/SamplesTest.cs

    r8894 r8902  
    361361      symbClassProblem.Description = "Mammography dataset imported from the UCI machine learning repository (http://archive.ics.uci.edu/ml/datasets/Mammographic+Mass)";
    362362      UCIInstanceProvider provider = new UCIInstanceProvider();
    363       var instance = provider.GetDataDescriptors().Where(x => x.Name.Equals("Mammography")).Single();
     363      var instance = provider.GetDataDescriptors().Where(x => x.Name.Equals("Mammography, M. Elter, 2007")).Single();
    364364      var mammoData = (ClassificationProblemData)provider.LoadData(instance);
    365365      mammoData.TargetVariableParameter.Value = mammoData.TargetVariableParameter.ValidValues
Note: See TracChangeset for help on using the changeset viewer.