문제

I developed a datamining application using libsvm.jar (independently from weka). But I can't find how to implement Precision/Recall (in java) to validate my model performance.

Are there any API's to include or methods to use in Libsvm Classes ?

Knowing that such capability is included in C and Python versions of LIBSVM (but not in java).

도움이 되었습니까?

해결책

for this we require weka.

Weka and libsvm are available in one package

follow this link for combining Weka and libsvm http://www.cs.iastate.edu/~yasser/wlsvm/

weka is good calculating ROC,recall,etc.... and libsvm is good for classification, regression,etc...

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top