Interface SeedingStrategy

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void seed​(org.carrot2.math.mahout.matrix.DoubleMatrix2D A, org.carrot2.math.mahout.matrix.DoubleMatrix2D U, org.carrot2.math.mahout.matrix.DoubleMatrix2D V)
      Initializes values of the provided U and V matrices.
    • Method Detail

      • seed

        void seed​(org.carrot2.math.mahout.matrix.DoubleMatrix2D A,
                  org.carrot2.math.mahout.matrix.DoubleMatrix2D U,
                  org.carrot2.math.mahout.matrix.DoubleMatrix2D V)
        Initializes values of the provided U and V matrices. The A matrix is the input matrix to be factorized.
        Parameters:
        A - matrix to be factorized
        U - left factorized matrix to be seeded
        V - right factorized matrix to be seeded