Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的数据库中有大量数据。我必须创建一个大小为 600.000x20.000 或类似的矩阵,但许多单元格将是空的。如何使用这种 R 编程语言或使用奇异值分解 (SVD) 方法来创建矩阵?我不知道在语言 R 中使用,我会在 Java 编程中使用稀疏矩阵吗?我感到很困惑...
看来你的答案就在这里。您也可以检查SparseM或垃圾邮件包。