Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/24/15 17:08:13 (8 years ago)
Author:
ascheibe
Message:

#2520 added guids to storable classes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/PersistenceOverhaul/HeuristicLab.Algorithms.DataAnalysis/3.4/RandomForest/RandomForestRegression.cs

    r13238 r13368  
    3434  [Item("Random Forest Regression (RF)", "Random forest regression data analysis algorithm (wrapper for ALGLIB).")]
    3535  [Creatable(CreatableAttribute.Categories.DataAnalysisRegression, Priority = 120)]
    36   [StorableClass]
     36  [StorableClass("11144838-379E-4741-AAB3-9CABF01ADC90")]
    3737  public sealed class RandomForestRegression : FixedDataAnalysisAlgorithm<IRegressionProblem> {
    3838    private const string RandomForestRegressionModelResultName = "Random forest regression solution";
Note: See TracChangeset for help on using the changeset viewer.