Uploaded image for project: 'Apache MADlib'
  1. Apache MADlib
  2. MADLIB-1086

Unnest 2-D array by one level (i.e. into rows of 1-D arrays)

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • None
    • v1.11
    • Module: Utilities
    • None

    Description

      Context

      Currently k-means returns the following

      centroids        | {{13.7533333333333,1.905,2.425,16.0666666666667,90.3333333333333,2.805,2.98,0.29,2.005,5.40663333333333,1.04166666666667, 3.31833333333333,1020.83333333333},
                         {14.255,1.9325,2.5025,16.05,110.5,3.055,2.9775,0.2975,1.845,6.2125,0.9975,3.365,1378.75}}
      cluster_variance | {122999.110416013,30561.74805}
      objective_fn     | 153560.858466013
      frac_reassigned  | 0
      num_iterations   | 3
      

      Story

      As a data scientist, I want to unnest 2-D array by one level (i.e. into rows of 1-D arrays) in K-means, so that I can get one centroid per row for follow on operations.

      Acceptance

      1) Add function to array operations
      http://madlib.incubator.apache.org/docs/latest/group__grp__array.html
      2) Add an example in k-means
      http://madlib.incubator.apache.org/docs/latest/group__grp__kmeans.html
      to demonstrate usage

      Attachments

        Issue Links

          Activity

            People

              rashmi.raghu@gmail.com Rashmi Raghu
              fmcquillan Frank McQuillan
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: