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

    r8595 r8889  
    2323using System;
    2424namespace HeuristicLab.Problems.Instances.DataAnalysis {
    25   public class Wine : IDataDescriptor {
     25  public class Wine : IUCIDataDescriptor {
    2626    public string Name { get { return "Wine"; } }
    2727    public string Description {
     
    5151      }
    5252    }
     53    public string Donor { get { return "S. Aeberhard"; } }
     54    public int Year { get { return 1991; } }
    5355  }
    5456}
Note: See TracChangeset for help on using the changeset viewer.