Deron Eriksson created SYSTEMML-1154:
----------------------------------------
Summary: transformencode example missing quotes in read statement
Key: SYSTEMML-1154
URL: https://issues.apache.org/jira/browse/SYSTEMML-1154
Project: SystemML
Issue Type: Bug
Components: Documentation
Reporter: Deron Eriksson
Assignee: Deron Eriksson
Priority: Minor
The following transformencode example in the DML Language Reference is missing
quotes for the jspec read statement's first argument:
{code}
F1 = read("/user/ml/homes.csv", data_type="frame", format="csv");
jspec = read(/user/ml/homes.tfspec_recode2.json, data_type="scalar",
value_type="string");
[X, M] = transformencode(target=F1, spec=jspec);
print(toString(X));
if(1==1){}
print(toString(M));
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)