Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/25/19 17:56:17 (5 years ago)
Author:
mkommend
Message:

#2883: Adapted comment in ModelCreation enum.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/HeuristicLab.Algorithms.DataAnalysis/3.4/GradientBoostedTrees/ModelCreation.cs

    r17030 r17032  
    2727  /// <summary>
    2828  /// 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 afterwards
    31   /// 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)
    3232  /// </summary>
    3333  [StorableType("EE55C357-C4B3-4662-B40B-D1D06A851809")]
Note: See TracChangeset for help on using the changeset viewer.