Changeset 8889 for trunk/sources/HeuristicLab.Problems.Instances.DataAnalysis/3.3/Classification/UCI/Mammography.cs
- Timestamp:
- 11/12/12 09:26:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.Instances.DataAnalysis/3.3/Classification/UCI/Mammography.cs
r7849 r8889 23 23 using System; 24 24 namespace HeuristicLab.Problems.Instances.DataAnalysis { 25 public class Mammography : I DataDescriptor {26 public string Name { get { return " mammography"; } }25 public class Mammography : IUCIDataDescriptor { 26 public string Name { get { return "Mammography"; } } 27 27 public string Description { 28 28 get { … … 46 46 } 47 47 } 48 public string Donor { get { return "M. Elter"; } } 49 public int Year { get { return 2007; } } 48 50 } 49 51 }
Note: See TracChangeset
for help on using the changeset viewer.