powered by
An estimator of Hyper Volume Under Manifolds
estimate_EHUM(beta, labels, x_mat)
Empirical Hyper-volume Under Maniforlds Estimate
The parameter we measure EHUM based on.
The labels of the Columns of the data matrix.
The Data Matrix
estimate_EHUM(rep(1, 12), colnames(AL), AL) estimate_EHUM(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