Uploaded image for project: 'Solr'
  1. Solr
  2. SOLR-10622

Add regress and predict Stream Evaluators

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Major
    • Resolution: Resolved
    • None
    • 6.6, 7.0
    • None
    • None

    Description

      This ticket will add two Stream Evaluators:

      a) regress: Performs simple regression on two columns of numbers and returns a regression result.

      b) predict: returns a prediction for an independent variable based on a regression result.

      syntax:

      a = regress(colA, colB)
      b = predict(a, 50)
      

      The implementations will be provided by Apache Commons Math

      Attachments

        1. SOLR-10622.patch
          12 kB
          Joel Bernstein

        Issue Links

          Activity

            People

              jbernste Joel Bernstein
              jbernste Joel Bernstein
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: