Description Usage Arguments Value
Print the text representation of node membership and optionally print target variable statistics if provided a dataset and target variable.
1 | printNodes(x, nodes, newdata = NULL, y = NULL)
|
x |
a |
nodes |
a numeric vector of nodeIDs |
newdata |
a dataset for which predictions are to be returned. Should have the same columns and order as the dataset used to train the model. |
y |
an optional numeric vector indicating a subset of nodeIDs to predict |
prints text representation to the console. Redirect using sink
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.