|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.mahout.cf.taste.impl.eval.IRStatisticsImpl
public final class IRStatisticsImpl
Method Summary | |
---|---|
double |
getF1Measure()
See F-measure. |
double |
getFallOut()
See Fall-Out. |
double |
getFNMeasure(double n)
See F-measure. |
double |
getPrecision()
See Precision. |
double |
getRecall()
See Recall. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public double getPrecision()
IRStatistics
See Precision.
getPrecision
in interface IRStatistics
public double getRecall()
IRStatistics
See Recall.
getRecall
in interface IRStatistics
public double getFallOut()
IRStatistics
See Fall-Out.
getFallOut
in interface IRStatistics
public double getF1Measure()
IRStatistics
See F-measure.
getF1Measure
in interface IRStatistics
public double getFNMeasure(double n)
IRStatistics
See F-measure.
getFNMeasure
in interface IRStatistics
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |