Uses of Class
org.apache.mahout.math.decomposer.hebbian.TrainingState

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

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

Methods in org.apache.mahout.math.decomposer.hebbian that return TrainingState
 TrainingState HebbianSolver.solve(Matrix corpus, int desiredRank)
          Primary singular vector solving method.
 

Methods in org.apache.mahout.math.decomposer.hebbian with parameters of type TrainingState
protected  boolean HebbianSolver.hasNotConverged(Vector currentPseudoEigen, Matrix corpus, TrainingState state)
          Uses the SingularVectorVerifier to check for convergence
 void HebbianUpdater.update(Vector pseudoEigen, Vector trainingVector, TrainingState currentState)
           
 void EigenUpdater.update(Vector pseudoEigen, Vector trainingVector, TrainingState currentState)
           
 



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