Changeset 18086 for branches/2521_ProblemRefactoring/HeuristicLab.Algorithms.DataAnalysis/3.4/HeuristicLab.Algorithms.DataAnalysis-3.4.csproj
- Timestamp:
- 11/19/21 16:07:45 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2521_ProblemRefactoring/HeuristicLab.Algorithms.DataAnalysis/3.4/HeuristicLab.Algorithms.DataAnalysis-3.4.csproj
r17513 r18086 107 107 </PropertyGroup> 108 108 <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> 109 115 <Reference Include="ALGLIB-3.7.0, Version=3.7.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 116 <SpecificVersion>False</SpecificVersion> 110 117 <HintPath>..\..\bin\ALGLIB-3.7.0.dll</HintPath> 118 <Aliases>alglib_3_7</Aliases> 111 119 <Private>False</Private> 112 120 </Reference> … … 133 141 <Compile Include="DoubleArrayExtensions.cs" /> 134 142 <Compile Include="FixedDataAnalysisAlgorithm.cs" /> 143 <Compile Include="GAM\GeneralizedAdditiveModelAlgorithm.cs" /> 144 <Compile Include="GAM\Spline1dModel.cs" /> 135 145 <Compile Include="GaussianProcess\CovarianceFunctions\CovarianceSpectralMixture.cs" /> 136 146 <Compile Include="GaussianProcess\CovarianceFunctions\CovariancePiecewisePolynomial.cs" /> … … 280 290 <Compile Include="NearestNeighbour\NearestNeighbourClassificationSolution.cs" /> 281 291 <Compile Include="NearestNeighbour\NearestNeighbourModel.cs" /> 292 <Compile Include="NearestNeighbour\NearestNeighbourModelAlglib_3_7.cs" /> 282 293 <Compile Include="NearestNeighbour\NearestNeighbourRegression.cs" /> 283 294 <Compile Include="NearestNeighbour\NearestNeighbourRegressionSolution.cs" /> … … 290 301 <Compile Include="NeuralNetwork\NeuralNetworkClassificationSolution.cs" /> 291 302 <Compile Include="NeuralNetwork\NeuralNetworkModel.cs" /> 303 <Compile Include="NeuralNetwork\NeuralNetworkModelAlglib_3_7.cs" /> 292 304 <Compile Include="NeuralNetwork\NeuralNetworkRegression.cs" /> 293 305 <Compile Include="NeuralNetwork\NeuralNetworkRegressionSolution.cs" /> … … 299 311 <Compile Include="RandomForest\RandomForestClassification.cs" /> 300 312 <Compile Include="RandomForest\RandomForestModel.cs" /> 313 <Compile Include="RandomForest\RandomForestModelAlglib_3_7.cs" /> 301 314 <Compile Include="RandomForest\RandomForestModelFull.cs" /> 302 315 <Compile Include="RandomForest\RandomForestRegression.cs" />
Note: See TracChangeset
for help on using the changeset viewer.