Free cookie consent management tool by TermsFeed Policy Generator

Changeset 9536


Ignore:
Timestamp:
05/25/13 19:56:13 (11 years ago)
Author:
gkronber
Message:

#2059: fixed a string

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Algorithms.DataAnalysis/3.4/GaussianProcess/CovarianceFunctions/CovariancePiecewisePolynomial.cs

    r9534 r9536  
    6161
    6262      Parameters.Add(new OptionalValueParameter<DoubleValue>("Length", "The length parameter of the isometric piecewise polynomial covariance function."));
    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 piecewise polynomial covariance function."));
    6464
    6565      var validValues = new ItemSet<IntValue>(new IntValue[] {
Note: See TracChangeset for help on using the changeset viewer.