Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/26/19 14:16:33 (5 years ago)
Author:
mkommend
Message:

#2883: Removed outdated comment in GBTModel.

File:
1 edited

Legend:

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

    r17030 r17043  
    3434  // this is essentially a collection of weighted regression models
    3535  public sealed class GradientBoostedTreesModel : RegressionModel, IGradientBoostedTreesModel {
    36     // BackwardsCompatibility3.4 for allowing deserialization & serialization of old models
    37     #region Backwards compatible code, remove with 3.5
    38 
    3936    [Storable(Name = "models")]
    4037    private IList<IRegressionModel> __persistedModels {
     
    5350      get { return weights; }
    5451    }
    55     #endregion
    5652
    5753    public override IEnumerable<string> VariablesUsedForPrediction {
Note: See TracChangeset for help on using the changeset viewer.