[
https://issues.apache.org/jira/browse/SOLR-11430?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Joel Bernstein resolved SOLR-11430.
-----------------------------------
Resolution: Resolved
> Add lerp and akima Stream Evaluators to support linear and akima spline
> interpolation
> -------------------------------------------------------------------------------------
>
> Key: SOLR-11430
> URL: https://issues.apache.org/jira/browse/SOLR-11430
> Project: Solr
> Issue Type: New Feature
> Security Level: Public(Default Security Level. Issues are Public)
> Reporter: Joel Bernstein
> Assignee: Joel Bernstein
> Priority: Major
> Fix For: 7.3
>
> Attachments: SOLR-11430.patch
>
>
> The lerp Stream Evaluator performs linear interpolation:
> {code}
> interp = lerp(xvec, yvec)
> {code}
> The akima Stream Evaluator performs Akima spline interpolation:
> {code}
> interp = akima(xvec, yvec)
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]