Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/01/17 10:41:20 (7 years ago)
Author:
gkronber
Message:

#2690 added a model view for GBT models and renamed the existing evaluation view accordingly. Deleted GBT solution view because it is not necessary anymore.

File:
1 moved

Legend:

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

    r15104 r15105  
    2828
    2929namespace HeuristicLab.Algorithms.DataAnalysis.Views {
    30   [View("Gradient boosted tree model")]
     30  [View("GBT Model Evaluation")]
    3131  [Content(typeof(GradientBoostedTreesSolution), false)]
    32   public partial class GradientBoostedTreesModelView : DataAnalysisSolutionEvaluationView {
    33     public override Image ViewImage {
    34       get { return HeuristicLab.Common.Resources.VSImageLibrary.Function; }
    35     }
    36 
     32  public partial class GradientBoostedTreesModelEvaluationView : DataAnalysisSolutionEvaluationView {
    3733    public new GradientBoostedTreesSolution Content {
    3834      get { return (GradientBoostedTreesSolution)base.Content; }
     
    4642    }
    4743
    48     public GradientBoostedTreesModelView()
     44    public GradientBoostedTreesModelEvaluationView()
    4945      : base() {
    5046      InitializeComponent();
Note: See TracChangeset for help on using the changeset viewer.