Class SvdIterationDataImpl

    • Constructor Detail

      • SvdIterationDataImpl

        public SvdIterationDataImpl​(int iterationNumber)
        The constructor, which sets the iteration number
        Parameters:
        iterationNumber -
    • Method Detail

      • setEigenValueLimit

        public void setEigenValueLimit​(double limit)
        set the cutoff-limit of the eigenvalues
        Parameters:
        limit - the limit to set
      • getEigenValueLimit

        public double getEigenValueLimit()
        Specified by:
        getEigenValueLimit in interface SvdIterationData
        Returns:
        the cutoff-limit which was used in this iteration. (All eigenvalues below this limit have been thrown away)
      • setEigenValues

        public void setEigenValues​(double[] eigenValues)
      • getEigenValues

        public java.util.List<java.lang.Double> getEigenValues()
        Specified by:
        getEigenValues in interface SvdIterationData
        Returns:
        the eigenvalues which were calculated during this iteration