get_fit()
|
------------------------------------------------------------------------------------
Get the fitted tree depending on the input `x`. |
compute_tree()
|
Compute decision tree from data set |
prediction_df()
|
Apply the predicted tree on either new test data or training data. |
clust_samp_func()
|
Performs clustering of samples. |
clust_feat_func()
|
Performs clustering or features. |
scale_norm()
|
Performs transformation on continuous variables. |
term_node_pos()
|
Determines terminal node position. |
position_nodes()
|
Creates smart node layout. |
prepare_feats()
|
Prepares the feature dataframes for tiles. |
eval_tree()
|
Print decision tree performance according to different metrics. |