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

    r8841 r8889  
    2323using System;
    2424namespace HeuristicLab.Problems.Instances.DataAnalysis {
    25   public class Iris : IDataDescriptor {
     25  public class Iris : IUCIDataDescriptor {
    2626    public string Name { get { return "Iris"; } }
    2727    public string Description {
     
    3838      }
    3939    }
     40    public string Donor { get { return "M. Marshall"; } }
     41    public int Year { get { return 1988; } }
    4042  }
    4143}
Note: See TracChangeset for help on using the changeset viewer.