[
https://issues.apache.org/jira/browse/MAHOUT-405?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ted Dunning updated MAHOUT-405:
-------------------------------
Summary: Remove easy deprecations from math package (was: Remove
enough deprecations to allow k-means to compile without warnings)
Description:
A few cases like IntIntFunction are interfaces and don't need further tests to
undeprecate. Others like MersenneTwister are a little tricker.
Here is a list of commonly used interfaces that can be undeprecated:
[deprecation] org.apache.mahout.math.function.Double9Function in
org.apache.mahout.math.function has been deprecated
[deprecation] org.apache.mahout.math.function.IntIntDoubleFunction in
org.apache.mahout.math.function has been deprecated
[deprecation] org.apache.mahout.math.function.IntIntFunction in
org.apache.mahout.math.function has been deprecated
was:
A few cases like IntIntFunction are interfaces and don't need further tests to
undeprecate. Others like MersenneTwister are a little tricker.
> Remove easy deprecations from math package
> ------------------------------------------
>
> Key: MAHOUT-405
> URL: https://issues.apache.org/jira/browse/MAHOUT-405
> Project: Mahout
> Issue Type: Bug
> Reporter: Ted Dunning
>
> A few cases like IntIntFunction are interfaces and don't need further tests
> to undeprecate. Others like MersenneTwister are a little tricker.
> Here is a list of commonly used interfaces that can be undeprecated:
> [deprecation] org.apache.mahout.math.function.Double9Function in
> org.apache.mahout.math.function has been deprecated
> [deprecation] org.apache.mahout.math.function.IntIntDoubleFunction in
> org.apache.mahout.math.function has been deprecated
> [deprecation] org.apache.mahout.math.function.IntIntFunction in
> org.apache.mahout.math.function has been deprecated
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.