Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/12/12 09:26:00 (11 years ago)
Author:
sforsten
Message:

#1941: IUCIDataDescriptor to add more information about the datasets to the data, to distinguish between different version, as suggested by abeham

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.Instances.DataAnalysis/3.3/Classification/UCI/Mammography.cs

    r7849 r8889  
    2323using System;
    2424namespace HeuristicLab.Problems.Instances.DataAnalysis {
    25   public class Mammography : IDataDescriptor {
    26     public string Name { get { return "mammography"; } }
     25  public class Mammography : IUCIDataDescriptor {
     26    public string Name { get { return "Mammography"; } }
    2727    public string Description {
    2828      get {
     
    4646      }
    4747    }
     48    public string Donor { get { return "M. Elter"; } }
     49    public int Year { get { return 2007; } }
    4850  }
    4951}
Note: See TracChangeset for help on using the changeset viewer.