Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/19/21 16:07:45 (3 years ago)
Author:
mkommend
Message:

#2521: Merged trunk changes into branch.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2521_ProblemRefactoring/HeuristicLab.Algorithms.DataAnalysis/3.4/HeuristicLab.Algorithms.DataAnalysis-3.4.csproj

    r17513 r18086  
    107107  </PropertyGroup>
    108108  <ItemGroup>
     109    <Reference Include="ALGLIB-3.17.0, Version=3.17.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
     110      <SpecificVersion>False</SpecificVersion>
     111      <HintPath>..\..\bin\ALGLIB-3.17.0.dll</HintPath>
     112      <Aliases>global</Aliases>
     113      <Private>False</Private>
     114    </Reference>
    109115    <Reference Include="ALGLIB-3.7.0, Version=3.7.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
     116      <SpecificVersion>False</SpecificVersion>
    110117      <HintPath>..\..\bin\ALGLIB-3.7.0.dll</HintPath>
     118      <Aliases>alglib_3_7</Aliases>
    111119      <Private>False</Private>
    112120    </Reference>
     
    133141    <Compile Include="DoubleArrayExtensions.cs" />
    134142    <Compile Include="FixedDataAnalysisAlgorithm.cs" />
     143    <Compile Include="GAM\GeneralizedAdditiveModelAlgorithm.cs" />
     144    <Compile Include="GAM\Spline1dModel.cs" />
    135145    <Compile Include="GaussianProcess\CovarianceFunctions\CovarianceSpectralMixture.cs" />
    136146    <Compile Include="GaussianProcess\CovarianceFunctions\CovariancePiecewisePolynomial.cs" />
     
    280290    <Compile Include="NearestNeighbour\NearestNeighbourClassificationSolution.cs" />
    281291    <Compile Include="NearestNeighbour\NearestNeighbourModel.cs" />
     292    <Compile Include="NearestNeighbour\NearestNeighbourModelAlglib_3_7.cs" />
    282293    <Compile Include="NearestNeighbour\NearestNeighbourRegression.cs" />
    283294    <Compile Include="NearestNeighbour\NearestNeighbourRegressionSolution.cs" />
     
    290301    <Compile Include="NeuralNetwork\NeuralNetworkClassificationSolution.cs" />
    291302    <Compile Include="NeuralNetwork\NeuralNetworkModel.cs" />
     303    <Compile Include="NeuralNetwork\NeuralNetworkModelAlglib_3_7.cs" />
    292304    <Compile Include="NeuralNetwork\NeuralNetworkRegression.cs" />
    293305    <Compile Include="NeuralNetwork\NeuralNetworkRegressionSolution.cs" />
     
    299311    <Compile Include="RandomForest\RandomForestClassification.cs" />
    300312    <Compile Include="RandomForest\RandomForestModel.cs" />
     313    <Compile Include="RandomForest\RandomForestModelAlglib_3_7.cs" />
    301314    <Compile Include="RandomForest\RandomForestModelFull.cs" />
    302315    <Compile Include="RandomForest\RandomForestRegression.cs" />
Note: See TracChangeset for help on using the changeset viewer.