Free cookie consent management tool by TermsFeed Policy Generator

Changeset 12374


Ignore:
Timestamp:
05/04/15 08:39:23 (9 years ago)
Author:
gkronber
Message:

#2261: added absolute and relative error loss functions for GBT.

Location:
branches/GBT/HeuristicLab.Algorithms.DataAnalysis/3.4
Files:
2 added
1 edited

Legend:

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

    r12332 r12374  
    198198    <Compile Include="GradientBoostedTrees\GradientBoostedTreesAlgorithmStatic.cs" />
    199199    <Compile Include="GradientBoostedTrees\GradientBoostedTreesModel.cs" />
     200    <Compile Include="GradientBoostedTrees\LossFunctions\AbsoluteErrorLoss.cs" />
     201    <Compile Include="GradientBoostedTrees\LossFunctions\RelativeErrorLoss.cs" />
    200202    <Compile Include="GradientBoostedTrees\LossFunctions\ILossFunction.cs" />
    201203    <Compile Include="GradientBoostedTrees\LossFunctions\SquaredErrorLoss.cs" />
Note: See TracChangeset for help on using the changeset viewer.