# NOT RUN {
# Train a quantile forest.
n = 50; p = 10
X = matrix(rnorm(n*p), n, p)
Y = X[,1] * rnorm(n)
q.forest = quantile_forest(X, Y, quantiles=c(0.1, 0.5, 0.9))
# Calculate the split frequencies for this forest.
split_frequencies(q.forest)
# }
Run the code above in your browser using DataLab