One Class Classification Models in Spark

耗尽温柔 提交于 2019-12-08 04:55:18

问题


Are there any implementations of One class classifiers in the Spark?

There doesn't appear to be anything in ML or MLlib, but I was hoping that there was an extension developed by someone in the community that would provide some way of producing a trained classification model where only one labeled class is available in the training data.


回答1:


It's Java, not Spark, but LibSVM has a one class SVM classifer, and calling it from Spark shouldn't be a problem.



来源:https://stackoverflow.com/questions/42254637/one-class-classification-models-in-spark

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!