public abstract class AbstractFactorization extends Object implements Factorization
Abstract class for matrix factorization
Copyright: Copyright (c) 2005
Company: IST, Drexel University
| Modifier and Type | Field and Description |
|---|---|
static double |
SMALL_QUANTITY |
| Constructor and Description |
|---|
AbstractFactorization() |
| Modifier and Type | Method and Description |
|---|---|
protected DoubleDenseMatrix |
genPositiveMatrix(int x,
int y) |
protected void |
normalizeColumn(DoubleDenseMatrix a) |
protected void |
product(DoubleDenseMatrix a,
DoubleDenseMatrix b,
DoubleDenseMatrix c) |
protected void |
product(SparseMatrix a,
DoubleDenseMatrix b,
DoubleDenseMatrix c) |
protected void |
transpose(DoubleDenseMatrix a,
DoubleDenseMatrix at) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfactorize, getLeftMatrix, getMiddleMatrix, getRightMatrixpublic static final double SMALL_QUANTITY
protected DoubleDenseMatrix genPositiveMatrix(int x, int y)
protected void product(DoubleDenseMatrix a, DoubleDenseMatrix b, DoubleDenseMatrix c)
protected void product(SparseMatrix a, DoubleDenseMatrix b, DoubleDenseMatrix c)
protected void transpose(DoubleDenseMatrix a, DoubleDenseMatrix at)
protected void normalizeColumn(DoubleDenseMatrix a)
Copyright © 2018 JULIE Lab, Germany. All rights reserved.