|
||||||||||
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.ROCCurveFactory
public static class CurveFactory.ROCCurveFactory
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.ROCCurveFactory()
|
Method Summary | |
---|---|
Curve |
create(double[][] values)
Returns a curve based on the specified (predicted,class) values. |
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.ROCCurveFactory()
Method Detail |
---|
public Curve create(double[][] values)
CurveFactory
create
in class CurveFactory
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |