Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/05/17 19:31:33 (7 years ago)
Author:
gkronber
Message:

#2690: removed solution views for RFRegression and RFClassification. Added model view for IRandomForestModels

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Algorithms.DataAnalysis.Views/3.4/GradientBoostedTreesModelView.cs

    r15106 r15124  
    2121
    2222using HeuristicLab.Common;
     23using HeuristicLab.Core.Views;
    2324using HeuristicLab.MainForm;
    2425using HeuristicLab.MainForm.WindowsForms;
     
    2829  [View("Gradient boosted trees model")]
    2930  [Content(typeof(IGradientBoostedTreesModel), true)]
    30   public partial class GradientBoostedTreesModelView : AsynchronousContentView {
     31  public partial class GradientBoostedTreesModelView : ItemView {
    3132
    3233    public new IGradientBoostedTreesModel Content {
Note: See TracChangeset for help on using the changeset viewer.