|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.myra.datamining.statistics.Information
public class Information
Field Summary | |
---|---|
static java.lang.String |
AVERAGE_CURVE
The key for the avereaged curve. |
Method Summary | |
---|---|
Curve |
get(java.lang.String c)
Returns the curve for the specified class label. |
java.util.Collection<java.lang.String> |
getAvailable()
Returns the collection of available class labels. |
double |
getAverage()
Returns the average area under the PR curve over all classes. |
Curve |
getCurve()
Returns the average PR curve. |
double |
getWeighted()
Returns the weighted (based on individual class frequency) average area under the PR curve over all classes. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String AVERAGE_CURVE
Method Detail |
---|
public Curve get(java.lang.String c)
c
- the class label.
public double getAverage()
public double getWeighted()
public Curve getCurve()
public java.util.Collection<java.lang.String> getAvailable()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |