Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/12/16 17:05:37 (8 years ago)
Author:
pfleck
Message:

#2559

  • Adapted import and export for preprocessing.
  • Added MenuItem to be able to open Preprocessing without creating a DataAnalysisProblem before.
  • Added coloring in ScatterPlot.
  • Removed IPreprocessingContext interface.
  • Reformatted code:
    • Added missing copyright headers.
    • Corrected namespaces.
    • Deleted unnecessary usings.
    • Applied correct formatting.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.DataPreprocessing/3.4/HeuristicLab.DataPreprocessing-3.4.csproj

    r12682 r13502  
    108108    <None Include="Plugin.cs.frame" />
    109109    <Compile Include="Implementations\DataGridContent.cs" />
    110     <Compile Include="Implementations\PreprocessingContext.cs" />
     110    <Compile Include="PreprocessingContext.cs" />
    111111    <Compile Include="Implementations\TransactionalPreprocessingData.cs" />
    112112    <Compile Include="Implementations\SearchLogic.cs" />
    113113    <Compile Include="Implementations\StatisticsLogic.cs" />
    114114    <Compile Include="Interfaces\IDataGridContent.cs" />
    115     <Compile Include="Interfaces\IPreprocessingContext.cs" />
    116115    <Compile Include="Interfaces\ISearchLogic.cs" />
    117116    <Compile Include="Interfaces\IStatisticsLogic.cs" />
     
    160159      <Private>False</Private>
    161160    </ProjectReference>
     161    <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
     162      <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
     163      <Name>HeuristicLab.Persistence-3.3</Name>
     164    </ProjectReference>
    162165    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
    163166      <Project>{94186a6a-5176-4402-ae83-886557b53cca}</Project>
Note: See TracChangeset for help on using the changeset viewer.