Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/11/15 15:23:18 (8 years ago)
Author:
mkommend
Message:

#2501: Corrected typo in MeanModel.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Algorithms.DataAnalysis/3.4/GaussianProcess/MeanFunctions/MeanModel.cs

    r13120 r13136  
    3131  [StorableClass]
    3232  [Item(Name = "MeanModel", Description = "A mean function for Gaussian processes that uses a regression solution created with a different algorithm to calculate the mean.")]
    33   // essentially an adaptor which maps form IMeanFunction to IRegressionSolution
     33  // essentially an adaptor which maps from IMeanFunction to IRegressionSolution
    3434  public sealed class MeanModel : ParameterizedNamedItem, IMeanFunction {
    3535    public IValueParameter<IRegressionSolution> RegressionSolutionParameter {
Note: See TracChangeset for help on using the changeset viewer.