|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.myra.datamining.statistics.CurveFactory
net.sf.myra.datamining.statistics.CurveFactory.PRCurveFactory
public static class CurveFactory.PRCurveFactory
This class represents the Precision-Recall curve factory.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class net.sf.myra.datamining.statistics.CurveFactory |
---|
CurveFactory.PRCurveFactory, CurveFactory.ROCCurveFactory |
Field Summary |
---|
Fields inherited from class net.sf.myra.datamining.statistics.CurveFactory |
---|
NEGATIVE, POSITIVE, PRECISION_RECALL, ROC |
Constructor Summary | |
---|---|
CurveFactory.PRCurveFactory()
|
Method Summary | |
---|---|
Curve |
create(double[][] values)
Returns a precision-recall curve based on the specified (predicted,class) values distribution. |
Curve |
create(double[][] values,
double[] thresholds)
Returns a precision-recall curve based on the specified (predicted,class) values distribution. |
Methods inherited from class net.sf.myra.datamining.statistics.CurveFactory |
---|
count, sort |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CurveFactory.PRCurveFactory()
Method Detail |
---|
public Curve create(double[][] values)
create
in class CurveFactory
values
- the values distribution.
Curve
instance.public Curve create(double[][] values, double[] thresholds)
values
- the values distribution.thresholds
- the thresholds values.
Curve
instance.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |