Uses of Class
org.apache.mahout.math.decomposer.EigenStatus

Packages that use EigenStatus
org.apache.mahout.math.decomposer   
org.apache.mahout.math.decomposer.hebbian   
 

Uses of EigenStatus in org.apache.mahout.math.decomposer
 

Methods in org.apache.mahout.math.decomposer that return EigenStatus
protected  EigenStatus AsyncEigenVerifier.innerVerify(VectorIterable corpus, Vector vector)
           
 EigenStatus SingularVectorVerifier.verify(VectorIterable eigenMatrix, Vector vector)
           
 EigenStatus SimpleEigenVerifier.verify(VectorIterable corpus, Vector vector)
           
 EigenStatus AsyncEigenVerifier.verify(VectorIterable corpus, Vector vector)
           
 

Uses of EigenStatus in org.apache.mahout.math.decomposer.hebbian
 

Methods in org.apache.mahout.math.decomposer.hebbian that return EigenStatus
protected  EigenStatus HebbianSolver.verify(Matrix corpus, Vector currentPseudoEigen)
           
 

Methods in org.apache.mahout.math.decomposer.hebbian that return types with arguments of type EigenStatus
 List<EigenStatus> TrainingState.getStatusProgress()
           
 

Method parameters in org.apache.mahout.math.decomposer.hebbian with type arguments of type EigenStatus
 void TrainingState.setStatusProgress(List<EigenStatus> statusProgress)
           
 



Copyright © 2008–2014 The Apache Software Foundation. All rights reserved.