Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/28/14 15:14:16 (10 years ago)
Author:
tsteinre
Message:
  • modified Transformations Names / Parameter Names
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/DataPreprocessing/HeuristicLab.Problems.DataAnalysis.Transformations/3.3/LogarithmicTransformation.cs

    r10821 r10909  
    22using System.Collections.Generic;
    33using System.Linq;
    4 using System.Text;
    54using HeuristicLab.Common;
    65using HeuristicLab.Core;
     
    109
    1110namespace HeuristicLab.Problems.DataAnalysis.Transformations {
    12   [Item("LogarithmicTransformation", "f(x) = log(x, b) | Represents a logarithmic transformation.")]
     11  [Item("Logarithmic Transformation", "f(x) = log(x, b) | Represents a logarithmic transformation.")]
    1312  public class LogarithmicTransformation : Transformation<double> {
    1413    protected const string BaseParameterName = "Base";
Note: See TracChangeset for help on using the changeset viewer.