Uses of Class
cc.mallet.types.Matrix2

Packages that use Matrix2
cc.mallet.types Fundamental MALLET types, including FeatureVector, Instance, Label etc. 
 

Uses of Matrix2 in cc.mallet.types
 

Methods in cc.mallet.types that return Matrix2
 Matrix2 Matrix2.cloneMatrix2()
          Deprecated.  
 Matrix2 Matrix2.transpose()
          Deprecated.  
 

Methods in cc.mallet.types with parameters of type Matrix2
 double FeatureVectorSequence.dotProduct(int sequencePosition, Matrix2 weights, int weightRowIndex)
           
 boolean Matrix2.sizeMatches(Matrix2 m)
          Deprecated.