Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/05/14 17:30:38 (10 years ago)
Author:
mkommend
Message:

#1998: Updated classification model comparision branch with trunk changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ClassificationModelComparison/HeuristicLab.Problems.DataAnalysis/3.4/HeuristicLab.Problems.DataAnalysis-3.4.csproj

    r9119 r10553  
    9393  </PropertyGroup>
    9494  <ItemGroup>
    95     <Reference Include="ALGLIB-3.6.0">
    96       <HintPath>..\..\..\..\trunk\sources\bin\ALGLIB-3.6.0.dll</HintPath>
    97       <Private>False</Private>
    98     </Reference>
    99     <Reference Include="HeuristicLab.ALGLIB-3.6.0">
    100       <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.ALGLIB-3.6.0.dll</HintPath>
     95    <Reference Include="ALGLIB-3.7.0, Version=3.7.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
     96      <HintPath>..\..\..\..\trunk\sources\bin\ALGLIB-3.7.0.dll</HintPath>
    10197      <Private>False</Private>
    10298    </Reference>
     
    194190    </Compile>
    195191    <Compile Include="Interfaces\Classification\IDiscriminantFunctionThresholdCalculator.cs" />
     192    <Compile Include="Interfaces\IDataAnalysisSolutionExporter.cs" />
    196193    <Compile Include="Interfaces\IDependencyCalculator.cs" />
    197194    <Compile Include="Interfaces\Regression\IRegressionEnsembleModel.cs">
     
    214211    <Compile Include="OnlineCalculators\MatthewsCorrelationCoefficientCalculator.cs" />
    215212    <Compile Include="OnlineCalculators\OnlineBoundedMeanSquaredErrorCalculator.cs" />
     213    <Compile Include="OnlineCalculators\OnlineCovarianceCalculator.cs" />
    216214    <Compile Include="OnlineCalculators\OnlineDirectionalSymmetryCalculator.cs" />
    217215    <Compile Include="OnlineCalculators\OnlineMaxAbsoluteErrorCalculator.cs" />
     
    246244    <Compile Include="Interfaces\Regression\IRegressionProblemData.cs" />
    247245    <Compile Include="Interfaces\Regression\IRegressionSolution.cs" />
    248     <Compile Include="OnlineCalculators\OnlineCovarianceCalcualtor.cs" />
    249246    <Compile Include="OnlineCalculators\OnlineMeanAbsolutePercentageErrorCalculator.cs" />
    250247    <Compile Include="OnlineCalculators\OnlineMeanAndVarianceCalculator.cs" />
Note: See TracChangeset for help on using the changeset viewer.