Support Vector Machine for Java?

后端 未结 4 1922
你的背包
你的背包 2021-01-31 05:05

I\'d like to write a \"smart monitor\" in Java that sends out an alert any time it detects oncoming performance issues. My Java app is writing data in a structured form

4条回答
  •  旧巷少年郎
    2021-01-31 05:49

    If you are interested in using support vector machines, there's a guide that is very oriented for beginners and you might find useful (http://www.csie.ntu.edu.tw/~cjlin/papers/guide/guide.pdf)

    That guide is from the same guys of libsvm which is a very mature library for support vector machines (http://www.csie.ntu.edu.tw/~cjlin/libsvm/) and they do have binding for Java (http://www.csie.ntu.edu.tw/~cjlin/libsvm/#java)

提交回复
热议问题