Free cookie consent management tool by TermsFeed Policy Generator

Changeset 15124


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

Location:
trunk/sources/HeuristicLab.Algorithms.DataAnalysis.Views/3.4
Files:
2 added
4 deleted
2 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 {
  • trunk/sources/HeuristicLab.Algorithms.DataAnalysis.Views/3.4/HeuristicLab.Algorithms.DataAnalysis.Views-3.4.csproj

    r15123 r15124  
    143143      <DependentUpon>OneFactorClassificationModelView.cs</DependentUpon>
    144144    </Compile>
    145     <Compile Include="RandomForestClassificationSolutionView.cs">
    146       <SubType>UserControl</SubType>
    147     </Compile>
    148     <Compile Include="RandomForestClassificationSolutionView.Designer.cs">
    149       <DependentUpon>RandomForestClassificationSolutionView.cs</DependentUpon>
     145    <Compile Include="RandomForestModelView.cs">
     146      <SubType>UserControl</SubType>
     147    </Compile>
     148    <Compile Include="RandomForestModelView.Designer.cs">
     149      <DependentUpon>RandomForestModelView.cs</DependentUpon>
    150150    </Compile>
    151151    <Compile Include="RandomForestModelEvaluationView.cs">
Note: See TracChangeset for help on using the changeset viewer.