Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/06/14 15:55:21 (10 years ago)
Author:
bburlacu
Message:

#2164: Committed initial version of the tree matching functionality.

Location:
trunk/sources/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4
Files:
7 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.csproj

    r10368 r10562  
    126126      <SubType>Code</SubType>
    127127    </Compile>
     128    <Compile Include="Matching\SymbolicExpressionTreeCanonicalSorter.cs" />
     129    <Compile Include="Matching\SymbolicExpressionTreeEqualityComparer.cs" />
     130    <Compile Include="Matching\SymbolicExpressionTreeMatching.cs" />
     131    <Compile Include="Matching\SymbolicExpressionTreeMaxCommonSequenceCalculator.cs" />
     132    <Compile Include="Matching\SymbolicExpressionTreeNodeComparer.cs" />
     133    <Compile Include="Matching\SymbolicExpressionTreeNodeSimilarityComparer.cs" />
    128134    <Compile Include="SymbolicDataAnalysisExpressionPruningOperator.cs" />
    129135    <Compile Include="Analyzers\SymbolicDataAnalysisVariableFrequencyAnalyzer.cs" />
Note: See TracChangeset for help on using the changeset viewer.