Skip to content
Snippets Groups Projects
Commit 7c565834 authored by Manuel Grizonnet's avatar Manuel Grizonnet
Browse files

DOC: documentation for number of categories

parent 6994aff3
No related branches found
No related tags found
No related merge requests found
......@@ -105,7 +105,9 @@ public:
* clustering all the samples into max categories clusters that is some
* categories are merged together. The clustering is applied only in n>2-class
* classification problems for categorical variables with N > max_categories
* possible values. In case of regression and 2-class classification the optimal split can be found efficiently without employing clustering, thus the parameter is not used in these cases.
* possible values. In case of regression and 2-class classification the
* optimal split can be found efficiently without employing clustering, thus
* the parameter is not used in these cases.
*/
itkGetMacro(MaxNumberOfCategories, int);
itkSetMacro(MaxNumberOfCategories, int);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment