| e2splits | R Documentation |
Returns the split matrix and categorical split encoding from a fitted E2Tree model.
e2splits(x, ...)
## S3 method for class 'e2tree'
e2splits(x, ...)
x |
An e2tree object. |
... |
Additional arguments (ignored). |
A list with components:
The split information matrix.
The categorical split encoding matrix.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.