powered by
Returns the column mean of the random points in each hypervolume.
get_centroid(hv)
A Hypervolume or HypervolumeList object.
Hypervolume
HypervolumeList
Either a vector or a matrix of column of centroid values along each axis.
# NOT RUN { data(iris) hv = hypervolume_gaussian(iris[,1:2]) get_centroid(hv) # }
Run the code above in your browser using DataLab