Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/04/11 15:48:24 (13 years ago)
Author:
mkommend
Message:

#1453: Updated directory name of OnlineCalculators.

File:
1 edited

Legend:

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

    r5942 r5943  
    119119    <Compile Include="Interfaces\Classification\IClassificationEnsembleModel.cs" />
    120120    <Compile Include="Interfaces\Regression\IRegressionEnsembleModel.cs" />
    121     <Compile Include="OnlineEvaluators\OnlineLinearScalingParameterCalculator.cs" />
     121    <Compile Include="OnlineCalculators\OnlineLinearScalingParameterCalculator.cs" />
    122122    <Compile Include="Implementation\Regression\RegressionEnsembleModel.cs" />
    123123    <Compile Include="Implementation\Classification\DiscriminantFunctionClassificationModel.cs" />
     
    130130    <Compile Include="Interfaces\Clustering\IClusteringProblemData.cs" />
    131131    <Compile Include="Interfaces\Clustering\IClusteringSolution.cs" />
    132     <Compile Include="OnlineEvaluators\OnlineAccuracyCalculator.cs" />
     132    <Compile Include="OnlineCalculators\OnlineAccuracyCalculator.cs" />
    133133    <Compile Include="Implementation\Regression\RegressionProblemData.cs" />
    134134    <Compile Include="Implementation\DataAnalysisProblemData.cs" />
     
    147147    <Compile Include="Interfaces\Regression\IRegressionProblemData.cs" />
    148148    <Compile Include="Interfaces\Regression\IRegressionSolution.cs" />
    149     <Compile Include="OnlineEvaluators\OnlineCovarianceCalcualtor.cs" />
    150     <Compile Include="OnlineEvaluators\OnlineMeanAbsolutePercentageErrorCalculator.cs" />
    151     <Compile Include="OnlineEvaluators\OnlineMeanAndVarianceCalculator.cs" />
    152     <Compile Include="OnlineEvaluators\OnlineMeanSquaredErrorCalculator.cs" />
    153     <Compile Include="OnlineEvaluators\OnlineNormalizedMeanSquaredErrorCalculator.cs" />
    154     <Compile Include="OnlineEvaluators\OnlinePearsonsRSquaredCalculator.cs" />
     149    <Compile Include="OnlineCalculators\OnlineCovarianceCalcualtor.cs" />
     150    <Compile Include="OnlineCalculators\OnlineMeanAbsolutePercentageErrorCalculator.cs" />
     151    <Compile Include="OnlineCalculators\OnlineMeanAndVarianceCalculator.cs" />
     152    <Compile Include="OnlineCalculators\OnlineMeanSquaredErrorCalculator.cs" />
     153    <Compile Include="OnlineCalculators\OnlineNormalizedMeanSquaredErrorCalculator.cs" />
     154    <Compile Include="OnlineCalculators\OnlinePearsonsRSquaredCalculator.cs" />
    155155    <Compile Include="Implementation\Regression\RegressionSolution.cs" />
    156156    <Compile Include="TableFileParser.cs" />
Note: See TracChangeset for help on using the changeset viewer.