edu.stanford.nlp.dbm
Interface LabeledDataCollection

All Superinterfaces:
Collection, DataCollection, List

public interface LabeledDataCollection
extends DataCollection

Interface for hand-classified data collections. Responsible for storage and access of data, features, and tags in data collection.


Method Summary
 Matrix getLabelMatrix()
          returns the boolean matrix whose columns are tag vectors
 List getLabels()
          returns an IndexedCollection of all the tags
 
Methods inherited from interface edu.stanford.nlp.dbm.DataCollection
add, dataMatrix, features, name, toString
 
Methods inherited from interface java.util.List
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray
 

Method Detail

getLabelMatrix

public Matrix getLabelMatrix()
returns the boolean matrix whose columns are tag vectors


getLabels

public List getLabels()
returns an IndexedCollection of all the tags



Stanford NLP Group