- Timestamp:
- 05/04/15 08:39:23 (10 years ago)
- 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 198 198 <Compile Include="GradientBoostedTrees\GradientBoostedTreesAlgorithmStatic.cs" /> 199 199 <Compile Include="GradientBoostedTrees\GradientBoostedTreesModel.cs" /> 200 <Compile Include="GradientBoostedTrees\LossFunctions\AbsoluteErrorLoss.cs" /> 201 <Compile Include="GradientBoostedTrees\LossFunctions\RelativeErrorLoss.cs" /> 200 202 <Compile Include="GradientBoostedTrees\LossFunctions\ILossFunction.cs" /> 201 203 <Compile Include="GradientBoostedTrees\LossFunctions\SquaredErrorLoss.cs" />
Note: See TracChangeset
for help on using the changeset viewer.