Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/06/10 13:14:31 (14 years ago)
Author:
mkommend
Message:

corrected project files for changeset r3997 and r3998 (ticket #1073)

File:
1 edited

Legend:

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

    r3887 r3999  
    9090    <Compile Include="DataFormatException.cs" />
    9191    <Compile Include="Dataset.cs" />
     92    <Compile Include="Evaluators\OnlineMeanAbsolutePercentageErrorEvaluator.cs" />
     93    <Compile Include="Evaluators\OnlineMeanSquaredErrorEvaluator.cs" />
     94    <Compile Include="Evaluators\OnlinePearsonsRSquaredEvaluator.cs" />
    9295    <Compile Include="Evaluators\SimpleEvaluator.cs" />
    9396    <Compile Include="Evaluators\SimpleMeanAbsolutePercentageErrorEvaluator.cs" />
     
    100103    <Compile Include="Interfaces\IDataAnalysisModel.cs" />
    101104    <Compile Include="Interfaces\IDataAnalysisProblem.cs" />
     105    <Compile Include="Interfaces\IOnlineEvaluator.cs" />
    102106    <Compile Include="MatrixExtensions.cs" />
    103107    <Compile Include="Properties\AssemblyInfo.cs" />
Note: See TracChangeset for help on using the changeset viewer.