|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnetkit.util.ROC
public class ROC
Constructor Summary | |
---|---|
ROC(Estimate predictions,
Classification truth,
int posClass)
|
Method Summary | |
---|---|
double |
getAUC()
|
int |
getNumNeg()
|
int |
getNumPos()
|
java.awt.geom.Point2D[] |
getPoints()
|
void |
save(java.io.File file)
|
void |
save(java.io.PrintWriter pw)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ROC(Estimate predictions, Classification truth, int posClass)
Method Detail |
---|
public java.awt.geom.Point2D[] getPoints()
public double getAUC()
public int getNumPos()
public int getNumNeg()
public void save(java.io.File file)
public void save(java.io.PrintWriter pw)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |