public interface Factorization
Interface of matrix factorization
Copyright: Copyright (c) 2005
Company: IST, Drexel University
| Modifier and Type | Method and Description |
|---|---|
void |
factorize(SparseMatrix matrix,
int dimension)
Factorizes the given matrix
|
DoubleDenseMatrix |
getLeftMatrix()
Gets the left matrix
|
DoubleDenseMatrix |
getMiddleMatrix()
Gets the middle matrix
|
DoubleDenseMatrix |
getRightMatrix()
Gets the right matrix
|
void factorize(SparseMatrix matrix, int dimension)
matrix - the matrix for factorizationdimension - the number of dimensions for the middle matrixDoubleDenseMatrix getLeftMatrix()
DoubleDenseMatrix getRightMatrix()
DoubleDenseMatrix getMiddleMatrix()
Copyright © 2018 JULIE Lab, Germany. All rights reserved.