edu.stanford.nlp.dbm
Interface MatrixWrapper

All Known Implementing Classes:
CategoryMatrix, DataMatrix, LabelMatrix, SimilarityMatrix

public interface MatrixWrapper

Interface for a class of objects which construct and store a Matrix.


Method Summary
 Matrix getMatrix()
          Returns underlying Matrix
 

Method Detail

getMatrix

public Matrix getMatrix()
Returns underlying Matrix



Stanford NLP Group