Details
-
Task
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
Currently java.lang.Float is not a supported input type for the new MLContext API. This type can be cast to a double in `public Script in(String name, Object value, Metadata metadata)` to implicitly add float input support to the API.
Fixed by PR382.