8000 如果我输入多个分类的词,返回的为什么不是每个分类下的特征词呢? · Issue #1 · JFanZhao/feature_extraction · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

如果我输入多个分类的词,返回的为什么不是每个分类下的特征词呢? #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
haochun opened this issue Sep 12, 2017 · 2 comments

Comments

@haochun
Copy link
haochun commented Sep 12, 2017

List<String> features = featureExtraction.featureExtraction(datas, 500);
如题,我如果数据集是5个分类,计算后不应该返回5个分类的特征词么。现在返回的就一个list,我再怎么使用呢?

@JFanZhao
Copy link
Owner

这里是个问题,不是很灵活,再返回的时候,把所有的特征词都放到一起了,没有分类别

@JFanZhao
Copy link
Owner

List<String> features = featureExtraction.featureExtraction(datas, 500);
如题,我如果数据集是5个分类,计算后不应该返回5个分类的特征词么。现在返回的就一个list,我再怎么使用呢?
这里是个问题,不是很灵活,再返回的时候,把所有的特征词都放到一起了,没有分类别

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
0