public class MLResults extends Object
Constructor and Description |
---|
MLResults() |
MLResults(LocalVariableMap symbolTable) |
MLResults(Script script) |
Modifier and Type | Method and Description |
---|---|
Object |
get(String outputName)
Obtain a serializable object as output
|
boolean |
getBoolean(String outputName)
Obtain a
boolean output |
Data |
getData(String outputName)
Obtain an output as a
Data object. |
org.apache.spark.sql.Dataset<org.apache.spark.sql.Row> |
getDataFrame(String outputName)
Obtain an output as a
DataFrame . |
org.apache.spark.sql.Dataset<org.apache.spark.sql.Row> |
getDataFrame(String outputName,
boolean isVectorDF)
Obtain an output as a
DataFrame of doubles or vectors with an ID
column. |
org.apache.spark.sql.Dataset<org.apache.spark.sql.Row> |
getDataFrameDoubleNoIDColumn(String outputName)
Obtain an output as a
DataFrame of doubles with no ID column. |
org.apache.spark.sql.Dataset<org.apache.spark.sql.Row> |
getDataFrameDoubleWithIDColumn(String outputName)
Obtain an output as a
DataFrame of doubles with an ID column. |
org.apache.spark.sql.Dataset<org.apache.spark.sql.Row> |
getDataFrameVectorNoIDColumn(String outputName)
Obtain an output as a
DataFrame of vectors with no ID column. |
org.apache.spark.sql.Dataset<org.apache.spark.sql.Row> |
getDataFrameVectorWithIDColumn(String outputName)
Obtain an output as a
DataFrame of vectors with an ID column. |
double |
getDouble(String outputName)
Obtain a
double output |
Frame |
getFrame(String outputName)
Obtain an output as a
Frame . |
String[][] |
getFrameAs2DStringArray(String outputName)
Obtain an output as a two-dimensional
String array. |
FrameObject |
getFrameObject(String outputName)
Obtain an output as a
FrameObject |
org.apache.spark.api.java.JavaRDD<String> |
getJavaRDDStringCSV(String outputName)
Obtain an output as a
JavaRDD<String> in CSV format. |
org.apache.spark.api.java.JavaRDD<String> |
getJavaRDDStringIJV(String outputName)
Obtain an output as a
JavaRDD<String> in IJV format. |
long |
getLong(String outputName)
Obtain a
long output |
Matrix |
getMatrix(String outputName)
Obtain an output as a
Matrix . |
double[][] |
getMatrixAs2DDoubleArray(String outputName)
Obtain an output as a two-dimensional
double array. |
MatrixObject |
getMatrixObject(String outputName)
Obtain an output as a
MatrixObject |
org.apache.spark.rdd.RDD<String> |
getRDDStringCSV(String outputName)
Obtain an output as a
RDD<String> in CSV format. |
org.apache.spark.rdd.RDD<String> |
getRDDStringIJV(String outputName)
Obtain an output as a
RDD<String> in IJV format. |
ScalarObject |
getScalarObject(String outputName)
Obtain an output as a
Scalar object. |
Script |
getScript()
Obtain the Script object associated with these results.
|
String |
getString(String outputName)
Obtain a
String output |
LocalVariableMap |
getSymbolTable()
Obtain the symbol table, which is essentially a
Map<String, Data>
representing variables and their values as SystemDS representations. |
<T> scala.Tuple1<T> |
getTuple(String outputName1)
Obtain a Scala tuple.
|
<T1,T2> scala.Tuple2<T1,T2> |
getTuple(String outputName1,
String outputName2)
Obtain a Scala tuple.
|
<T1,T2,T3> scala.Tuple3<T1,T2,T3> |
getTuple(String outputName1,
String outputName2,
String outputName3)
Obtain a Scala tuple.
|
<T1,T2,T3,T4> |
getTuple(String outputName1,
String outputName2,
String outputName3,
String outputName4)
Obtain a Scala tuple.
|
<T1,T2,T3,T4,T5> |
getTuple(String outputName1,
String outputName2,
String outputName3,
String outputName4,
String outputName5)
Obtain a Scala tuple.
|
<T1,T2,T3,T4,T5,T6> |
getTuple(String outputName1,
String outputName2,
String outputName3,
String outputName4,
String outputName5,
String outputName6)
Obtain a Scala tuple.
|
<T1,T2,T3,T4,T5,T6,T7> |
getTuple(String outputName1,
String outputName2,
String outputName3,
String outputName4,
String outputName5,
String outputName6,
String outputName7)
Obtain a Scala tuple.
|
<T1,T2,T3,T4,T5,T6,T7,T8> |
getTuple(String outputName1,
String outputName2,
String outputName3,
String outputName4,
String outputName5,
String outputName6,
String outputName7,
String outputName8)
Obtain a Scala tuple.
|
<T1,T2,T3,T4,T5,T6,T7,T8,T9> |
getTuple(String outputName1,
String outputName2,
String outputName3,
String outputName4,
String outputName5,
String outputName6,
String outputName7,
String outputName8,
String outputName9)
Obtain a Scala tuple.
|
<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> |
getTuple(String outputName1,
String outputName2,
String outputName3,
String outputName4,
String outputName5,
String outputName6,
String outputName7,
String outputName8,
String outputName9,
String outputName10)
Obtain a Scala tuple.
|
<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11> |
getTuple(String outputName1,
String outputName2,
String outputName3,
String outputName4,
String outputName5,
String outputName6,
String outputName7,
String outputName8,
String outputName9,
String outputName10,
String outputName11)
Obtain a Scala tuple.
|
<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12> |
getTuple(String outputName1,
String outputName2,
String outputName3,
String outputName4,
String outputName5,
String outputName6,
String outputName7,
String outputName8,
String outputName9,
String outputName10,
String outputName11,
String outputName12)
Obtain a Scala tuple.
|
<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13> |
getTuple(String outputName1,
String outputName2,
String outputName3,
String outputName4,
String outputName5,
String outputName6,
String outputName7,
String outputName8,
String outputName9,
String outputName10,
String outputName11,
String outputName12,
String outputName13)
Obtain a Scala tuple.
|
<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14> |
getTuple(String outputName1,
String outputName2,
String outputName3,
String outputName4,
String outputName5,
String outputName6,
String outputName7,
String outputName8,
String outputName9,
String outputName10,
String outputName11,
String outputName12,
String outputName13,
String outputName14)
Obtain a Scala tuple.
|
<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15> |
getTuple(String outputName1,
String outputName2,
String outputName3,
String outputName4,
String outputName5,
String outputName6,
String outputName7,
String outputName8,
String outputName9,
String outputName10,
String outputName11,
String outputName12,
String outputName13,
String outputName14,
String outputName15)
Obtain a Scala tuple.
|
<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16> |
getTuple(String outputName1,
String outputName2,
String outputName3,
String outputName4,
String outputName5,
String outputName6,
String outputName7,
String outputName8,
String outputName9,
String outputName10,
String outputName11,
String outputName12,
String outputName13,
String outputName14,
String outputName15,
String outputName16)
Obtain a Scala tuple.
|
<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17> |
getTuple(String outputName1,
String outputName2,
String outputName3,
String outputName4,
String outputName5,
String outputName6,
String outputName7,
String outputName8,
String outputName9,
String outputName10,
String outputName11,
String outputName12,
String outputName13,
String outputName14,
String outputName15,
String outputName16,
String outputName17)
Obtain a Scala tuple.
|
<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18> |
getTuple(String outputName1,
String outputName2,
String outputName3,
String outputName4,
String outputName5,
String outputName6,
String outputName7,
String outputName8,
String outputName9,
String outputName10,
String outputName11,
String outputName12,
String outputName13,
String outputName14,
String outputName15,
String outputName16,
String outputName17,
String outputName18)
Obtain a Scala tuple.
|
<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19> |
getTuple(String outputName1,
String outputName2,
String outputName3,
String outputName4,
String outputName5,
String outputName6,
String outputName7,
String outputName8,
String outputName9,
String outputName10,
String outputName11,
String outputName12,
String outputName13,
String outputName14,
String outputName15,
String outputName16,
String outputName17,
String outputName18,
String outputName19)
Obtain a Scala tuple.
|
<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20> |
getTuple(String outputName1,
String outputName2,
String outputName3,
String outputName4,
String outputName5,
String outputName6,
String outputName7,
String outputName8,
String outputName9,
String outputName10,
String outputName11,
String outputName12,
String outputName13,
String outputName14,
String outputName15,
String outputName16,
String outputName17,
String outputName18,
String outputName19,
String outputName20)
Obtain a Scala tuple.
|
<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20,T21> |
getTuple(String outputName1,
String outputName2,
String outputName3,
String outputName4,
String outputName5,
String outputName6,
String outputName7,
String outputName8,
String outputName9,
String outputName10,
String outputName11,
String outputName12,
String outputName13,
String outputName14,
String outputName15,
String outputName16,
String outputName17,
String outputName18,
String outputName19,
String outputName20,
String outputName21)
Obtain a Scala tuple.
|
<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20,T21,T22> |
getTuple(String outputName1,
String outputName2,
String outputName3,
String outputName4,
String outputName5,
String outputName6,
String outputName7,
String outputName8,
String outputName9,
String outputName10,
String outputName11,
String outputName12,
String outputName13,
String outputName14,
String outputName15,
String outputName16,
String outputName17,
String outputName18,
String outputName19,
String outputName20,
String outputName21,
String outputName22)
Obtain a Scala tuple.
|
String |
toString() |
public MLResults()
public MLResults(LocalVariableMap symbolTable)
public MLResults(Script script)
public Data getData(String outputName)
Data
object.outputName
- the name of the outputData
objectpublic MatrixObject getMatrixObject(String outputName)
MatrixObject
outputName
- the name of the outputMatrixObject
public FrameObject getFrameObject(String outputName)
FrameObject
outputName
- the name of the outputFrameObject
public double[][] getMatrixAs2DDoubleArray(String outputName)
double
array.outputName
- the name of the outputdouble
arraypublic org.apache.spark.api.java.JavaRDD<String> getJavaRDDStringIJV(String outputName)
JavaRDD<String>
in IJV format.
The following matrix in DML:
M = full('1 2 3 4', rows=2, cols=2);
is equivalent to the following JavaRDD<String>
in IJV format:
1 1 1.0
1 2 2.0
2 1 3.0
2 2 4.0
outputName
- the name of the outputJavaRDD<String>
in IJV formatpublic org.apache.spark.api.java.JavaRDD<String> getJavaRDDStringCSV(String outputName)
JavaRDD<String>
in CSV format.
The following matrix in DML:
M = full('1 2 3 4', rows=2, cols=2);
is equivalent to the following JavaRDD<String>
in CSV format:
1.0,2.0
3.0,4.0
outputName
- the name of the outputJavaRDD<String>
in CSV formatpublic org.apache.spark.rdd.RDD<String> getRDDStringCSV(String outputName)
RDD<String>
in CSV format.
The following matrix in DML:
M = full('1 2 3 4', rows=2, cols=2);
is equivalent to the following RDD<String>
in CSV format:
1.0,2.0
3.0,4.0
outputName
- the name of the outputRDD<String>
in CSV formatpublic org.apache.spark.rdd.RDD<String> getRDDStringIJV(String outputName)
RDD<String>
in IJV format.
The following matrix in DML:
M = full('1 2 3 4', rows=2, cols=2);
is equivalent to the following RDD<String>
in IJV format:
1 1 1.0
1 2 2.0
2 1 3.0
2 2 4.0
outputName
- the name of the outputRDD<String>
in IJV formatpublic org.apache.spark.sql.Dataset<org.apache.spark.sql.Row> getDataFrame(String outputName)
DataFrame
. If outputting a Matrix, this
will be a DataFrame of doubles with an ID column.
The following matrix in DML:
M = full('1 2 3 4', rows=2, cols=2);
is equivalent to the following DataFrame
of doubles:
[1.0,1.0,2.0]
[2.0,3.0,4.0]
outputName
- the name of the outputDataFrame
public org.apache.spark.sql.Dataset<org.apache.spark.sql.Row> getDataFrame(String outputName, boolean isVectorDF)
DataFrame
of doubles or vectors with an ID
column.
The following matrix in DML:
M = full('1 2 3 4', rows=2, cols=2);
is equivalent to the following DataFrame
of doubles:
[1.0,1.0,2.0]
[2.0,3.0,4.0]
or the following DataFrame
of vectors:
[1.0,[1.0,2.0]]
[2.0,[3.0,4.0]]
outputName
- the name of the outputisVectorDF
- true
for a vector DataFrame
, false
for
a double DataFrame
DataFrame
of doubles or vectors with an
ID columnpublic org.apache.spark.sql.Dataset<org.apache.spark.sql.Row> getDataFrameDoubleWithIDColumn(String outputName)
DataFrame
of doubles with an ID column.
The following matrix in DML:
M = full('1 2 3 4', rows=2, cols=2);
is equivalent to the following DataFrame
of doubles:
[1.0,1.0,2.0]
[2.0,3.0,4.0]
outputName
- the name of the outputDataFrame
of doubles with an ID columnpublic org.apache.spark.sql.Dataset<org.apache.spark.sql.Row> getDataFrameVectorWithIDColumn(String outputName)
DataFrame
of vectors with an ID column.
The following matrix in DML:
M = full('1 2 3 4', rows=2, cols=2);
is equivalent to the following DataFrame
of vectors:
[1.0,[1.0,2.0]]
[2.0,[3.0,4.0]]
outputName
- the name of the outputDataFrame
of vectors with an ID columnpublic org.apache.spark.sql.Dataset<org.apache.spark.sql.Row> getDataFrameDoubleNoIDColumn(String outputName)
DataFrame
of doubles with no ID column.
The following matrix in DML:
M = full('1 2 3 4', rows=2, cols=2);
is equivalent to the following DataFrame
of doubles:
[1.0,2.0]
[3.0,4.0]
outputName
- the name of the outputDataFrame
of doubles with no ID columnpublic org.apache.spark.sql.Dataset<org.apache.spark.sql.Row> getDataFrameVectorNoIDColumn(String outputName)
DataFrame
of vectors with no ID column.
The following matrix in DML:
M = full('1 2 3 4', rows=2, cols=2);
is equivalent to the following DataFrame
of vectors:
[[1.0,2.0]]
[[3.0,4.0]]
outputName
- the name of the outputDataFrame
of vectors with no ID columnpublic Matrix getMatrix(String outputName)
Matrix
.outputName
- the name of the outputMatrix
public Frame getFrame(String outputName)
Frame
.outputName
- the name of the outputFrame
public String[][] getFrameAs2DStringArray(String outputName)
String
array.outputName
- the name of the outputString
arraypublic double getDouble(String outputName)
double
outputoutputName
- the name of the outputdouble
public Object get(String outputName)
outputName
- the name of the outputpublic ScalarObject getScalarObject(String outputName)
Scalar
object.outputName
- the name of the outputScalar
objectpublic boolean getBoolean(String outputName)
boolean
outputoutputName
- the name of the outputboolean
public long getLong(String outputName)
long
outputoutputName
- the name of the outputlong
public String getString(String outputName)
String
outputoutputName
- the name of the outputString
public Script getScript()
public <T> scala.Tuple1<T> getTuple(String outputName1)
T
- the type of the first outputoutputName1
- the name of the first outputpublic <T1,T2> scala.Tuple2<T1,T2> getTuple(String outputName1, String outputName2)
T1
- the type of the first outputT2
- the type of the second outputoutputName1
- the name of the first outputoutputName2
- the name of the second outputpublic <T1,T2,T3> scala.Tuple3<T1,T2,T3> getTuple(String outputName1, String outputName2, String outputName3)
T1
- the type of the first outputT2
- the type of the second outputT3
- the type of the third outputoutputName1
- the name of the first outputoutputName2
- the name of the second outputoutputName3
- the name of the third outputpublic <T1,T2,T3,T4> scala.Tuple4<T1,T2,T3,T4> getTuple(String outputName1, String outputName2, String outputName3, String outputName4)
T1
- the type of the first outputT2
- the type of the second outputT3
- the type of the third outputT4
- the type of the fourth outputoutputName1
- the name of the first outputoutputName2
- the name of the second outputoutputName3
- the name of the third outputoutputName4
- the name of the fourth outputpublic <T1,T2,T3,T4,T5> scala.Tuple5<T1,T2,T3,T4,T5> getTuple(String outputName1, String outputName2, String outputName3, String outputName4, String outputName5)
T1
- the type of the first outputT2
- the type of the second outputT3
- the type of the third outputT4
- the type of the fourth outputT5
- the type of the fifth outputoutputName1
- the name of the first outputoutputName2
- the name of the second outputoutputName3
- the name of the third outputoutputName4
- the name of the fourth outputoutputName5
- the name of the fifth outputpublic <T1,T2,T3,T4,T5,T6> scala.Tuple6<T1,T2,T3,T4,T5,T6> getTuple(String outputName1, String outputName2, String outputName3, String outputName4, String outputName5, String outputName6)
T1
- the type of the first outputT2
- the type of the second outputT3
- the type of the third outputT4
- the type of the fourth outputT5
- the type of the fifth outputT6
- the type of the sixth outputoutputName1
- the name of the first outputoutputName2
- the name of the second outputoutputName3
- the name of the third outputoutputName4
- the name of the fourth outputoutputName5
- the name of the fifth outputoutputName6
- the name of the sixth outputpublic <T1,T2,T3,T4,T5,T6,T7> scala.Tuple7<T1,T2,T3,T4,T5,T6,T7> getTuple(String outputName1, String outputName2, String outputName3, String outputName4, String outputName5, String outputName6, String outputName7)
T1
- the type of the first outputT2
- the type of the second outputT3
- the type of the third outputT4
- the type of the fourth outputT5
- the type of the fifth outputT6
- the type of the sixth outputT7
- the type of the seventh outputoutputName1
- the name of the first outputoutputName2
- the name of the second outputoutputName3
- the name of the third outputoutputName4
- the name of the fourth outputoutputName5
- the name of the fifth outputoutputName6
- the name of the sixth outputoutputName7
- the name of the seventh outputpublic <T1,T2,T3,T4,T5,T6,T7,T8> scala.Tuple8<T1,T2,T3,T4,T5,T6,T7,T8> getTuple(String outputName1, String outputName2, String outputName3, String outputName4, String outputName5, String outputName6, String outputName7, String outputName8)
T1
- the type of the first outputT2
- the type of the second outputT3
- the type of the third outputT4
- the type of the fourth outputT5
- the type of the fifth outputT6
- the type of the sixth outputT7
- the type of the seventh outputT8
- the type of the eighth outputoutputName1
- the name of the first outputoutputName2
- the name of the second outputoutputName3
- the name of the third outputoutputName4
- the name of the fourth outputoutputName5
- the name of the fifth outputoutputName6
- the name of the sixth outputoutputName7
- the name of the seventh outputoutputName8
- the name of the eighth outputpublic <T1,T2,T3,T4,T5,T6,T7,T8,T9> scala.Tuple9<T1,T2,T3,T4,T5,T6,T7,T8,T9> getTuple(String outputName1, String outputName2, String outputName3, String outputName4, String outputName5, String outputName6, String outputName7, String outputName8, String outputName9)
T1
- the type of the first outputT2
- the type of the second outputT3
- the type of the third outputT4
- the type of the fourth outputT5
- the type of the fifth outputT6
- the type of the sixth outputT7
- the type of the seventh outputT8
- the type of the eighth outputT9
- the type of the ninth outputoutputName1
- the name of the first outputoutputName2
- the name of the second outputoutputName3
- the name of the third outputoutputName4
- the name of the fourth outputoutputName5
- the name of the fifth outputoutputName6
- the name of the sixth outputoutputName7
- the name of the seventh outputoutputName8
- the name of the eighth outputoutputName9
- the name of the ninth outputpublic <T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> scala.Tuple10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> getTuple(String outputName1, String outputName2, String outputName3, String outputName4, String outputName5, String outputName6, String outputName7, String outputName8, String outputName9, String outputName10)
T1
- the type of the first outputT2
- the type of the second outputT3
- the type of the third outputT4
- the type of the fourth outputT5
- the type of the fifth outputT6
- the type of the sixth outputT7
- the type of the seventh outputT8
- the type of the eighth outputT9
- the type of the ninth outputT10
- the type of the tenth outputoutputName1
- the name of the first outputoutputName2
- the name of the second outputoutputName3
- the name of the third outputoutputName4
- the name of the fourth outputoutputName5
- the name of the fifth outputoutputName6
- the name of the sixth outputoutputName7
- the name of the seventh outputoutputName8
- the name of the eighth outputoutputName9
- the name of the ninth outputoutputName10
- the name of the tenth outputpublic <T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11> scala.Tuple11<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11> getTuple(String outputName1, String outputName2, String outputName3, String outputName4, String outputName5, String outputName6, String outputName7, String outputName8, String outputName9, String outputName10, String outputName11)
T1
- the type of the first outputT2
- the type of the second outputT3
- the type of the third outputT4
- the type of the fourth outputT5
- the type of the fifth outputT6
- the type of the sixth outputT7
- the type of the seventh outputT8
- the type of the eighth outputT9
- the type of the ninth outputT10
- the type of the tenth outputT11
- the type of the eleventh outputoutputName1
- the name of the first outputoutputName2
- the name of the second outputoutputName3
- the name of the third outputoutputName4
- the name of the fourth outputoutputName5
- the name of the fifth outputoutputName6
- the name of the sixth outputoutputName7
- the name of the seventh outputoutputName8
- the name of the eighth outputoutputName9
- the name of the ninth outputoutputName10
- the name of the tenth outputoutputName11
- the name of the eleventh outputpublic <T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12> scala.Tuple12<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12> getTuple(String outputName1, String outputName2, String outputName3, String outputName4, String outputName5, String outputName6, String outputName7, String outputName8, String outputName9, String outputName10, String outputName11, String outputName12)
T1
- the type of the first outputT2
- the type of the second outputT3
- the type of the third outputT4
- the type of the fourth outputT5
- the type of the fifth outputT6
- the type of the sixth outputT7
- the type of the seventh outputT8
- the type of the eighth outputT9
- the type of the ninth outputT10
- the type of the tenth outputT11
- the type of the eleventh outputT12
- the type of the twelfth outputoutputName1
- the name of the first outputoutputName2
- the name of the second outputoutputName3
- the name of the third outputoutputName4
- the name of the fourth outputoutputName5
- the name of the fifth outputoutputName6
- the name of the sixth outputoutputName7
- the name of the seventh outputoutputName8
- the name of the eighth outputoutputName9
- the name of the ninth outputoutputName10
- the name of the tenth outputoutputName11
- the name of the eleventh outputoutputName12
- the name of the twelfth outputpublic <T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13> scala.Tuple13<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13> getTuple(String outputName1, String outputName2, String outputName3, String outputName4, String outputName5, String outputName6, String outputName7, String outputName8, String outputName9, String outputName10, String outputName11, String outputName12, String outputName13)
T1
- the type of the first outputT2
- the type of the second outputT3
- the type of the third outputT4
- the type of the fourth outputT5
- the type of the fifth outputT6
- the type of the sixth outputT7
- the type of the seventh outputT8
- the type of the eighth outputT9
- the type of the ninth outputT10
- the type of the tenth outputT11
- the type of the eleventh outputT12
- the type of the twelfth outputT13
- the type of the thirteenth outputoutputName1
- the name of the first outputoutputName2
- the name of the second outputoutputName3
- the name of the third outputoutputName4
- the name of the fourth outputoutputName5
- the name of the fifth outputoutputName6
- the name of the sixth outputoutputName7
- the name of the seventh outputoutputName8
- the name of the eighth outputoutputName9
- the name of the ninth outputoutputName10
- the name of the tenth outputoutputName11
- the name of the eleventh outputoutputName12
- the name of the twelfth outputoutputName13
- the name of the thirteenth outputpublic <T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14> scala.Tuple14<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14> getTuple(String outputName1, String outputName2, String outputName3, String outputName4, String outputName5, String outputName6, String outputName7, String outputName8, String outputName9, String outputName10, String outputName11, String outputName12, String outputName13, String outputName14)
T1
- the type of the first outputT2
- the type of the second outputT3
- the type of the third outputT4
- the type of the fourth outputT5
- the type of the fifth outputT6
- the type of the sixth outputT7
- the type of the seventh outputT8
- the type of the eighth outputT9
- the type of the ninth outputT10
- the type of the tenth outputT11
- the type of the eleventh outputT12
- the type of the twelfth outputT13
- the type of the thirteenth outputT14
- the type of the fourteenth outputoutputName1
- the name of the first outputoutputName2
- the name of the second outputoutputName3
- the name of the third outputoutputName4
- the name of the fourth outputoutputName5
- the name of the fifth outputoutputName6
- the name of the sixth outputoutputName7
- the name of the seventh outputoutputName8
- the name of the eighth outputoutputName9
- the name of the ninth outputoutputName10
- the name of the tenth outputoutputName11
- the name of the eleventh outputoutputName12
- the name of the twelfth outputoutputName13
- the name of the thirteenth outputoutputName14
- the name of the fourteenth outputpublic <T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15> scala.Tuple15<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15> getTuple(String outputName1, String outputName2, String outputName3, String outputName4, String outputName5, String outputName6, String outputName7, String outputName8, String outputName9, String outputName10, String outputName11, String outputName12, String outputName13, String outputName14, String outputName15)
T1
- the type of the first outputT2
- the type of the second outputT3
- the type of the third outputT4
- the type of the fourth outputT5
- the type of the fifth outputT6
- the type of the sixth outputT7
- the type of the seventh outputT8
- the type of the eighth outputT9
- the type of the ninth outputT10
- the type of the tenth outputT11
- the type of the eleventh outputT12
- the type of the twelfth outputT13
- the type of the thirteenth outputT14
- the type of the fourteenth outputT15
- the type of the fifteenth outputoutputName1
- the name of the first outputoutputName2
- the name of the second outputoutputName3
- the name of the third outputoutputName4
- the name of the fourth outputoutputName5
- the name of the fifth outputoutputName6
- the name of the sixth outputoutputName7
- the name of the seventh outputoutputName8
- the name of the eighth outputoutputName9
- the name of the ninth outputoutputName10
- the name of the tenth outputoutputName11
- the name of the eleventh outputoutputName12
- the name of the twelfth outputoutputName13
- the name of the thirteenth outputoutputName14
- the name of the fourteenth outputoutputName15
- the name of the fifteenth outputpublic <T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16> scala.Tuple16<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16> getTuple(String outputName1, String outputName2, String outputName3, String outputName4, String outputName5, String outputName6, String outputName7, String outputName8, String outputName9, String outputName10, String outputName11, String outputName12, String outputName13, String outputName14, String outputName15, String outputName16)
T1
- the type of the first outputT2
- the type of the second outputT3
- the type of the third outputT4
- the type of the fourth outputT5
- the type of the fifth outputT6
- the type of the sixth outputT7
- the type of the seventh outputT8
- the type of the eighth outputT9
- the type of the ninth outputT10
- the type of the tenth outputT11
- the type of the eleventh outputT12
- the type of the twelfth outputT13
- the type of the thirteenth outputT14
- the type of the fourteenth outputT15
- the type of the fifteenth outputT16
- the type of the sixteenth outputoutputName1
- the name of the first outputoutputName2
- the name of the second outputoutputName3
- the name of the third outputoutputName4
- the name of the fourth outputoutputName5
- the name of the fifth outputoutputName6
- the name of the sixth outputoutputName7
- the name of the seventh outputoutputName8
- the name of the eighth outputoutputName9
- the name of the ninth outputoutputName10
- the name of the tenth outputoutputName11
- the name of the eleventh outputoutputName12
- the name of the twelfth outputoutputName13
- the name of the thirteenth outputoutputName14
- the name of the fourteenth outputoutputName15
- the name of the fifteenth outputoutputName16
- the name of the sixteenth outputpublic <T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17> scala.Tuple17<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17> getTuple(String outputName1, String outputName2, String outputName3, String outputName4, String outputName5, String outputName6, String outputName7, String outputName8, String outputName9, String outputName10, String outputName11, String outputName12, String outputName13, String outputName14, String outputName15, String outputName16, String outputName17)
T1
- the type of the first outputT2
- the type of the second outputT3
- the type of the third outputT4
- the type of the fourth outputT5
- the type of the fifth outputT6
- the type of the sixth outputT7
- the type of the seventh outputT8
- the type of the eighth outputT9
- the type of the ninth outputT10
- the type of the tenth outputT11
- the type of the eleventh outputT12
- the type of the twelfth outputT13
- the type of the thirteenth outputT14
- the type of the fourteenth outputT15
- the type of the fifteenth outputT16
- the type of the sixteenth outputT17
- the type of the seventeenth outputoutputName1
- the name of the first outputoutputName2
- the name of the second outputoutputName3
- the name of the third outputoutputName4
- the name of the fourth outputoutputName5
- the name of the fifth outputoutputName6
- the name of the sixth outputoutputName7
- the name of the seventh outputoutputName8
- the name of the eighth outputoutputName9
- the name of the ninth outputoutputName10
- the name of the tenth outputoutputName11
- the name of the eleventh outputoutputName12
- the name of the twelfth outputoutputName13
- the name of the thirteenth outputoutputName14
- the name of the fourteenth outputoutputName15
- the name of the fifteenth outputoutputName16
- the name of the sixteenth outputoutputName17
- the name of the seventeenth outputpublic <T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18> scala.Tuple18<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18> getTuple(String outputName1, String outputName2, String outputName3, String outputName4, String outputName5, String outputName6, String outputName7, String outputName8, String outputName9, String outputName10, String outputName11, String outputName12, String outputName13, String outputName14, String outputName15, String outputName16, String outputName17, String outputName18)
T1
- the type of the first outputT2
- the type of the second outputT3
- the type of the third outputT4
- the type of the fourth outputT5
- the type of the fifth outputT6
- the type of the sixth outputT7
- the type of the seventh outputT8
- the type of the eighth outputT9
- the type of the ninth outputT10
- the type of the tenth outputT11
- the type of the eleventh outputT12
- the type of the twelfth outputT13
- the type of the thirteenth outputT14
- the type of the fourteenth outputT15
- the type of the fifteenth outputT16
- the type of the sixteenth outputT17
- the type of the seventeenth outputT18
- the type of the eighteenth outputoutputName1
- the name of the first outputoutputName2
- the name of the second outputoutputName3
- the name of the third outputoutputName4
- the name of the fourth outputoutputName5
- the name of the fifth outputoutputName6
- the name of the sixth outputoutputName7
- the name of the seventh outputoutputName8
- the name of the eighth outputoutputName9
- the name of the ninth outputoutputName10
- the name of the tenth outputoutputName11
- the name of the eleventh outputoutputName12
- the name of the twelfth outputoutputName13
- the name of the thirteenth outputoutputName14
- the name of the fourteenth outputoutputName15
- the name of the fifteenth outputoutputName16
- the name of the sixteenth outputoutputName17
- the name of the seventeenth outputoutputName18
- the name of the eighteenth outputpublic <T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19> scala.Tuple19<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19> getTuple(String outputName1, String outputName2, String outputName3, String outputName4, String outputName5, String outputName6, String outputName7, String outputName8, String outputName9, String outputName10, String outputName11, String outputName12, String outputName13, String outputName14, String outputName15, String outputName16, String outputName17, String outputName18, String outputName19)
T1
- the type of the first outputT2
- the type of the second outputT3
- the type of the third outputT4
- the type of the fourth outputT5
- the type of the fifth outputT6
- the type of the sixth outputT7
- the type of the seventh outputT8
- the type of the eighth outputT9
- the type of the ninth outputT10
- the type of the tenth outputT11
- the type of the eleventh outputT12
- the type of the twelfth outputT13
- the type of the thirteenth outputT14
- the type of the fourteenth outputT15
- the type of the fifteenth outputT16
- the type of the sixteenth outputT17
- the type of the seventeenth outputT18
- the type of the eighteenth outputT19
- the type of the nineteenth outputoutputName1
- the name of the first outputoutputName2
- the name of the second outputoutputName3
- the name of the third outputoutputName4
- the name of the fourth outputoutputName5
- the name of the fifth outputoutputName6
- the name of the sixth outputoutputName7
- the name of the seventh outputoutputName8
- the name of the eighth outputoutputName9
- the name of the ninth outputoutputName10
- the name of the tenth outputoutputName11
- the name of the eleventh outputoutputName12
- the name of the twelfth outputoutputName13
- the name of the thirteenth outputoutputName14
- the name of the fourteenth outputoutputName15
- the name of the fifteenth outputoutputName16
- the name of the sixteenth outputoutputName17
- the name of the seventeenth outputoutputName18
- the name of the eighteenth outputoutputName19
- the name of the nineteenth outputpublic <T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20> scala.Tuple20<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20> getTuple(String outputName1, String outputName2, String outputName3, String outputName4, String outputName5, String outputName6, String outputName7, String outputName8, String outputName9, String outputName10, String outputName11, String outputName12, String outputName13, String outputName14, String outputName15, String outputName16, String outputName17, String outputName18, String outputName19, String outputName20)
T1
- the type of the first outputT2
- the type of the second outputT3
- the type of the third outputT4
- the type of the fourth outputT5
- the type of the fifth outputT6
- the type of the sixth outputT7
- the type of the seventh outputT8
- the type of the eighth outputT9
- the type of the ninth outputT10
- the type of the tenth outputT11
- the type of the eleventh outputT12
- the type of the twelfth outputT13
- the type of the thirteenth outputT14
- the type of the fourteenth outputT15
- the type of the fifteenth outputT16
- the type of the sixteenth outputT17
- the type of the seventeenth outputT18
- the type of the eighteenth outputT19
- the type of the nineteenth outputT20
- the type of the twentieth outputoutputName1
- the name of the first outputoutputName2
- the name of the second outputoutputName3
- the name of the third outputoutputName4
- the name of the fourth outputoutputName5
- the name of the fifth outputoutputName6
- the name of the sixth outputoutputName7
- the name of the seventh outputoutputName8
- the name of the eighth outputoutputName9
- the name of the ninth outputoutputName10
- the name of the tenth outputoutputName11
- the name of the eleventh outputoutputName12
- the name of the twelfth outputoutputName13
- the name of the thirteenth outputoutputName14
- the name of the fourteenth outputoutputName15
- the name of the fifteenth outputoutputName16
- the name of the sixteenth outputoutputName17
- the name of the seventeenth outputoutputName18
- the name of the eighteenth outputoutputName19
- the name of the nineteenth outputoutputName20
- the name of the twentieth outputpublic <T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20,T21> scala.Tuple21<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20,T21> getTuple(String outputName1, String outputName2, String outputName3, String outputName4, String outputName5, String outputName6, String outputName7, String outputName8, String outputName9, String outputName10, String outputName11, String outputName12, String outputName13, String outputName14, String outputName15, String outputName16, String outputName17, String outputName18, String outputName19, String outputName20, String outputName21)
T1
- the type of the first outputT2
- the type of the second outputT3
- the type of the third outputT4
- the type of the fourth outputT5
- the type of the fifth outputT6
- the type of the sixth outputT7
- the type of the seventh outputT8
- the type of the eighth outputT9
- the type of the ninth outputT10
- the type of the tenth outputT11
- the type of the eleventh outputT12
- the type of the twelfth outputT13
- the type of the thirteenth outputT14
- the type of the fourteenth outputT15
- the type of the fifteenth outputT16
- the type of the sixteenth outputT17
- the type of the seventeenth outputT18
- the type of the eighteenth outputT19
- the type of the nineteenth outputT20
- the type of the twentieth outputT21
- the type of the twenty-first outputoutputName1
- the name of the first outputoutputName2
- the name of the second outputoutputName3
- the name of the third outputoutputName4
- the name of the fourth outputoutputName5
- the name of the fifth outputoutputName6
- the name of the sixth outputoutputName7
- the name of the seventh outputoutputName8
- the name of the eighth outputoutputName9
- the name of the ninth outputoutputName10
- the name of the tenth outputoutputName11
- the name of the eleventh outputoutputName12
- the name of the twelfth outputoutputName13
- the name of the thirteenth outputoutputName14
- the name of the fourteenth outputoutputName15
- the name of the fifteenth outputoutputName16
- the name of the sixteenth outputoutputName17
- the name of the seventeenth outputoutputName18
- the name of the eighteenth outputoutputName19
- the name of the nineteenth outputoutputName20
- the name of the twentieth outputoutputName21
- the name of the twenty-first outputpublic <T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20,T21,T22> scala.Tuple22<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20,T21,T22> getTuple(String outputName1, String outputName2, String outputName3, String outputName4, String outputName5, String outputName6, String outputName7, String outputName8, String outputName9, String outputName10, String outputName11, String outputName12, String outputName13, String outputName14, String outputName15, String outputName16, String outputName17, String outputName18, String outputName19, String outputName20, String outputName21, String outputName22)
T1
- the type of the first outputT2
- the type of the second outputT3
- the type of the third outputT4
- the type of the fourth outputT5
- the type of the fifth outputT6
- the type of the sixth outputT7
- the type of the seventh outputT8
- the type of the eighth outputT9
- the type of the ninth outputT10
- the type of the tenth outputT11
- the type of the eleventh outputT12
- the type of the twelfth outputT13
- the type of the thirteenth outputT14
- the type of the fourteenth outputT15
- the type of the fifteenth outputT16
- the type of the sixteenth outputT17
- the type of the seventeenth outputT18
- the type of the eighteenth outputT19
- the type of the nineteenth outputT20
- the type of the twentieth outputT21
- the type of the twenty-first outputT22
- the type of the twenty-second outputoutputName1
- the name of the first outputoutputName2
- the name of the second outputoutputName3
- the name of the third outputoutputName4
- the name of the fourth outputoutputName5
- the name of the fifth outputoutputName6
- the name of the sixth outputoutputName7
- the name of the seventh outputoutputName8
- the name of the eighth outputoutputName9
- the name of the ninth outputoutputName10
- the name of the tenth outputoutputName11
- the name of the eleventh outputoutputName12
- the name of the twelfth outputoutputName13
- the name of the thirteenth outputoutputName14
- the name of the fourteenth outputoutputName15
- the name of the fifteenth outputoutputName16
- the name of the sixteenth outputoutputName17
- the name of the seventeenth outputoutputName18
- the name of the eighteenth outputoutputName19
- the name of the nineteenth outputoutputName20
- the name of the twentieth outputoutputName21
- the name of the twenty-first outputoutputName22
- the name of the twenty-second outputpublic LocalVariableMap getSymbolTable()
Map<String, Data>
representing variables and their values as SystemDS representations.Copyright © 2021 The Apache Software Foundation. All rights reserved.