gmdistribution question

조회 수: 1 (최근 30일)
Sam Da
Sam Da 2011년 11월 19일
Is there a way I can print NlogL after each iteration instead just at the end of convergence with obj = gmdistribution.fit(X,k)
Thanks guys

채택된 답변

Walter Roberson
Walter Roberson 2011년 11월 19일
options = statset('Display','iter');
obj = gmdistribution.fit(X,k,options);
If that does not work, you could try the statset option OutputFcn . I cannot tell at the moment what input arguments are passed to those functions.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Classification Trees에 대해 자세히 알아보기

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by