trans.roc
Class Bin
java.lang.Object
trans.roc.Bin
- public class Bin
- extends java.lang.Object
Score collector for Sgr apps.
Constructor Summary |
Bin()
|
Bin(double start,
double stop)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Bin
public Bin()
Bin
public Bin(double start,
double stop)
contains
public boolean contains(double score)
incrementPositives
public void incrementPositives()
incrementNegatives
public void incrementNegatives()
toString
public java.lang.String toString()
getNumNegatives
public int getNumNegatives()
setNumNegatives
public void setNumNegatives(int numNegatives)
getNumPositives
public int getNumPositives()
setNumPositives
public void setNumPositives(int numPositives)
getStart
public double getStart()
setStart
public void setStart(double start)
getStop
public double getStop()
setStop
public void setStop(double stop)
getFdr
public double getFdr()
setFdr
public void setFdr(double fdr)