Changeset 5624 for branches/DataAnalysis Refactoring/HeuristicLab.Problems.DataAnalysis/3.4/ClassificationSolution.cs
- Timestamp:
- 03/07/11 18:11:23 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/DataAnalysis Refactoring/HeuristicLab.Problems.DataAnalysis/3.4/ClassificationSolution.cs
r5620 r5624 43 43 : base(original, cloner) { 44 44 } 45 public ClassificationSolution( )46 : base( ) {45 public ClassificationSolution(IClassificationModel model, IClassificationProblemData problemData) 46 : base(model, problemData) { 47 47 DoubleArray thresholds = new DoubleArray(); 48 48 Add(new Result(ThresholdsResultsName, "The threshold values for class boundaries.", thresholds));
Note: See TracChangeset
for help on using the changeset viewer.