Changeset 8908
- Timestamp:
- 11/13/12 15:57:18 (12 years ago)
- Location:
- trunk/sources/HeuristicLab.Problems.Instances.DataAnalysis/3.3/Classification/UCI
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.Instances.DataAnalysis/3.3/Classification/UCI/Parkinson.cs
r8903 r8908 40 40 } 41 41 } 42 public string Donor { get { return "M axLittle"; } }42 public string Donor { get { return "M. Little"; } } 43 43 public int Year { get { return 2008; } } 44 44 } -
trunk/sources/HeuristicLab.Problems.Instances.DataAnalysis/3.3/Classification/UCI/Vertebral_3C.cs
r8903 r8908 40 40 } 41 41 } 42 public string Donor { get { return " Dr. Henriqueda Mota"; } }42 public string Donor { get { return "H. da Mota"; } } 43 43 public int Year { get { return 2011; } } 44 44 }
Note: See TracChangeset
for help on using the changeset viewer.