Free cookie consent management tool by TermsFeed Policy Generator

Changeset 10664 for branches


Ignore:
Timestamp:
03/26/14 14:26:29 (10 years ago)
Author:
tsteinre
Message:

initial commit of abstract base class "Transformation" in DataPreprocessing plugin.

Location:
branches/DataPreprocessing
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • branches/DataPreprocessing/HeuristicLab 3.3.sln

    r10661 r10664  
    19101910    HideSolutionNode = FALSE
    19111911  EndGlobalSection
    1912   GlobalSection(Performance) = preSolution
    1913     HasPerformanceSessions = true
    1914   EndGlobalSection
    19151912EndGlobal
  • branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/HeuristicLab.DataPreprocessing-3.3.csproj

    r10658 r10664  
    7979    <Compile Include="Implementations\Filter\IFilter.cs" />
    8080    <Compile Include="Implementations\ManipulationLogic.cs" />
     81    <Compile Include="Implementations\Transformation.cs" />
    8182    <Compile Include="Interfaces\IPreprocessingData.cs" />
    8283    <Compile Include="Interfaces\IDataGridLogic.cs" />
     
    141142      <Name>HeuristicLab.Data-3.3</Name>
    142143    </ProjectReference>
     144    <ProjectReference Include="..\..\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding\3.4\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.csproj">
     145      <Project>{06d4a186-9319-48a0-bade-a2058d462eea}</Project>
     146      <Name>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4</Name>
     147    </ProjectReference>
    143148    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
    144149      <Project>{14ab8d24-25bc-400c-a846-4627aa945192}</Project>
  • branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Plugin.cs.frame

    r10383 r10664  
    4141  [PluginDependency("HeuristicLab.Problems.DataAnalysis","3.4")]
    4242  [PluginDependency("HeuristicLab.Problems.DataAnalysis.Views","3.4")]
     43  [PluginDependency("HeuristicLab.Encodings.SymbolicExpressionTreeEncoding","3.4")]
    4344  public class HeuristicLabDataPreprocessingPlugin : PluginBase {
    4445  }
Note: See TracChangeset for help on using the changeset viewer.