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

    r10821 r10909  
    33using System.Collections.Generic;
    44using System.Linq;
    5 using System.Text;
    65using HeuristicLab.Common;
    76using HeuristicLab.Core;
    87using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
    98namespace HeuristicLab.Problems.DataAnalysis.Transformations {
    10   [Item("ReciprocalTransformation", "f(x) = 1 / x | Represents a reciprocal transformation.")]
     9  [Item("Reciprocal Transformation", "f(x) = 1 / x | Represents a reciprocal transformation.")]
    1110  public class ReciprocalTransformation : Transformation<double> {
    1211
Note: See TracChangeset for help on using the changeset viewer.