Free cookie consent management tool by TermsFeed Policy Generator

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

#2690 renamed RandomForestModelView -> RandomForestModelEvaluationView

File:
1 moved

Legend:

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

    r15122 r15123  
    3030
    3131namespace HeuristicLab.Algorithms.DataAnalysis.Views {
    32   [View("Random forest model")]
     32  [View("RF Model Evaluation")]
    3333  [Content(typeof(IRandomForestRegressionSolution), false)]
    3434  [Content(typeof(IRandomForestClassificationSolution), false)]
    35   public partial class RandomForestModelView : DataAnalysisSolutionEvaluationView {
    36     public override Image ViewImage {
    37       get { return HeuristicLab.Common.Resources.VSImageLibrary.Function; }
    38     }
     35  public partial class RandomForestModelEvaluationView : DataAnalysisSolutionEvaluationView {
    3936
    4037    protected override void SetEnabledStateOfControls() {
     
    4441    }
    4542
    46     public RandomForestModelView()
     43    public RandomForestModelEvaluationView()
    4744      : base() {
    4845      InitializeComponent();
Note: See TracChangeset for help on using the changeset viewer.