Description Usage Arguments Value Examples
Returns the column mean of the random points in each hypervolume.
1 | get_centroid(hv)
|
hv |
A |
Either a vector or a matrix of column of centroid values along each axis.
1 2 3 4 5 6 | ## Not run:
data(iris)
hv = hypervolume_gaussian(iris[,1:2])
get_centroid(hv)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.