powered by
This function builds an SBP from a random tree.
sbp.fromRandom(x)
A matrix with rows as samples (N) and columns as components (D).
An SBP matrix.
# NOT RUN { library(balance) data(iris) x <- iris[,1:4] sbp.fromRandom(x) # }
Run the code above in your browser using DataLab