|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecttml.vectorspace.factorisation.MatrixFactorisation
public abstract class MatrixFactorisation
| Constructor Summary | |
|---|---|
MatrixFactorisation()
|
|
| Method Summary | |
|---|---|
SpaceDecomposition |
getDecomposition()
|
int |
getK()
|
abstract void |
process(Jama.Matrix v)
|
void |
setK(int K)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MatrixFactorisation()
| Method Detail |
|---|
public int getK()
public void setK(int K)
public abstract void process(Jama.Matrix v)
public SpaceDecomposition getDecomposition()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||