Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/22/14 16:08:49 (10 years ago)
Author:
sbreuer
Message:
  • context menu for replacing values by average, median, ...
File:
1 edited

Legend:

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

    r10377 r10380  
    7878  <ItemGroup>
    7979    <Compile Include="Implementations\DataGridLogic.cs" />
     80    <Compile Include="Implementations\ManipulationLogic.cs" />
    8081    <Compile Include="Interfaces\IDataGridLogic.cs" />
    81     <Compile Include="Interfaces\IManipulationLogic.cs" />
    8282    <Compile Include="Implementations\FilterContent.cs" />
    8383    <Compile Include="Implementations\DataPreprocessorStarter.cs" />
     
    9393    <Compile Include="Interfaces\IHistogramLogic.cs" />
    9494    <Compile Include="Interfaces\ILineChartLogic.cs" />
     95    <Compile Include="Interfaces\IManipulationLogic.cs" />
    9596    <Compile Include="Interfaces\ITransformationLogic.cs" />
    9697    <Compile Include="PreprocessingCloner.cs" />
     
    135136    <Compile Include="Implementations\PreprocessingContext.cs" />
    136137    <Compile Include="Implementations\PreprocessingData.cs" />
    137     <Compile Include="Implementations\ManipulationLogic.cs" />
    138138    <Compile Include="Implementations\SearchLogic.cs" />
    139139    <Compile Include="Implementations\StatisticsLogic.cs" />
Note: See TracChangeset for help on using the changeset viewer.