Currently for ml we have the following interfaces:
* IgniteBiConsumer
* IgniteBiFunction
* IgniteConsumer
* IgniteDoubleFunction
* IgniteFunction
* IgniteIntDoubleToDoubleBiFunction
* IgniteIntIntToIntBiFunction
* IgniteTriFunction
* IntDoubleToVoidFunction
* IntIntToDoubleFunction
So we could mov
Hello Alexandre,
We already have serializable functional interfaces in ML module in package
org.apache.ignite.ml.math.functions.
Regards,
Yury
--
Sent from: http://apache-ignite-developers.2346864.n4.nabble.com/
Thanks, Alex, this is useful. Is there a Jira ticket for it? If not, can
you create one?
On Wed, Oct 25, 2017 at 12:05 PM, Alexandre Boudnik <
alexander.boud...@gmail.com> wrote:
> Hello,
>
> In order to use java 8 lambdas, we've developed serialized versions of a
> few java.util.function interfa
Hello,
In order to use java 8 lambdas, we've developed serialized versions of a
few java.util.function interfaces.
I'm going to make similar improvements on IgniteClosure, IgnitePredicate,
etc
Take care,
Alexandre "Sasha" Boudnik
call me via Google Voice:
1(405) BUDNIKA
1(405) 283-6452
Alexandre Boudnik created IGNITE-6757:
-
Summary: to bring serializable versions of java 8 functional
interfaces
Key: IGNITE-6757
URL: https://issues.apache.org/jira/browse/IGNITE-6757
Project