Free cookie consent management tool by TermsFeed Policy Generator

Changeset 14024


Ignore:
Timestamp:
07/08/16 13:49:00 (8 years ago)
Author:
gkronber
Message:

#2627: added first implementation of nonlinear regression algorithm + formatter and parser for infix expressions

Location:
trunk/sources
Files:
5 added
3 edited

Legend:

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

    r13975 r14024  
    298298    <Compile Include="NeuralNetwork\NeuralNetworkRegression.cs" />
    299299    <Compile Include="NeuralNetwork\NeuralNetworkRegressionSolution.cs" />
     300    <Compile Include="NonlinearRegression\NonlinearRegression.cs" />
    300301    <Compile Include="Plugin.cs" />
    301302    <Compile Include="Properties\AssemblyInfo.cs" />
  • trunk/sources/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.csproj

    r13248 r14024  
    133133      <SubType>Code</SubType>
    134134    </Compile>
     135    <Compile Include="Formatters\InfixExpressionFormatter.cs" />
    135136    <Compile Include="Formatters\SymbolicDataAnalysisExpressionMathematicaFormatter.cs" />
    136137    <Compile Include="Formatters\SymbolicDataAnalysisExpressionCSharpFormatter.cs" />
     138    <Compile Include="Importer\InfixExpressionParser.cs" />
    137139    <Compile Include="Importer\SymbolicExpressionImporter.cs" />
    138140    <Compile Include="Importer\Token.cs" />
  • trunk/sources/HeuristicLab.Tests/HeuristicLab.Tests.csproj

    r13648 r14024  
    564564    <Compile Include="HeuristicLab.Problems.DataAnalysis-3.4\OnlineCalculatorPerformanceTest.cs" />
    565565    <Compile Include="HeuristicLab.Problems.DataAnalysis-3.4\StatisticCalculatorsTest.cs" />
     566    <Compile Include="HeuristicLab.Problems.DataAnalysis.Symbolic-3.4\InfixExpressionParserTest.cs" />
    566567    <Compile Include="HeuristicLab.Problems.DataAnalysis.Symbolic-3.4\SymbolicExpressionTreeBottomUpSimilarityCalculatorTest.cs" />
    567568    <Compile Include="HeuristicLab.Problems.DataAnalysis.Symbolic-3.4\SymbolicExpressionTreeMaxCommonSubtreeSimilarityCalculatorTest.cs" />
Note: See TracChangeset for help on using the changeset viewer.