[ 
https://issues.apache.org/jira/browse/SOLR-10622?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Joel Bernstein reassigned SOLR-10622:
-------------------------------------

    Assignee: Joel Bernstein

> 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
>            Assignee: 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}
> The implementations will be provided by Apache Commons Math



--
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