powered by
`ULBA` is an another approach to Hyper Volume Under Manifold Problem
estimate_ULBA(beta, labels, x_mat)
Upper and Lower Bound Approach on empirical Hyper-volume Under Manifolds Estimate
The parameter we measure ULBA based on.
The labels of the Columns of the data matrix.
The Data Matrix
estimate_ULBA(rep(1, 12), colnames(AL), AL) estimate_ULBA(1:10 , sample(c( rep("lab1", 10), rep("lab2", 10), rep("lab3", 10))), matrix(rnorm(300), nrow = 10))
Run the code above in your browser using DataLab