Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/06/13 12:30:13 (11 years ago)
Author:
sforsten
Message:

#1941:

  • added wisconsin breast cancer problem instance
  • corrected iris dataset
  • changed classification data descriptors to be able to set training and test partition as well as input and target variables (in the same way as it is done in regression)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.Instances.DataAnalysis/3.3/HeuristicLab.Problems.Instances.DataAnalysis-3.3.csproj

    r9133 r9208  
    120120    <Compile Include="Classification\ResourceClassificationDataDescriptor.cs" />
    121121    <Compile Include="Classification\ResourceClassificationInstanceProvider.cs" />
     122    <Compile Include="Classification\UCI\WisconsinDiagnosticBreastCancer.cs" />
    122123    <Compile Include="Classification\UCI\Vertebral_3C.cs" />
    123124    <Compile Include="Classification\UCI\Parkinson.cs" />
    124125    <Compile Include="Classification\UCI\Iris.cs" />
    125     <Compile Include="Classification\UCI\IUCIDataDescriptor.cs" />
     126    <Compile Include="Classification\UCI\UCIDataDescriptor.cs" />
    126127    <Compile Include="Classification\UCI\Mammography.cs" />
    127128    <Compile Include="Classification\UCI\Thyroid.cs" />
     
    135136    <Compile Include="Plugin.cs" />
    136137    <Compile Include="Properties\AssemblyInfo.cs" />
     138    <Compile Include="Classification\ClassificationDataDescriptor.cs" />
    137139    <Compile Include="Regression\ArtificialRegressionDataDescriptor.cs" />
    138140    <Compile Include="Regression\ArtificialRegressionInstanceProvider.cs" />
Note: See TracChangeset for help on using the changeset viewer.