This function allows you to create a list that specifies the cut-points for the covariates.
xicuts(x.train, transposed=FALSE, numcut=100)
An object is returned of type BARTcutinfo
which is essentially a list.
The training matrix to derive cut-points from.
Whether or not the matrix has been tranposed yet.
The number of cut-points to create.
The cut-points are generated uniformly from min. to max., i.e., the distribution of the data is ignored.