[
https://issues.apache.org/jira/browse/SOLR-10682?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16009441#comment-16009441
]
Joel Bernstein edited comment on SOLR-10682 at 5/13/17 5:57 PM:
----------------------------------------------------------------
Apache Commons Math just expects double arrays, so at this point Stream
Evaluators transforms any incoming data into double arrays. So we would just
need an "arrayMin", "arrayMax" method.
The vast majority of Stream Evaluators won't overlap with facet functions. I'll
continue moving forwards with functions that don't overlap until we figure out
a plan for overlapping function names.
[~dpgove], any thoughts on this?
was (Author: joel.bernstein):
Apache Commons Math just expects double arrays, so at this point Stream
Evaluators just transforms any incoming data into double arrays. So we would
just have an "arrayMin", "arrayMax" method.
The vast majority of Stream Evaluators won't overlap with facet functions. I'll
continue moving forwards with functions that don't overlap until we figure out
a plan for overlapping function names.
[~dpgove], any thoughts on this?
> Add variance Stream Evaluator
> -----------------------------
>
> Key: SOLR-10682
> URL: https://issues.apache.org/jira/browse/SOLR-10682
> Project: Solr
> Issue Type: New Feature
> Security Level: Public(Default Security Level. Issues are Public)
> Reporter: Joel Bernstein
>
> The variance Stream Evaluator will calculate the variance of a vector of
> numbers.
> {code}
> v = var(colA)
> {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]