Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/14/14 10:31:55 (10 years ago)
Author:
tsteinre
Message:
  • renamed StandardDeviationTransformation to ShiftStandardDistributionTransformation
  • renamed ShiftDataToRangeTransformation to ShiftToRangeTransformation
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/DataPreprocessing/HeuristicLab.Problems.DataAnalysis.Transformations/3.3/HeuristicLab.Problems.DataAnalysis.Transformations-3.3.csproj

    r10815 r10841  
    4848  <ItemGroup>
    4949    <Compile Include="CopyColumnTransformation.cs" />
    50     <Compile Include="StandardDeviationTransformation.cs" />
     50    <Compile Include="ShiftStandardDistributionTransformation.cs" />
    5151    <Compile Include="PowerTransformation.cs" />
    5252    <Compile Include="ExponentialTransformation.cs" />
    5353    <Compile Include="LogarithmicTransformation.cs" />
    5454    <Compile Include="ReciprocalTransformation.cs" />
    55     <Compile Include="ShiftDataToRangeTransformation.cs" />
     55    <Compile Include="ShiftToRangeTransformation.cs" />
    5656    <Compile Include="Transformation.cs" />
    5757    <None Include="HeuristicLab.snk" />
Note: See TracChangeset for help on using the changeset viewer.