Changeset 14927 for branches/PersistenceReintegration/HeuristicLab.Algorithms.DataAnalysis/3.4/GradientBoostedTrees/LossFunctions/RelativeErrorLoss.cs
- Timestamp:
- 05/04/17 17:19:35 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PersistenceReintegration/HeuristicLab.Algorithms.DataAnalysis/3.4/GradientBoostedTrees/LossFunctions/RelativeErrorLoss.cs
r14185 r14927 27 27 using HeuristicLab.Common; 28 28 using HeuristicLab.Core; 29 using HeuristicLab.Persistence .Default.CompositeSerializers.Storable;29 using HeuristicLab.Persistence; 30 30 31 31 namespace HeuristicLab.Algorithms.DataAnalysis { 32 32 // relative error loss is a special case of weighted absolute error loss with weights = (1/target) 33 [Storable Class]33 [StorableType("748e85f8-5ef2-4f4e-ab33-8096fa7d1b61")] 34 34 [Item("Relative error loss", "")] 35 35 public sealed class RelativeErrorLoss : Item, ILossFunction {
Note: See TracChangeset
for help on using the changeset viewer.