Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/13/21 10:25:35 (3 years ago)
Author:
gkronber
Message:

#3140: made several more changes while reviewing the branch.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3140_NumberSymbol/HeuristicLab.Problems.DataAnalysis/3.4/OnlineCalculators/OnlineLinearScalingParameterCalculator.cs

    r17180 r18114  
    2828
    2929    /// <summary>
    30     /// Additive constant
     30    /// Additive offset
    3131    /// </summary>
    3232    public double Alpha {
     
    103103    /// <param name="original">Values that should be scaled</param>
    104104    /// <param name="target">Target values to which the original values should be scaled</param>
    105     /// <param name="alpha">Additive constant for the linear scaling</param>
     105    /// <param name="alpha">Additive offset for the linear scaling</param>
    106106    /// <param name="beta">Multiplicative factor for the linear scaling</param>
    107107    /// <param name="errorState">Flag that indicates if errors occurred in the calculation of the linea scaling parameters.</param>
Note: See TracChangeset for help on using the changeset viewer.