party_intern {party} | R Documentation |
Call internal functions.
Description
Call one of the internal party functions.
Usage
party_intern(..., fun = c("R_TreeGrow", "R_get_nodeID",
"R_getpredictions", "initVariableFrame",
"ctreedpp", "newinputs", "R_predict"))
Arguments
... |
Arguments to |
fun |
The name on an internal party function. |
Details
This function must not be called under any circumstances.
[Package party version 1.3-18 Index]