Joel Bernstein created SOLR-10622:
-------------------------------------

             Summary: Add regress and predict Stream Evaluators
                 Key: SOLR-10622
                 URL: https://issues.apache.org/jira/browse/SOLR-10622
             Project: Solr
          Issue Type: New Feature
      Security Level: Public (Default Security Level. Issues are Public)
            Reporter: Joel Bernstein


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:

{code}
a = regress(colA, colB)
b = predict(a, 50)
{code)







--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to