- Timestamp:
- 10/27/15 08:49:57 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Algorithms.DataAnalysis/3.4/GradientBoostedTrees/GradientBoostedTreesModelSurrogate.cs
r13065 r13066 36 36 // don't store the actual model! 37 37 private IRegressionModel actualModel; // the actual model is only recalculated when necessary 38 public IRegressionModel Model { get { return actualModel; } } 38 39 39 40 [Storable]
Note: See TracChangeset
for help on using the changeset viewer.