Uses of Class
cc.mallet.types.DenseMatrix
-
Packages that use DenseMatrix Package Description cc.mallet.types Fundamental MALLET types, including FeatureVector, Instance, Label etc. -
-
Uses of DenseMatrix in cc.mallet.types
Subclasses of DenseMatrix in cc.mallet.types Modifier and Type Class Description class
DenseVector
class
Matrixn
Implementation of Matrix that allows arbitrary number of dimensions.
-