nl.liacs.subdisc
Class ROCList

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractList<E>
          extended by java.util.ArrayList<SubgroupROCPoint>
              extended by nl.liacs.subdisc.ROCList
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.lang.Iterable<SubgroupROCPoint>, java.util.Collection<SubgroupROCPoint>, java.util.List<SubgroupROCPoint>, java.util.RandomAccess

public class ROCList
extends java.util.ArrayList<SubgroupROCPoint>

See Also:
Serialized Form

Constructor Summary
ROCList(SubgroupSet theSubgroupSet)
           
 
Method Summary
 boolean add(SubgroupROCPoint theSubgroupROCPoint)
           
 float getAreaUnderCurve()
           
 float getTruePositiveRateAt(int theIndex)
           
 
Methods inherited from class java.util.ArrayList
add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray, trimToSize
 
Methods inherited from class java.util.AbstractList
equals, hashCode
 
Methods inherited from class java.util.AbstractCollection
containsAll, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.List
containsAll, equals, hashCode
 

Constructor Detail

ROCList

public ROCList(SubgroupSet theSubgroupSet)
Method Detail

add

public boolean add(SubgroupROCPoint theSubgroupROCPoint)
Specified by:
add in interface java.util.Collection<SubgroupROCPoint>
Specified by:
add in interface java.util.List<SubgroupROCPoint>
Overrides:
add in class java.util.ArrayList<SubgroupROCPoint>

getTruePositiveRateAt

public float getTruePositiveRateAt(int theIndex)

getAreaUnderCurve

public float getAreaUnderCurve()