Uses of Class
tml.vectorspace.factorisation.MatrixFactorisation

Packages that use MatrixFactorisation
tml.vectorspace.factorisation   
 

Uses of MatrixFactorisation in tml.vectorspace.factorisation
 

Subclasses of MatrixFactorisation in tml.vectorspace.factorisation
 class NonnegativeMatrixFactorisationED
          NMF with Euclidean distance minimisation Details of this algorithm can be found in the paper: Lee, D.
 class NonnegativeMatrixFactorisationKL
          NMF with Kullback-Leibler divergence minimisation).
 class ProbabilisticLatentSemanticAnalysis
          Probabilistic latent semantic analysis (PLSA) An explanation of the algorithm can be found in the paper: Hofmann, T. (1999).
 class SingularValueDecomposition