What is the easiest way to use WEKA through C ++ code?

Weka is a standard, widely used data mining suite that is primarily used in Java. I was wondering if it can be used with C ++ and how?

+4
source share
1 answer

To use Weka in a programming language other than Java, I think the best way is from the command line. Leadership . Use your language (C ++) to generate arff input and analyze the result at the end.

+3
source

Source: https://habr.com/ru/post/1391568/


All Articles