Changeset 7758 for branches/ProblemInstancesRegressionAndClassification/HeuristicLab.Problems.Instances.Regression/3.4/TrentMcConaghy
- Timestamp:
- 04/24/12 15:22:13 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/ProblemInstancesRegressionAndClassification/HeuristicLab.Problems.Instances.Regression/3.4/TrentMcConaghy/TrentMcConaghyInstanceProvider.cs
r7682 r7758 43 43 } 44 44 45 protected override string File Extension{ get { return "TrentMcConaghy"; } }45 protected override string FileName { get { return "TrentMcConaghy"; } } 46 46 47 47 public override RegressionData LoadData(IDataDescriptor id) {
Note: See TracChangeset
for help on using the changeset viewer.