tml.vectorspace.factorisation
Class MatrixFactorisation

java.lang.Object
  extended by tml.vectorspace.factorisation.MatrixFactorisation
Direct Known Subclasses:
NonnegativeMatrixFactorisationKL, ProbabilisticLatentSemanticAnalysis, SingularValueDecomposition

public abstract class MatrixFactorisation
extends java.lang.Object


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

MatrixFactorisation

public MatrixFactorisation()
Method Detail

getK

public int getK()

setK

public void setK(int K)

process

public abstract void process(Jama.Matrix v)

getDecomposition

public SpaceDecomposition getDecomposition()