Interface MatrixFactorization

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.carrot2.math.mahout.matrix.DoubleMatrix2D getU()
      Returns the U matrix (base vectors matrix).
      org.carrot2.math.mahout.matrix.DoubleMatrix2D getV()
      Returns the V matrix (coefficient matrix)
    • Method Detail

      • getU

        org.carrot2.math.mahout.matrix.DoubleMatrix2D getU()
        Returns the U matrix (base vectors matrix).
        Returns:
        U matrix
      • getV

        org.carrot2.math.mahout.matrix.DoubleMatrix2D getV()
        Returns the V matrix (coefficient matrix)
        Returns:
        V matrix