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/Thyroid.cs

    r8841 r8889  
    2323using System;
    2424namespace HeuristicLab.Problems.Instances.DataAnalysis {
    25   public class Thyroid : IDataDescriptor {
     25  public class Thyroid : IUCIDataDescriptor {
    2626    public string Name { get { return "Thyroid"; } }
    2727    public string Description {
     
    3939      }
    4040    }
     41    public string Donor { get { return "S. Aeberhard"; } }
     42    public int Year { get { return 1992; } }
    4143  }
    4244}
Note: See TracChangeset for help on using the changeset viewer.