constructSplitPoint | R Documentation |
This function computes the list of candidate covariate splits.
constructSplitPoint(X, numberSplit)
X |
input matrix, of dimension nobs x nvars; each row represents an observation vector. |
numberSplit |
split numbers for each covariate (length nvars). Each variable's range is divided into |
The function returns a candidate split list (length nvars). Each element is a vector corresponding to a certain variable's candidate splits (length of numberSplit - 1
or 1 + the number of unique values).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.