Changeset 15124 for trunk/sources
- Timestamp:
- 07/05/17 19:31:33 (7 years ago)
- 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 21 21 22 22 using HeuristicLab.Common; 23 using HeuristicLab.Core.Views; 23 24 using HeuristicLab.MainForm; 24 25 using HeuristicLab.MainForm.WindowsForms; … … 28 29 [View("Gradient boosted trees model")] 29 30 [Content(typeof(IGradientBoostedTreesModel), true)] 30 public partial class GradientBoostedTreesModelView : AsynchronousContentView {31 public partial class GradientBoostedTreesModelView : ItemView { 31 32 32 33 public new IGradientBoostedTreesModel Content { -
trunk/sources/HeuristicLab.Algorithms.DataAnalysis.Views/3.4/HeuristicLab.Algorithms.DataAnalysis.Views-3.4.csproj
r15123 r15124 143 143 <DependentUpon>OneFactorClassificationModelView.cs</DependentUpon> 144 144 </Compile> 145 <Compile Include="RandomForest ClassificationSolutionView.cs">146 <SubType>UserControl</SubType> 147 </Compile> 148 <Compile Include="RandomForest ClassificationSolutionView.Designer.cs">149 <DependentUpon>RandomForest ClassificationSolutionView.cs</DependentUpon>145 <Compile Include="RandomForestModelView.cs"> 146 <SubType>UserControl</SubType> 147 </Compile> 148 <Compile Include="RandomForestModelView.Designer.cs"> 149 <DependentUpon>RandomForestModelView.cs</DependentUpon> 150 150 </Compile> 151 151 <Compile Include="RandomForestModelEvaluationView.cs">
Note: See TracChangeset
for help on using the changeset viewer.