|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Matrix | |
---|---|
cc.mallet.grmm.learning | |
cc.mallet.grmm.types | |
cc.mallet.grmm.util | |
cc.mallet.types | Fundamental MALLET types, including FeatureVector, Instance, Label etc. |
Uses of Matrix in cc.mallet.grmm.learning |
---|
Methods in cc.mallet.grmm.learning that return Matrix | |
---|---|
protected Matrix |
ACRF.Template.createFactorMatrix(ACRF.UnrolledVarSet clique)
Creates an empty matrix for use in storing factor values when this template is unrolled. |
Uses of Matrix in cc.mallet.grmm.types |
---|
Fields in cc.mallet.grmm.types declared as Matrix | |
---|---|
protected Matrix |
AbstractTableFactor.probs
|
Methods in cc.mallet.grmm.types that return Matrix | |
---|---|
Matrix |
TableFactor.getLogValueMatrix()
|
Matrix |
LogTableFactor.getLogValueMatrix()
|
abstract Matrix |
AbstractTableFactor.getLogValueMatrix()
|
Matrix |
TableFactor.getValueMatrix()
|
Matrix |
LogTableFactor.getValueMatrix()
|
abstract Matrix |
AbstractTableFactor.getValueMatrix()
|
Methods in cc.mallet.grmm.types with parameters of type Matrix | |
---|---|
static LogTableFactor |
LogTableFactor.makeFromLogMatrix(Variable[] vars,
Matrix values)
|
void |
AbstractTableFactor.setValues(Matrix probs)
|
Constructors in cc.mallet.grmm.types with parameters of type Matrix | |
---|---|
AbstractTableFactor(Variable[] allVars,
Matrix probsIn)
Creates a potential with the given variables and the given probabilities. |
|
AbstractTableFactor(VarSet allVars,
Matrix probsIn)
Creates a potential with the given variables and the given probabilities. |
|
TableFactor(Variable[] allVars,
Matrix probsIn)
|
|
TableFactor(VarSet allVars,
Matrix probsIn)
|
Uses of Matrix in cc.mallet.grmm.util |
---|
Methods in cc.mallet.grmm.util that return Matrix | |
---|---|
static Matrix |
Matrices.constant(int[] sizes,
double v)
|
static Matrix |
Matrices.diag(int[] sizes,
double v)
|
Uses of Matrix in cc.mallet.types |
---|
Classes in cc.mallet.types that implement Matrix | |
---|---|
class |
DenseMatrix
|
class |
DenseVector
|
class |
Matrix2
Deprecated. |
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 | |
---|---|
int |
DenseVector.arrayCopyFrom(int i,
Matrix m)
|
int |
DenseVector.arrayCopyTo(int i,
Matrix m)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |