- Timestamp:
- 04/15/11 14:54:43 (14 years ago)
- Location:
- branches/histogram
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/histogram
- Property svn:mergeinfo changed
/trunk/sources (added) merged: 5962-5963,5971-5972,5975-5976,5983-5984,5987,5993,5997-5998,6002-6003,6009
- Property svn:mergeinfo changed
-
branches/histogram/HeuristicLab.Problems.DataAnalysis.Symbolic.Regression/3.4/SymbolicRegressionSolution.cs
r5914 r6011 34 34 [Item(Name = "SymbolicRegressionSolution", Description = "Represents a symbolic regression solution (model + data) and attributes of the solution like accuracy and complexity.")] 35 35 public sealed class SymbolicRegressionSolution : RegressionSolution, ISymbolicRegressionSolution { 36 private const string ModelLengthResultName = "Model Length";37 private const string ModelDepthResultName = "Model Depth";36 private const string ModelLengthResultName = "Model Length"; 37 private const string ModelDepthResultName = "Model Depth"; 38 38 39 39 public new ISymbolicRegressionModel Model {
Note: See TracChangeset
for help on using the changeset viewer.