jpmml / jpmml-converter

Java library for authoring PMML
GNU Affero General Public License v3.0
15 stars 4 forks source link

Constant elements should require a data type hint #8

Closed vruusmann closed 6 years ago

vruusmann commented 6 years ago

Method PMMLUtil#createConstant(Object) must be replaced with method PMMLUtil#createConstant(Object, DataType).

See https://github.com/jpmml/jpmml-evaluator/issues/107#issuecomment-375760936