Changeset 8199 for trunk/sources/HeuristicLab.Problems.Instances.DataAnalysis/3.3/Classification/CSV
- Timestamp:
- 07/03/12 14:53:11 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.Instances.DataAnalysis/3.3/Classification/CSV/ClassifiactionCSVInstanceProvider.cs
r8192 r8199 30 30 public class ClassificationCSVInstanceProvider : ClassificationInstanceProvider { 31 31 public override string Name { 32 get { return "C SV Problem Provider"; }32 get { return "Comma-separated Values File"; } 33 33 } 34 34 public override string Description {
Note: See TracChangeset
for help on using the changeset viewer.