org.apache.mahout.math.decomposer.hebbian
Class TrainingState
java.lang.Object
org.apache.mahout.math.decomposer.hebbian.TrainingState
public class TrainingState
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
mostRecentEigen
public Vector mostRecentEigen()
currentTrainingProjection
public Vector currentTrainingProjection()
getCurrentEigens
public Matrix getCurrentEigens()
setCurrentEigens
public void setCurrentEigens(Matrix currentEigens)
getNumEigensProcessed
public int getNumEigensProcessed()
setNumEigensProcessed
public void setNumEigensProcessed(int numEigensProcessed)
getCurrentEigenValues
public List<Double> getCurrentEigenValues()
setCurrentEigenValues
public void setCurrentEigenValues(List<Double> currentEigenValues)
getTrainingProjections
public Matrix getTrainingProjections()
setTrainingProjections
public void setTrainingProjections(Matrix trainingProjections)
getTrainingIndex
public int getTrainingIndex()
setTrainingIndex
public void setTrainingIndex(int trainingIndex)
getHelperVector
public Vector getHelperVector()
setHelperVector
public void setHelperVector(Vector helperVector)
isFirstPass
public boolean isFirstPass()
setFirstPass
public void setFirstPass(boolean firstPass)
getStatusProgress
public List<EigenStatus> getStatusProgress()
setStatusProgress
public void setStatusProgress(List<EigenStatus> statusProgress)
getActivationNumerator
public double getActivationNumerator()
setActivationNumerator
public void setActivationNumerator(double activationNumerator)
getActivationDenominatorSquared
public double getActivationDenominatorSquared()
setActivationDenominatorSquared
public void setActivationDenominatorSquared(double activationDenominatorSquared)
Copyright © 2008–2014 The Apache Software Foundation. All rights reserved.