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.
我正在做一个自然语言处理项目,在其中计算文本的一堆属性,为每个文本提供一个值向量。我想将这些向量与多维缩放进行比较。为此,您建议使用哪些 Java 库/工具包?
我使用以下 MDSJ 将矩阵从 k 维减少到 n 维。在我的情况下,k 是 4000,n 是 3。该应用程序既可以作为独立应用程序运行,也可以作为可以包含在您的应用程序中的 jar 库运行。
http://www.inf.uni-konstanz.de/algo/software/mdsj/
试试下面的帖子,它可能会提供你正在寻找的东西。
类似于 SciPy 的 Java 科学软件包?