Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/07/12 11:46:15 (12 years ago)
Author:
sforsten
Message:

#1941: adjusted unit tests

File:
1 edited

Legend:

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

    r8554 r8596  
    354354      symbClassProblem.Name = "Mammography Classification Problem";
    355355      symbClassProblem.Description = "Mammography dataset imported from the UCI machine learning repository (http://archive.ics.uci.edu/ml/datasets/Mammographic+Mass)";
    356       ClassificationRealWorldInstanceProvider provider = new ClassificationRealWorldInstanceProvider();
     356      UCIInstanceProvider provider = new UCIInstanceProvider();
    357357      var instance = provider.GetDataDescriptors().Where(x => x.Name.Equals("Mammography")).Single();
    358358      var mammoData = (ClassificationProblemData)provider.LoadData(instance);
Note: See TracChangeset for help on using the changeset viewer.