Changeset 9535
- Timestamp:
- 05/25/13 19:55:03 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Algorithms.DataAnalysis/3.4/GaussianProcess/CovarianceFunctions/CovariancePolynomial.cs
r9516 r9535 61 61 62 62 Parameters.Add(new OptionalValueParameter<DoubleValue>("Const", "Additive constant in the polymomial.")); 63 Parameters.Add(new OptionalValueParameter<DoubleValue>("Scale", "The scale parameter of the Polynomial covariance function."));63 Parameters.Add(new OptionalValueParameter<DoubleValue>("Scale", "The scale parameter of the polynomial covariance function.")); 64 64 Parameters.Add(new ValueParameter<IntValue>("Degree", "The degree of the polynomial (only non-zero positive values allowed).", new IntValue(2))); 65 65 }
Note: See TracChangeset
for help on using the changeset viewer.