Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/20/10 15:49:22 (15 years ago)
Author:
gkronber
Message:

Implemented views for DataAnalysisProblems and DataAnalysisSolutions. #938 (Data types and operators for regression problems)

File:
1 edited

Legend:

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

    r3408 r3442  
    9393    <Compile Include="Evaluators\SimpleMSEEvaluator.cs" />
    9494    <Compile Include="HeuristicLabProblemsDataAnalysisPlugin.cs" />
    95     <Compile Include="Interfaces\IPredictor.cs" />
     95    <Compile Include="Interfaces\IModel.cs" />
    9696    <Compile Include="MatrixExtensions.cs" />
    9797    <Compile Include="Properties\AssemblyInfo.cs" />
    9898    <Compile Include="Symbolic\ArithmeticExpressionGrammar.cs" />
    9999    <Compile Include="Symbolic\SimpleArithmeticExpressionEvaluator.cs" />
     100    <Compile Include="Symbolic\SymbolicSimplifier.cs" />
    100101    <Compile Include="Symbolic\Symbols\Constant.cs" />
    101102    <Compile Include="Symbolic\Symbols\ConstantTreeNode.cs" />
Note: See TracChangeset for help on using the changeset viewer.