Error: Each initial covariance matrix must be symmetric and positive semidefinite.?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Hi, I am trying to fix, a guassian mixture model to the data using the command.
obj = gmdistribution.fit(data,maxk,'Start',S,'CovType','diagonal','Options',opts, 'Regularize', 0.01);
I know the error is because the diagonal values in the covariance matrix are zero, But I use a regularize option to avoid it, but it still gives me that error. Is there any other way around this error?
0 Kommentare
Antworten (0)
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!