R語言 NMF 如何自動判斷最佳rank的數目

文章目錄 1. 用NMF示例方法產生默認的判斷rank數的圖片 2. 提取cophenetic 數據 3. 實現自動判斷最佳rank值 1. 用NMF示例方法產生默認的判斷rank數的圖片 library(NMF) data("esGolub") esGolub <- esGolub[1:200,] esGolub$Sample <- NULL estim.r <- nmf(esGolub, 2:
相關文章
相關標籤/搜索