You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@datafu.apache.org by "Matthew Hayes (JIRA)" <ji...@apache.org> on 2014/03/06 05:56:43 UTC

[jira] [Closed] (DATAFU-24) Entropy constructor should be consistent with other UDFs

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

Matthew Hayes closed DATAFU-24.
-------------------------------


> Entropy constructor should be consistent with other UDFs
> --------------------------------------------------------
>
>                 Key: DATAFU-24
>                 URL: https://issues.apache.org/jira/browse/DATAFU-24
>             Project: DataFu
>          Issue Type: Bug
>            Reporter: Matthew Hayes
>
> Entropy currently has the following UDFs:
> {noformat}
> Entropy()
> Entropy(String base)
> {noformat}
> This is inconsistent with StreamingEntropy and StreamingCondEntropy, which both have constructors like the following:
> {noformat}
> StreamingEntropy()
> StreamingEntropy(String type)
> StreamingEntropy(String type, String base)
> {noformat}
> We should change Entropy to match the other UDFs.



--
This message was sent by Atlassian JIRA
(v6.2#6252)