Changeset 14024
- Timestamp:
- 07/08/16 13:49:00 (8 years ago)
- 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 298 298 <Compile Include="NeuralNetwork\NeuralNetworkRegression.cs" /> 299 299 <Compile Include="NeuralNetwork\NeuralNetworkRegressionSolution.cs" /> 300 <Compile Include="NonlinearRegression\NonlinearRegression.cs" /> 300 301 <Compile Include="Plugin.cs" /> 301 302 <Compile Include="Properties\AssemblyInfo.cs" /> -
trunk/sources/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.csproj
r13248 r14024 133 133 <SubType>Code</SubType> 134 134 </Compile> 135 <Compile Include="Formatters\InfixExpressionFormatter.cs" /> 135 136 <Compile Include="Formatters\SymbolicDataAnalysisExpressionMathematicaFormatter.cs" /> 136 137 <Compile Include="Formatters\SymbolicDataAnalysisExpressionCSharpFormatter.cs" /> 138 <Compile Include="Importer\InfixExpressionParser.cs" /> 137 139 <Compile Include="Importer\SymbolicExpressionImporter.cs" /> 138 140 <Compile Include="Importer\Token.cs" /> -
trunk/sources/HeuristicLab.Tests/HeuristicLab.Tests.csproj
r13648 r14024 564 564 <Compile Include="HeuristicLab.Problems.DataAnalysis-3.4\OnlineCalculatorPerformanceTest.cs" /> 565 565 <Compile Include="HeuristicLab.Problems.DataAnalysis-3.4\StatisticCalculatorsTest.cs" /> 566 <Compile Include="HeuristicLab.Problems.DataAnalysis.Symbolic-3.4\InfixExpressionParserTest.cs" /> 566 567 <Compile Include="HeuristicLab.Problems.DataAnalysis.Symbolic-3.4\SymbolicExpressionTreeBottomUpSimilarityCalculatorTest.cs" /> 567 568 <Compile Include="HeuristicLab.Problems.DataAnalysis.Symbolic-3.4\SymbolicExpressionTreeMaxCommonSubtreeSimilarityCalculatorTest.cs" />
Note: See TracChangeset
for help on using the changeset viewer.