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/LinearTransformation.cs

    r10821 r10909  
    2424using System.Collections.Generic;
    2525using System.Linq;
    26 using System.Text;
    2726using HeuristicLab.Common;
    2827using HeuristicLab.Core;
     
    3231
    3332namespace HeuristicLab.Problems.DataAnalysis.Transformations {
    34   [Item("LinearTransformation", "f(x) = k * x + d | Represents a linear transformation with multiplication and addition.")]
     33  [Item("Linear Transformation", "f(x) = k * x + d | Represents a linear transformation with multiplication and addition.")]
    3534  public class LinearTransformation : Transformation<double> {
    3635    protected const string MultiplierParameterName = "Multiplier";
Note: See TracChangeset for help on using the changeset viewer.