Changeset 16559 for branches/2520_PersistenceReintegration/HeuristicLab.Algorithms.DataAnalysis/3.4/GradientBoostedTrees/LossFunctions/ILossFunction.cs
- Timestamp:
- 01/25/19 18:27:21 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2520_PersistenceReintegration/HeuristicLab.Algorithms.DataAnalysis/3.4/GradientBoostedTrees/LossFunctions/ILossFunction.cs
r16470 r16559 23 23 using System.Collections.Generic; 24 24 using HeuristicLab.Core; 25 using HEAL. Fossil;25 using HEAL.Attic; 26 26 27 27 namespace HeuristicLab.Algorithms.DataAnalysis {
Note: See TracChangeset
for help on using the changeset viewer.