Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/25/15 10:30:06 (9 years ago)
Author:
mkommend
Message:

#2025: Changed categories for all creatables.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Algorithms.DataAnalysis/3.4/RandomForest/RandomForestRegression.cs

    r12012 r12504  
    2020#endregion
    2121
    22 using System;
    23 using System.Collections.Generic;
    24 using System.Linq;
    2522using HeuristicLab.Common;
    2623using HeuristicLab.Core;
     
    3633  /// </summary>
    3734  [Item("Random Forest Regression", "Random forest regression data analysis algorithm (wrapper for ALGLIB).")]
    38   [Creatable("Data Analysis")]
     35  [Creatable(CreatableAttribute.Categories.DataAnalysisRegression, Priority = 120)]
    3936  [StorableClass]
    4037  public sealed class RandomForestRegression : FixedDataAnalysisAlgorithm<IRegressionProblem> {
Note: See TracChangeset for help on using the changeset viewer.