Package org.apache.solr.client.solrj.io
Class ClassificationEvaluation
- java.lang.Object
- 
- org.apache.solr.client.solrj.io.ClassificationEvaluation
 
- 
 public class ClassificationEvaluation extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description ClassificationEvaluation()
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddEvaluation(Map<String,?> map)voidcount(int actual, int predicted)static ClassificationEvaluationcreate(Map<String,?> map)doublegetAccuracy()doublegetF1()doublegetPrecision()doublegetRecall()voidputToMap(Map<? super String,? super Long> map)Map<String,Long>toMap()
 
- 
- 
- 
Method Detail- 
countpublic void count(int actual, int predicted)
 - 
createpublic static ClassificationEvaluation create(Map<String,?> map) 
 - 
getPrecisionpublic double getPrecision() 
 - 
getRecallpublic double getRecall() 
 - 
getF1public double getF1() 
 - 
getAccuracypublic double getAccuracy() 
 
- 
 
-