edu.stanford.nlp.maxent.iis
Class Experiment

java.lang.Object
  |
  +--edu.stanford.nlp.maxent.iis.Experiment

public class Experiment
extends Object

An object of this class is an experiment (x,y) , a single training sample. The object has fields to hold the Ids x and y as well as a field DataGeneric which may hold the original representation of the training samples, when their histories and outcomes hadn't been mapped to Ids x-s and y-s.


Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 



Stanford NLP Group