Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/19/19 16:50:40 (5 years ago)
Author:
gkronber
Message:

#2847: moved M5 regression into a separate plugin as it depends on HL.DataAnalysis.Algorithms.Glmnet plugin

Location:
trunk/HeuristicLab.Algorithms.DataAnalysis.M5
Files:
2 added
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/HeuristicLab.Algorithms.DataAnalysis.M5/3.4/LeafTypes/M5Leaf.cs

    r16852 r16855  
    3232  [StorableType("58517042-5318-4087-B098-AC75F0208BA0")]
    3333  [Item("M5Leaf", "A leaf type that uses regularized linear models with feature selection as leaf models.")]
    34   public class M5Leaf : LeafBase {
     34  public sealed class M5Leaf : LeafBase {
    3535    #region Constructors & Cloning
    3636    [StorableConstructor]
Note: See TracChangeset for help on using the changeset viewer.