Changeset 13184 for stable/HeuristicLab.Algorithms.DataAnalysis/3.4/HeuristicLab.Algorithms.DataAnalysis-3.4.csproj
- Timestamp:
- 11/16/15 19:49:40 (9 years ago)
- Location:
- stable
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
stable
- Property svn:mergeinfo changed
/trunk/sources merged: 12868,12873,12875,13065-13066,13157-13158
- Property svn:mergeinfo changed
-
stable/HeuristicLab.Algorithms.DataAnalysis
- Property svn:mergeinfo changed
/trunk/sources/HeuristicLab.Algorithms.DataAnalysis merged: 12868,12873,12875,13065-13066,13157-13158
- Property svn:mergeinfo changed
-
stable/HeuristicLab.Algorithms.DataAnalysis/3.4/HeuristicLab.Algorithms.DataAnalysis-3.4.csproj
r13156 r13184 200 200 <Compile Include="GaussianProcess\GaussianProcessRegressionSolution.cs" /> 201 201 <Compile Include="GaussianProcess\ICovarianceFunction.cs" /> 202 <Compile Include="GradientBoostedTrees\IGradientBoostedTreesModel.cs" /> 203 <Compile Include="GradientBoostedTrees\GradientBoostedTreesModelSurrogate.cs" /> 202 204 <Compile Include="GradientBoostedTrees\GradientBoostedTreesAlgorithm.cs" /> 203 205 <Compile Include="GradientBoostedTrees\GradientBoostedTreesAlgorithmStatic.cs" /> … … 209 211 <Compile Include="GradientBoostedTrees\LossFunctions\RelativeErrorLoss.cs" /> 210 212 <Compile Include="GradientBoostedTrees\LossFunctions\SquaredErrorLoss.cs" /> 213 <Compile Include="GradientBoostedTrees\GradientBoostedTreesSolution.cs" /> 211 214 <Compile Include="GradientBoostedTrees\RegressionTreeBuilder.cs" /> 212 215 <Compile Include="GradientBoostedTrees\RegressionTreeModel.cs" />
Note: See TracChangeset
for help on using the changeset viewer.