Changeset 10491
- Timestamp:
- 02/20/14 17:59:36 (11 years ago)
- Location:
- trunk/sources/HeuristicLab.Algorithms.DataAnalysis/3.4
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Algorithms.DataAnalysis/3.4/GaussianProcess/CovarianceFunctions/CovarianceNeuralNetwork.cs
r10490 r10491 22 22 using System; 23 23 using System.Collections.Generic; 24 using System.Linq;25 using System.Linq.Expressions;26 using AutoDiff;27 24 using HeuristicLab.Common; 28 25 using HeuristicLab.Core; -
trunk/sources/HeuristicLab.Algorithms.DataAnalysis/3.4/HeuristicLab.Algorithms.DataAnalysis-3.4.csproj
r10480 r10491 104 104 <HintPath>..\..\bin\ALGLIB-3.7.0.dll</HintPath> 105 105 <Private>False</Private> 106 </Reference>107 <Reference Include="AutoDiff-1.0, Version=1.0.0.14388, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">108 <SpecificVersion>False</SpecificVersion>109 <HintPath>..\..\bin\AutoDiff-1.0.dll</HintPath>110 106 </Reference> 111 107 <Reference Include="LibSVM-3.12, Version=3.12.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> -
trunk/sources/HeuristicLab.Algorithms.DataAnalysis/3.4/Plugin.cs.frame
r10037 r10491 29 29 [PluginFile("HeuristicLab.Algorithms.DataAnalysis-3.4.dll", PluginFileType.Assembly)] 30 30 [PluginDependency("HeuristicLab.ALGLIB", "3.7.0")] 31 [PluginDependency("HeuristicLab.AutoDiff", "1.0.0")]32 31 [PluginDependency("HeuristicLab.Algorithms.GradientDescent", "3.3")] 33 32 [PluginDependency("HeuristicLab.Analysis", "3.3")]
Note: See TracChangeset
for help on using the changeset viewer.