Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/25/09 15:09:44 (15 years ago)
Author:
gkronber
Message:

Added simple evaluators for mean absolute percentage error, mean absolute percentage of range error and, variance accounted for. #635 (Plugin HeuristicLab.Modeling as a common basis for all data-based modeling algorithms)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Modeling/3.2/HeuristicLab.Modeling-3.2.csproj

    r1869 r1888  
    8383  <ItemGroup>
    8484    <Compile Include="ClassificationProblemInjector.cs" />
     85    <Compile Include="SimpleEvaluatorBase.cs" />
    8586    <Compile Include="ITimeSeriesAlgorithm.cs" />
    8687    <Compile Include="IClassificationAlgorithm.cs" />
     
    8889    <Compile Include="HeuristicLabModelingPlugin.cs" />
    8990    <Compile Include="IAlgorithm.cs" />
     91    <Compile Include="SimpleMeanAbsolutePercentageErrorEvaluator.cs" />
     92    <Compile Include="SimpleMeanAbsolutePercentageOfRangeErrorEvaluator.cs" />
    9093    <Compile Include="ProblemInjector.cs" />
    9194    <Compile Include="ProblemInjectorView.cs">
     
    99102    <Compile Include="SimpleR2Evaluator.cs" />
    100103    <Compile Include="TimeSeriesProblemInjector.cs" />
     104    <Compile Include="SimpleVarianceAccountedForEvaluator.cs" />
    101105  </ItemGroup>
    102106  <ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.