Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/14/14 11:48:45 (10 years ago)
Author:
tsteinre
Message:
  • created ITransformationMapper.cs
  • started implementing TransformationToSymbolicTreeMapper
Location:
branches/DataPreprocessing
Files:
2 added
3 edited

Legend:

Unmodified
Added
Removed
  • branches/DataPreprocessing/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.csproj

    r10695 r10845  
    221221    <Compile Include="Symbols\VariableConditionTreeNode.cs" />
    222222    <Compile Include="Symbols\VariableTreeNode.cs" />
     223    <Compile Include="TransformationToSymbolicTreeMapper.cs" />
    223224    <None Include="HeuristicLab.snk" />
    224225    <None Include="Plugin.cs.frame" />
     
    319320      <Private>False</Private>
    320321    </ProjectReference>
     322    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Transformations\3.3\HeuristicLab.Problems.DataAnalysis.Transformations-3.3.csproj">
     323      <Project>{2E257A94-D1AF-435C-99B4-5AC00EADFD6A}</Project>
     324      <Name>HeuristicLab.Problems.DataAnalysis.Transformations-3.3</Name>
     325    </ProjectReference>
    321326    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis\3.4\HeuristicLab.Problems.DataAnalysis-3.4.csproj">
    322327      <Project>{DF87C13E-A889-46FF-8153-66DCAA8C5674}</Project>
  • branches/DataPreprocessing/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/Plugin.cs.frame

    r10538 r10845  
    4444  [PluginDependency("HeuristicLab.Problems.Instances", "3.3")]
    4545  [PluginDependency("HeuristicLab.Random", "3.3")]
     46  [PluginDependency("HeuristicLab.Problems.DataAnalysis.Transformations", "3.3")]
    4647  public class HeuristicLabProblemsDataAnalysisSymbolicPlugin : PluginBase {
    4748  }
  • branches/DataPreprocessing/HeuristicLab.Problems.DataAnalysis/3.4/HeuristicLab.Problems.DataAnalysis-3.4.csproj

    r10770 r10845  
    150150    <Compile Include="Interfaces\IDataAnalysisSolutionExporter.cs" />
    151151    <Compile Include="Interfaces\IDependencyCalculator.cs" />
     152    <Compile Include="Interfaces\ITransformationMapper.cs" />
    152153    <Compile Include="Interfaces\Regression\IRegressionEnsembleModel.cs">
    153154      <SubType>Code</SubType>
Note: See TracChangeset for help on using the changeset viewer.