public class OmegaMatrix extends Matrix
DataPoint
s and Prototype
s to their respective
EmbeddedSpaceVector
.dataDimension x omegaDimension
. It
is updated over the course of learning and can indirectly be visualized via
the lambda matrix, by evaluating the expression
lambda = omega * omega'
.Constructor and Description |
---|
OmegaMatrix(double[][] A) |
OmegaMatrix(Matrix matrix) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
java.lang.String |
toString() |
arrayLeftDivide, arrayLeftDivideEquals, arrayRightDivide, arrayRightDivideEquals, arrayTimes, arrayTimesEquals, chol, clone, cond, constructWithCopy, copy, det, eig, get, getArray, getArrayCopy, getColumnDimension, getColumnPackedCopy, getMatrix, getMatrix, getMatrix, getMatrix, getRevision, getRowDimension, getRowPackedCopy, identity, inverse, isSquare, isSymmetric, lu, main, minus, minusEquals, norm1, norm2, normF, normInf, parseMatlab, plus, plusEquals, print, print, print, print, qr, random, rank, read, regression, regression, set, setMatrix, setMatrix, setMatrix, setMatrix, solve, solveTranspose, sqrt, svd, times, times, timesEquals, toMatlab, trace, transpose, uminus, write
public OmegaMatrix(double[][] A)
public OmegaMatrix(Matrix matrix)