You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@systemml.apache.org by "Deron Eriksson (JIRA)" <ji...@apache.org> on 2017/03/07 03:06:32 UTC

[jira] [Comment Edited] (SYSTEMML-507) Extend "executeScript" In MLContext To Accept Positional Arguments

    [ https://issues.apache.org/jira/browse/SYSTEMML-507?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15898653#comment-15898653 ] 

Deron Eriksson edited comment on SYSTEMML-507 at 3/7/17 3:05 AM:
-----------------------------------------------------------------

I'm going to resolve and close this since it refers to the old MLContext API and the new MLContext API supports positional arguments (val s = dml("a = $1;b = $2;print(a + b);").in("$1",2).in("$2",3)). The old MLContext API will be removed with SystemML 1.0.


was (Author: deron):
I'm going to resolve and close this since it refers to the old MLContext API and the new MLContext API supports positional argument (val s = dml("a = $1;b = $2;print(a + b);").in("$1",2).in("$2",3)). The old MLContext API will be removed with SystemML 1.0.

> Extend "executeScript" In MLContext To Accept Positional Arguments
> ------------------------------------------------------------------
>
>                 Key: SYSTEMML-507
>                 URL: https://issues.apache.org/jira/browse/SYSTEMML-507
>             Project: SystemML
>          Issue Type: Sub-task
>            Reporter: Mike Dusenberry
>             Fix For: Not Applicable
>
>
> When executing a script stored in a string with {{MLContext::executeScript}}, positional arguments cannot currently be supplied.  This task is to extend the {{executeScript}} API to accept an array of positional arguments, much like {{execute}} currently does.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)