Changeset 7043 for trunk/sources/HeuristicLab.Problems.DataAnalysis/3.4/Implementation/Classification
- Timestamp:
- 11/22/11 16:21:11 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.DataAnalysis/3.4/Implementation/Classification/ClassificationEnsembleProblemData.cs
r6672 r7043 43 43 44 44 private static readonly ClassificationEnsembleProblemData emptyProblemData; 45 public static ClassificationEnsembleProblemData EmptyProblemData {45 public static new ClassificationEnsembleProblemData EmptyProblemData { 46 46 get { return emptyProblemData; } 47 47 }
Note: See TracChangeset
for help on using the changeset viewer.