Changeset 8254 for trunk/sources/HeuristicLab.Problems.Instances.DataAnalysis/3.3/Classification/RealWorld
- Timestamp:
- 07/08/12 01:25:10 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.Instances.DataAnalysis/3.3/Classification/RealWorld/ClassificationRealWorldInstanceProvider.cs
r7849 r8254 47 47 public override IEnumerable<IDataDescriptor> GetDataDescriptors() { 48 48 List<IDataDescriptor> descriptorList = new List<IDataDescriptor>(); 49 descriptorList.Add(new Iris());50 49 descriptorList.Add(new Mammography()); 51 50 var solutionsArchiveName = GetResourceName(FileName + @"\.zip");
Note: See TracChangeset
for help on using the changeset viewer.