Changeset 13646
- Timestamp:
- 03/02/16 19:08:44 (9 years ago)
- Location:
- trunk/sources/HeuristicLab.Algorithms.DataAnalysis/3.4
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Algorithms.DataAnalysis/3.4/GradientBoostedTrees/GradientBoostedTreesAlgorithm.cs
r13238 r13646 35 35 36 36 namespace HeuristicLab.Algorithms.DataAnalysis { 37 [Item("Gradient Boosted Trees (GBT)", "Gradient boosted trees algorithm. Friedman, J. \"Greedy Function Approximation: A Gradient Boosting Machine\", IMS 1999 Reitz Lecture.")]37 [Item("Gradient Boosted Trees (GBT)", "Gradient boosted trees algorithm. Specific implementation of gradient boosting for regression trees. Friedman, J. \"Greedy Function Approximation: A Gradient Boosting Machine\", IMS 1999 Reitz Lecture.")] 38 38 [StorableClass] 39 39 [Creatable(CreatableAttribute.Categories.DataAnalysisRegression, Priority = 125)] -
trunk/sources/HeuristicLab.Algorithms.DataAnalysis/3.4/HeuristicLab.Algorithms.DataAnalysis-3.4.csproj
r13645 r13646 203 203 <Compile Include="GaussianProcess\GaussianProcessRegressionSolution.cs" /> 204 204 <Compile Include="GaussianProcess\ICovarianceFunction.cs" /> 205 <Compile Include="GBM\GradientBoostingRegressionAlgorithm.cs" /> 205 206 <Compile Include="GradientBoostedTrees\IGradientBoostedTreesModel.cs" /> 206 207 <Compile Include="GradientBoostedTrees\GradientBoostedTreesModelSurrogate.cs" />
Note: See TracChangeset
for help on using the changeset viewer.