Class SortedROCSet.PredictionCount

  • Enclosing class:
    SortedROCSet

    public static class SortedROCSet.PredictionCount
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      PredictionCount​(double f, double s)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      double getFPR()  
      double getSe()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PredictionCount

        public PredictionCount​(double f,
                               double s)
    • Method Detail

      • getSe

        public double getSe()
      • getFPR

        public double getFPR()