[
https://issues.apache.org/jira/browse/SYSTEMML-889?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Deron Eriksson resolved SYSTEMML-889.
-------------------------------------
Resolution: Fixed
Fix Version/s: SystemML 0.11
Fixed by [PR229|https://github.com/apache/incubator-systemml/pull/229].
> Remove MLContext Java input output methods
> ------------------------------------------
>
> Key: SYSTEMML-889
> URL: https://issues.apache.org/jira/browse/SYSTEMML-889
> Project: SystemML
> Issue Type: Improvement
> Components: APIs
> Reporter: Deron Eriksson
> Assignee: Mike Dusenberry
> Fix For: SystemML 0.11
>
>
> The input() and output() methods were added to the MLContext Java/Scala API
> (on Script class) to support the Python API, since "in" is a reserved word in
> Python.
> Investigate if it's possible to have the Python API call the Java in()
> method. If it is, have the Python input() method call the Java in() method,
> and have the Python output() method call the Java out() method. Then, remove
> the input() and output() methods from the Java Script class since these
> methods are redundant.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)