- Timestamp:
- 10/03/12 11:38:57 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Algorithms.DataAnalysis/3.4/RandomForest/RandomForestClassificationSolution.cs
r7259 r8723 45 45 public RandomForestClassificationSolution(IClassificationProblemData problemData, IRandomForestModel randomForestModel) 46 46 : base(randomForestModel, problemData) { 47 RecalculateResults();48 47 } 49 48 … … 51 50 return new RandomForestClassificationSolution(this, cloner); 52 51 } 53 54 protected override void RecalculateResults() {55 CalculateResults();56 }57 52 } 58 53 }
Note: See TracChangeset
for help on using the changeset viewer.