Changeset 15124 for trunk/sources/HeuristicLab.Algorithms.DataAnalysis.Views/3.4/GradientBoostedTreesModelView.cs
- Timestamp:
- 07/05/17 19:31:33 (7 years ago)
- File:
-
- 1 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 {
Note: See TracChangeset
for help on using the changeset viewer.