Class PartialSingularValueDecompositionFactory

    • Field Detail

      • k

        protected int k
        The desired number of base vectors
      • DEFAULT_K

        protected static final int DEFAULT_K
        The default desired number of base vectors
        See Also:
        Constant Field Values
    • Constructor Detail

      • PartialSingularValueDecompositionFactory

        public PartialSingularValueDecompositionFactory()
        Creates the factory that creates factorizations that compute the maximum number of base vectors.
    • Method Detail

      • setK

        public void setK​(int k)
        Sets the number of base vectors k .
        Parameters:
        k - the number of base vectors
      • getK

        public int getK()
        Returns the number of base vectors k .