Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/23/14 11:33:50 (10 years ago)
Author:
tsteinre
Message:

Moved Transformations to HeuristicLab.Problems.DataAnalysis.Transformations

File:
1 moved

Legend:

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

    r10766 r10770  
    2828using HeuristicLab.Core;
    2929using HeuristicLab.Data;
    30 using HeuristicLab.DataPreprocessing.Transformations;
    3130using HeuristicLab.Parameters;
    3231using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
    33 namespace HeuristicLab.DataPreprocessing.Implementations.Transformations {
     32
     33namespace HeuristicLab.Problems.DataAnalysis.Transformations {
    3434  [Item("LinearTransformation", "Represents a linear transformation with multiplication and addition.")]
    3535  public class LinearTransformation : Transformation<double> {
Note: See TracChangeset for help on using the changeset viewer.