Feat C++ API
A feature engineering automation tool
|
#include <shogun/lib/config.h>
#include <shogun/multiclass/tree/TreeMachine.h>
#include "MyCARTree.h"
Go to the source code of this file.
Classes | |
class | shogun::CMyRandomCARTree |
This class implements randomized CART algorithm used in the tree growing process of candidate trees in Random Forests algorithm. The tree growing process is different from the original CART algorithm because of the input attributes which are considered for each node split. In randomized CART, a few (fixed number) attributes are randomly chosen from all available attributes while deciding the best split. This is unlike the original CART where all available attributes are considered while deciding the best split. More... | |
Namespaces | |
shogun | |