Package | Description |
---|---|
gov.sandia.cognition.learning.function.categorization |
Provides functions that output a discrete set of categories.
|
gov.sandia.cognition.math.matrix |
Provides interfaces and classes for linear algebra.
|
gov.sandia.cognition.math.matrix.mtj |
Provides a linear algebra package implementation wrapper using the Matrix
Toolkits for Java (MTJ) library.
|
Modifier and Type | Method and Description |
---|---|
DiagonalMatrix |
DiagonalConfidenceWeightedBinaryCategorizer.getCovariance() |
Modifier and Type | Method and Description |
---|---|
DiagonalMatrix |
DiagonalMatrix.dotTimes(Matrix matrix) |
DiagonalMatrix |
DiagonalMatrix.inverse() |
DiagonalMatrix |
DiagonalMatrix.pseudoInverse() |
DiagonalMatrix |
DiagonalMatrix.pseudoInverse(double effectiveZero) |
DiagonalMatrix |
DiagonalMatrix.times(DiagonalMatrix matrix)
Multiplies this by the given DiagonalMatrix, leaving this unmodified
|
Modifier and Type | Method and Description |
---|---|
static MatrixFactory<? extends DiagonalMatrix> |
MatrixFactory.getDiagonalDefault()
Gets the default implementation of
MatrixFactory for diagonal
matrices. |
Modifier and Type | Method and Description |
---|---|
DiagonalMatrix |
DiagonalMatrix.times(DiagonalMatrix matrix)
Multiplies this by the given DiagonalMatrix, leaving this unmodified
|
void |
DiagonalMatrix.timesEquals(DiagonalMatrix matrix)
Multiplies this by the other diagonal matrix, stores the result in this
|
Modifier and Type | Class and Description |
---|---|
class |
DiagonalMatrixMTJ
A diagonal matrix that wraps MTJ's BandMatrix class.
|
Modifier and Type | Method and Description |
---|---|
DiagonalMatrixMTJ |
DiagonalMatrixMTJ.times(DiagonalMatrix matrix) |
void |
DiagonalMatrixMTJ.timesEquals(DiagonalMatrix matrix) |