Change the evalclusters default parameters for gmdistribution
조회 수: 2 (최근 30일)
이전 댓글 표시
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
댓글 수: 0
답변 (1개)
Urmila Rajpurohith
2020년 4월 8일
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
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Arduino Hardware에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!