|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Curve | |
---|---|
net.sf.myra.datamining.statistics |
Uses of Curve in net.sf.myra.datamining.statistics |
---|
Methods in net.sf.myra.datamining.statistics that return Curve | |
---|---|
abstract Curve |
CurveFactory.create(double[][] values)
Returns a curve based on the specified (predicted,class) values. |
Curve |
CurveFactory.ROCCurveFactory.create(double[][] values)
|
Curve |
CurveFactory.PRCurveFactory.create(double[][] values)
Returns a precision-recall curve based on the specified (predicted,class) values distribution. |
Curve |
CurveFactory.PRCurveFactory.create(double[][] values,
double[] thresholds)
Returns a precision-recall curve based on the specified (predicted,class) values distribution. |
Curve |
Information.get(java.lang.String c)
Returns the curve for the specified class label. |
Curve |
Information.getCurve()
Returns the average PR curve. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |