Changeset 9120
- Timestamp:
- 01/07/13 17:38:56 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.DataAnalysis/3.4/Implementation/Regression/ConstantRegressionModel.cs
r8798 r9120 27 27 28 28 namespace HeuristicLab.Problems.DataAnalysis { 29 [StorableClass] 29 30 [Item("Constant Regression Model", "A model that always returns the same constant value regardless of the presented input data.")] 30 31 public class ConstantRegressionModel : NamedItem, IRegressionModel {
Note: See TracChangeset
for help on using the changeset viewer.