XMLWordPrintableJSON

Details

    • Request
    • Status: Closed
    • Trivial
    • Resolution: Fixed
    • None
    • v1.9
    • None
    • None

    Description

      – wrong version
      SELECT madlib.svd_sparse( 'mat_sparse',
      'svd',
      'row_id',
      'col_id',
      'value',
      10
      );
      – right version
      SELECT madlib.svd_sparse( 'mat_sparse',
      'svd',
      'row_id',
      'col_id',
      'value',
      10,
      10,
      3
      );
      ------------------------------------

      Attachments

        Activity

          People

            fmcquillan Frank McQuillan
            georgechao George
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: