Changeset 8972 for trunk/sources/HeuristicLab.Problems.DataAnalysis.Symbolic.Classification/3.4/Interfaces
- Timestamp:
- 11/29/12 10:59:55 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.DataAnalysis.Symbolic.Classification/3.4/Interfaces/ISymbolicClassificationModel.cs
r8594 r8972 27 27 void RecalculateModelParameters(IClassificationProblemData problemData, IEnumerable<int> rows); 28 28 new ISymbolicClassificationSolution CreateClassificationSolution(IClassificationProblemData problemData); 29 30 void Scale(IClassificationProblemData problemData); 29 31 } 30 32 }
Note: See TracChangeset
for help on using the changeset viewer.