문제

I'm using MaxEnt classifier from Mallet for text classification. Mallet provides the ability to report the accuracy and F1 scores using the command line prompt.

Is there a way to report precision and recall scores using the command line prompt?

도움이 되었습니까?

해결책

Alright, after some investigations, I found out that there is no direct way to report Precision and Recall from the command line. However, it's very easy to do that by using the Mallet interface in your java code as explained in: http://mallet.cs.umass.edu/classifier-devel.php

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