- Timestamp:
- 11/19/15 13:35:44 (9 years ago)
- Location:
- stable
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
stable
- Property svn:mergeinfo changed
/trunk/sources merged: 13238-13239
- Property svn:mergeinfo changed
-
stable/HeuristicLab.Algorithms.DataAnalysis
- Property svn:mergeinfo changed
/trunk/sources/HeuristicLab.Algorithms.DataAnalysis merged: 13238
- Property svn:mergeinfo changed
-
stable/HeuristicLab.Algorithms.DataAnalysis/3.4/RandomForest/RandomForestClassification.cs
r13283 r13297 32 32 /// Random forest classification data analysis algorithm. 33 33 /// </summary> 34 [Item("Random Forest Classification ", "Random forest classification data analysis algorithm (wrapper for ALGLIB).")]34 [Item("Random Forest Classification (RF)", "Random forest classification data analysis algorithm (wrapper for ALGLIB).")] 35 35 [Creatable(CreatableAttribute.Categories.DataAnalysisClassification, Priority = 120)] 36 36 [StorableClass] -
stable/HeuristicLab.Algorithms.DataAnalysis/3.4/RandomForest/RandomForestRegression.cs
r13283 r13297 32 32 /// Random forest regression data analysis algorithm. 33 33 /// </summary> 34 [Item("Random Forest Regression ", "Random forest regression data analysis algorithm (wrapper for ALGLIB).")]34 [Item("Random Forest Regression (RF)", "Random forest regression data analysis algorithm (wrapper for ALGLIB).")] 35 35 [Creatable(CreatableAttribute.Categories.DataAnalysisRegression, Priority = 120)] 36 36 [StorableClass]
Note: See TracChangeset
for help on using the changeset viewer.