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/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.