[
https://issues.apache.org/jira/browse/HIVEMALL-249?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Makoto Yui updated HIVEMALL-249:
--------------------------------
Description:
Fmeasure UDAF currently accepts fmeasure(int actual, int predicted) but it
should support any integer compatible types.
[https://github.com/apache/incubator-hivemall/blob/master/core/src/main/java/hivemall/evaluation/FMeasureUDAF.java#L86]
was:
Fmeasure UDAF currently accepts fmeasure(int actual, int predicted) but it
should support any integer compatibile types.
[https://github.com/apache/incubator-hivemall/blob/master/core/src/main/java/hivemall/evaluation/FMeasureUDAF.java#L86]
> Fix fmeasure UDAF to support any integers
> -----------------------------------------
>
> Key: HIVEMALL-249
> URL: https://issues.apache.org/jira/browse/HIVEMALL-249
> Project: Hivemall
> Issue Type: Wish
> Affects Versions: 0.5.2
> Reporter: Makoto Yui
> Priority: Minor
> Fix For: 0.6.0
>
>
> Fmeasure UDAF currently accepts fmeasure(int actual, int predicted) but it
> should support any integer compatible types.
> [https://github.com/apache/incubator-hivemall/blob/master/core/src/main/java/hivemall/evaluation/FMeasureUDAF.java#L86]
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)