Returns a perturbed model of given GMM
Returns a perturbed model of given GMM
perturbgmm(model = NULL)
model |
: The base Gaussian Mixture Model |
perturbedModel : Perturbed model with added noise to the supplied GMM
#Add noise to default 1-d gaussian mixture model model <- gmm() noisymodel <- perturbgmm(model)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.