[ 
https://issues.apache.org/jira/browse/SOLR-11430?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16308234#comment-16308234
 ] 

ASF subversion and git services commented on SOLR-11430:
--------------------------------------------------------

Commit a9258476842f5ba61f4f081c6dc13261a47eb767 in lucene-solr's branch 
refs/heads/master from [~joel.bernstein]
[ https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;h=a925847 ]

SOLR-11430: Add lerp and akima Stream Evaluators to support linear and akima 
spline interpolation


> 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
>             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
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to