jpmml / jpmml-transpiler

Java Transpiler (Translator + Compiler) API for PMML
GNU Affero General Public License v3.0
28 stars 2 forks source link

Improve compatibility with older Android versions #11

Closed vruusmann closed 3 years ago

vruusmann commented 3 years ago

Related to https://github.com/jpmml/jpmml-evaluator/issues/210

Ideally, it would be great to have "Java translation profiles" - one for desktop/server-side Java, and another one for Android (and other API-constrained runtimes).

vruusmann commented 3 years ago

Android 5 and 6 don't provide java.util.function.ToIntFunction.

See https://github.com/jpmml/jpmml-evaluator/issues/210#issuecomment-748426046