- Timestamp:
- 07/04/12 12:41:03 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.Instances.DataAnalysis/3.3/Clustering/CSV/ClusteringCSVInstanceProvider.cs
r8199 r8211 29 29 public class ClusteringCSVInstanceProvider : ClusteringInstanceProvider { 30 30 public override string Name { 31 get { return "C omma-separated ValuesFile"; }31 get { return "CSV File"; } 32 32 } 33 33 public override string Description {
Note: See TracChangeset
for help on using the changeset viewer.