about non negative matrix factorization

what is N*M in D = norm(A-W*H,'fro')/sqrt(N*M)? This has never been mentioned before. and i know nnmf muliplicative algorithm does not change initial value. when I use that code like second picture i guess W1 must be fixed stdW , but it changed
please tell me why.

回答 (1 件)

Jan
Jan 2018 年 10 月 24 日

1 投票

According to your screenshot, the function operates on an "n by m matrix". Then I'm convinced that "N*M" is the number of elements.

タグ

質問済み:

2018 年 10 月 24 日

回答済み:

Jan
2018 年 10 月 24 日

Community Treasure Hunt

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

Start Hunting!

Translated by