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.
重复:如何在 weka 中表示用于分类的文本?
如果我的数据是电子邮件,即文本数据,分类器的输入是什么?我需要考虑在电子邮件中设置哪些属性/功能来根据讨论主题进行分类?
通常,使用 TF-IDF 将输入数据转换为稀疏向量。