| Primary functionsPackage primary functions | |
|---|---|
| Draws and aligns decision tree and heatmap. | |
| Draws the conditional decision tree. | |
| Draws the heatmap. | |
| Utility functionsPackage primary functions | |
| ------------------------------------------------------------------------------------ Get the fitted tree depending on the input `x`. | |
| Compute decision tree from data set | |
| Apply the predicted tree on either new test data or training data. | |
| Performs clustering of samples. | |
| Performs clustering or features. | |
| Performs transformation on continuous variables. | |
| Determines terminal node position. | |
| Creates smart node layout. | |
| Prepares the feature dataframes for tiles. | |
| Print decision tree performance according to different metrics. | |
| Align decision tree and heatmap: | |
| Get color functions from character vectors | |
| Select the important features to be displayed. | |
| ------------------------------------------------------------------------------------ Prepare dataset | |
| DatasetsAttached datasets available for use via lazy-loading | |
| Data of three different species of penguins. | |
| Diabetes patient records. | |
| Results of a chemical analysis of wines grown in a specific area of Italy. | |
| Red variant of the Portuguese "Vinho Verde" wine. | |
| Galaxy dataset for regression. | |
| Training dataset. Medical information of Wuhan patients collected between 2020-01-10 and 2020-02-18. Containing NAs. | |
| External test dataset. Medical information of Wuhan patients collected between 2020-01-10 and 2020-02-18. | |