Changeset 17032 for trunk/HeuristicLab.Algorithms.DataAnalysis/3.4
- Timestamp:
- 06/25/19 17:56:17 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/HeuristicLab.Algorithms.DataAnalysis/3.4/GradientBoostedTrees/ModelCreation.cs
r17030 r17032 27 27 /// <summary> 28 28 /// Defines what part of the Model should be stored. 29 /// Quality - only the resulting Quality will be stored.30 /// Parameter - only the parameters will be stored, the models can be calculated afterwards31 /// Complete- the complete model will be stored (consider the amount of memory needed)29 /// QualityOnly - no solution will be created. 30 /// SurrogateModel - only the parameters will be stored, the model is calculated during deserialization 31 /// Model - the complete model will be stored (consider the amount of memory needed) 32 32 /// </summary> 33 33 [StorableType("EE55C357-C4B3-4662-B40B-D1D06A851809")]
Note: See TracChangeset
for help on using the changeset viewer.