Uses of Interface
cc.mallet.types.Matrix
-
Packages that use Matrix Package Description cc.mallet.types Fundamental MALLET types, including FeatureVector, Instance, Label etc. -
-
Uses of Matrix in cc.mallet.types
Classes in cc.mallet.types that implement Matrix Modifier and Type Class Description class
DenseMatrix
class
DenseVector
class
Matrixn
Implementation of Matrix that allows arbitrary number of dimensions.class
SparseMatrixn
Implementation of Matrix that allows arbitrary number of dimensions.Methods in cc.mallet.types with parameters of type Matrix Modifier and Type Method Description int
DenseVector. arrayCopyFrom(int i, Matrix m)
int
DenseVector. arrayCopyTo(int i, Matrix m)
-