A list of class simulation with the following:
X[n, d] the n data points in d dimensions as a matrix.
Y[n] the n labels as an array.
mus[d, K] the K class means in d dimensions.
Sigmas[d, d, K] the K class covariance matrices in d dimensions.
priors[K] the priors for each of the K classes.
simtypeThe name of the simulation.
paramsAny extraneous parameters the simulation was created with.