Change the evalclusters default parameters for gmdistribution
Ältere Kommentare anzeigen
Is it possible to use the function evalclusters with the 'gap' and 'gmdistribution' keywords and change the default parameters for SharedCov' set to true and 'Replicates' set to 5?
Any help will be highly appriciated
Antworten (1)
Urmila Rajpurohith
am 8 Apr. 2020
0 Stimmen
evalclusters function accepts "clust" and "criterion" as the input arguments.
if you specify clust input argument as gmdistribution then it Cluster the data in x using the gmdistribution Gaussian mixture distribution algorithm, with 'SharedCov' set to true and 'Replicates' set to 5.
then you can set criterion input argument to gap
To know more information about evalclusters function refer to the below documentation link
Kategorien
Mehr zu Modulation finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!