Uploaded image for project: 'SystemDS'
  1. SystemDS
  2. SYSTEMDS-2475

Leftindexing of matrices into lists fails

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • SystemML 1.2
    • None
    • None

    Description

      The following code currently fails for two reasons: (1) the data type of the unary aggregate rowMeans is inferred as list from the target, and (2) there is no support for list-matrix left indexing.

      parfor(i in 1:length(L))
        L[i] = rowMeans(as.matrix(L[i]))
      

      Attachments

        Activity

          People

            mboehm7 Matthias Boehm
            mboehm7 Matthias Boehm
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: