Changeset 14711 for branches/PersistenceOverhaul/HeuristicLab.Algorithms.DataAnalysis/3.4/RandomForest/RandomForestRegression.cs
- Timestamp:
- 03/03/17 11:41:43 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PersistenceOverhaul/HeuristicLab.Algorithms.DataAnalysis/3.4/RandomForest/RandomForestRegression.cs
r13368 r14711 34 34 [Item("Random Forest Regression (RF)", "Random forest regression data analysis algorithm (wrapper for ALGLIB).")] 35 35 [Creatable(CreatableAttribute.Categories.DataAnalysisRegression, Priority = 120)] 36 [Storable Class("11144838-379E-4741-AAB3-9CABF01ADC90")]36 [StorableType("11144838-379E-4741-AAB3-9CABF01ADC90")] 37 37 public sealed class RandomForestRegression : FixedDataAnalysisAlgorithm<IRegressionProblem> { 38 38 private const string RandomForestRegressionModelResultName = "Random forest regression solution";
Note: See TracChangeset
for help on using the changeset viewer.