org.apache.ctakes.temporal.eval
Class THYMEData

java.lang.Object
  extended by org.apache.ctakes.temporal.eval.THYMEData

public class THYMEData
extends java.lang.Object

A class for splitting the THYME data into appropriate sets for evaluation.


Constructor Summary
THYMEData()
           
 
Method Summary
static java.util.List<java.lang.Integer> getDevPatientSets(java.util.List<java.lang.Integer> patientSets)
           
static java.util.List<java.lang.Integer> getTestPatientSets(java.util.List<java.lang.Integer> patientSets)
           
static java.util.List<java.lang.Integer> getTrainPatientSets(java.util.List<java.lang.Integer> patientSets)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

THYMEData

public THYMEData()
Method Detail

getTrainPatientSets

public static java.util.List<java.lang.Integer> getTrainPatientSets(java.util.List<java.lang.Integer> patientSets)

getDevPatientSets

public static java.util.List<java.lang.Integer> getDevPatientSets(java.util.List<java.lang.Integer> patientSets)

getTestPatientSets

public static java.util.List<java.lang.Integer> getTestPatientSets(java.util.List<java.lang.Integer> patientSets)