Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/20/10 20:31:23 (14 years ago)
Author:
gkronber
Message:

Included tracking of best of run solution (based on validation set) and calculation of MSE, R² and rel. Error on training and test sets. #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

    r3442 r3452  
    9191    <Compile Include="Dataset.cs" />
    9292    <Compile Include="Evaluators\SimpleEvaluator.cs" />
     93    <Compile Include="Evaluators\SimpleMeanAbsolutePercentageErrorEvaluator.cs" />
     94    <Compile Include="Evaluators\SimpleMeanAbsolutePercentageOfRangeErrorEvaluator.cs" />
    9395    <Compile Include="Evaluators\SimpleMSEEvaluator.cs" />
     96    <Compile Include="Evaluators\SimpleNMSEEvaluator.cs" />
     97    <Compile Include="Evaluators\SimpleRSquaredEvaluator.cs" />
     98    <Compile Include="Evaluators\SimpleVarianceAccountedForEvaluator.cs" />
    9499    <Compile Include="HeuristicLabProblemsDataAnalysisPlugin.cs" />
    95100    <Compile Include="Interfaces\IModel.cs" />
    96101    <Compile Include="MatrixExtensions.cs" />
    97102    <Compile Include="Properties\AssemblyInfo.cs" />
     103    <Compile Include="Statistics.cs" />
    98104    <Compile Include="Symbolic\ArithmeticExpressionGrammar.cs" />
    99105    <Compile Include="Symbolic\SimpleArithmeticExpressionEvaluator.cs" />
Note: See TracChangeset for help on using the changeset viewer.