Description Usage Arguments Value Examples
View source: R/hypervolume_expectation.R
Generates expectation hypervolume corresponding to an axis-aligned hyperbox that minimally encloses the data.
1 | expectation_box(input, point.density = NULL, num.samples = NULL, use.random = FALSE)
|
input |
A m x n matrix or data frame, where m is the number of observations and n is the dimensionality. |
point.density |
The point density of the output expectation. If |
num.samples |
The number of points in the output expectation. If |
use.random |
If |
A Hypervolume-class
object corresponding to the expectation.
1 2 | data(iris)
e_box <- expectation_box(iris[,1:3])
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.