|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FMetricsSummary
Implementations of this interface can show statistical summaries of precision, recall, and F1 metrics updated in several operations.
Method Summary | |
---|---|
org.apache.commons.math.stat.StatisticalSummary |
viewF1Summary()
Returns a summary view on the F1 values. |
org.apache.commons.math.stat.StatisticalSummary |
viewPrecisionSummary()
Returns a summary view on the precision values. |
org.apache.commons.math.stat.StatisticalSummary |
viewRecallSummary()
Returns a summary view on the recall values. |
Method Detail |
---|
org.apache.commons.math.stat.StatisticalSummary viewF1Summary()
org.apache.commons.math.stat.StatisticalSummary viewPrecisionSummary()
org.apache.commons.math.stat.StatisticalSummary viewRecallSummary()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |