The created data are d-dimensional spherical Gaussians with standard
deviation sd and means at the corners of a
d-dimensional simplex. The number of classes is d+1.
Returns an object of class "mlbench.simplex" with components
x
input values
classes
factor of length n with target classes
Arguments
n
number of patterns to create
d
dimensionality of simplex, default is 3
sides
lengths of the sides of the simplex, default is to
create a unit simplex
sd
standard deviation
center
If TRUE, the origin is the center of gravity of
the simplex. If FALSE, the origin is a corner of the
simplex and all coordinates of the simplex are positive.