Class MLResults
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionObtain a serializable object as outputbooleangetBoolean(String outputName) Obtain abooleanoutputObtain an output as aDataobject.org.apache.spark.sql.Dataset<org.apache.spark.sql.Row>getDataFrame(String outputName) Obtain an output as aDataFrame.org.apache.spark.sql.Dataset<org.apache.spark.sql.Row>getDataFrame(String outputName, boolean isVectorDF) Obtain an output as aDataFrameof doubles or vectors with an ID column.org.apache.spark.sql.Dataset<org.apache.spark.sql.Row>getDataFrameDoubleNoIDColumn(String outputName) Obtain an output as aDataFrameof doubles with no ID column.org.apache.spark.sql.Dataset<org.apache.spark.sql.Row>getDataFrameDoubleWithIDColumn(String outputName) Obtain an output as aDataFrameof doubles with an ID column.org.apache.spark.sql.Dataset<org.apache.spark.sql.Row>getDataFrameVectorNoIDColumn(String outputName) Obtain an output as aDataFrameof vectors with no ID column.org.apache.spark.sql.Dataset<org.apache.spark.sql.Row>getDataFrameVectorWithIDColumn(String outputName) Obtain an output as aDataFrameof vectors with an ID column.doubleObtain adoubleoutputObtain an output as aFrame.String[][]getFrameAs2DStringArray(String outputName) Obtain an output as a two-dimensionalStringarray.getFrameObject(String outputName) Obtain an output as aFrameObjectorg.apache.spark.api.java.JavaRDD<String>getJavaRDDStringCSV(String outputName) Obtain an output as aJavaRDD<String>in CSV format.org.apache.spark.api.java.JavaRDD<String>getJavaRDDStringIJV(String outputName) Obtain an output as aJavaRDD<String>in IJV format.longObtain alongoutputObtain an output as aMatrix.double[][]getMatrixAs2DDoubleArray(String outputName) Obtain an output as a two-dimensionaldoublearray.getMatrixObject(String outputName) Obtain an output as aMatrixObjectorg.apache.spark.rdd.RDD<String>getRDDStringCSV(String outputName) Obtain an output as aRDD<String>in CSV format.org.apache.spark.rdd.RDD<String>getRDDStringIJV(String outputName) Obtain an output as aRDD<String>in IJV format.getScalarObject(String outputName) Obtain an output as aScalarobject.Obtain the Script object associated with these results.Obtain aStringoutputObtain the symbol table, which is essentially aMap<String, Data>representing variables and their values as SystemDS representations.<T> scala.Tuple1<T>Obtain a Scala tuple.<T1,T2> scala.Tuple2<T1, T2> Obtain a Scala tuple.<T1,T2, T3> scala.Tuple3<T1, T2, T3> Obtain a Scala tuple.<T1,T2, T3, T4>
scala.Tuple4<T1,T2, T3, T4> Obtain a Scala tuple.<T1,T2, T3, T4, T5>
scala.Tuple5<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>
scala.Tuple6<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>
scala.Tuple7<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>
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) Obtain a Scala tuple.<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) Obtain a Scala tuple.<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) Obtain a Scala tuple.<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) Obtain a Scala tuple.<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) Obtain a Scala tuple.<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) Obtain a Scala tuple.<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) Obtain a Scala tuple.<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) Obtain a Scala tuple.<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) Obtain a Scala tuple.<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) Obtain a Scala tuple.<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) Obtain a Scala tuple.<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) Obtain a Scala tuple.<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) 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>
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) 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>
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) Obtain a Scala tuple.toString()
-
Constructor Details
-
MLResults
public MLResults() -
MLResults
-
MLResults
-
-
Method Details
-
getData
Obtain an output as aDataobject.- Parameters:
outputName- the name of the output- Returns:
- the output as a
Dataobject
-
getMatrixObject
Obtain an output as aMatrixObject- Parameters:
outputName- the name of the output- Returns:
- the output as a
MatrixObject
-
getFrameObject
Obtain an output as aFrameObject- Parameters:
outputName- the name of the output- Returns:
- the output as a
FrameObject
-
getMatrixAs2DDoubleArray
Obtain an output as a two-dimensionaldoublearray.- Parameters:
outputName- the name of the output- Returns:
- the output as a two-dimensional
doublearray
-
getJavaRDDStringIJV
Obtain an output as aJavaRDD<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- Parameters:
outputName- the name of the output- Returns:
- the output as a
JavaRDD<String>in IJV format
-
getJavaRDDStringCSV
Obtain an output as aJavaRDD<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- Parameters:
outputName- the name of the output- Returns:
- the output as a
JavaRDD<String>in CSV format
-
getRDDStringCSV
Obtain an output as aRDD<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- Parameters:
outputName- the name of the output- Returns:
- the output as a
RDD<String>in CSV format
-
getRDDStringIJV
Obtain an output as aRDD<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- Parameters:
outputName- the name of the output- Returns:
- the output as a
RDD<String>in IJV format
-
getDataFrame
Obtain an output as aDataFrame. 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
DataFrameof doubles:[1.0,1.0,2.0]
[2.0,3.0,4.0]- Parameters:
outputName- the name of the output- Returns:
- the output as a
DataFrame
-
getDataFrame
public org.apache.spark.sql.Dataset<org.apache.spark.sql.Row> getDataFrame(String outputName, boolean isVectorDF) Obtain an output as aDataFrameof 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
DataFrameof doubles:[1.0,1.0,2.0]
[2.0,3.0,4.0]or the following
DataFrameof vectors:[1.0,[1.0,2.0]]
[2.0,[3.0,4.0]]- Parameters:
outputName- the name of the outputisVectorDF-truefor a vectorDataFrame,falsefor a doubleDataFrame- Returns:
- the output as a
DataFrameof doubles or vectors with an ID column
-
getDataFrameDoubleWithIDColumn
public org.apache.spark.sql.Dataset<org.apache.spark.sql.Row> getDataFrameDoubleWithIDColumn(String outputName) Obtain an output as aDataFrameof 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
DataFrameof doubles:[1.0,1.0,2.0]
[2.0,3.0,4.0]- Parameters:
outputName- the name of the output- Returns:
- the output as a
DataFrameof doubles with an ID column
-
getDataFrameVectorWithIDColumn
public org.apache.spark.sql.Dataset<org.apache.spark.sql.Row> getDataFrameVectorWithIDColumn(String outputName) Obtain an output as aDataFrameof 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
DataFrameof vectors:[1.0,[1.0,2.0]]
[2.0,[3.0,4.0]]- Parameters:
outputName- the name of the output- Returns:
- the output as a
DataFrameof vectors with an ID column
-
getDataFrameDoubleNoIDColumn
public org.apache.spark.sql.Dataset<org.apache.spark.sql.Row> getDataFrameDoubleNoIDColumn(String outputName) Obtain an output as aDataFrameof 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
DataFrameof doubles:[1.0,2.0]
[3.0,4.0]- Parameters:
outputName- the name of the output- Returns:
- the output as a
DataFrameof doubles with no ID column
-
getDataFrameVectorNoIDColumn
public org.apache.spark.sql.Dataset<org.apache.spark.sql.Row> getDataFrameVectorNoIDColumn(String outputName) Obtain an output as aDataFrameof 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
DataFrameof vectors:[[1.0,2.0]]
[[3.0,4.0]]- Parameters:
outputName- the name of the output- Returns:
- the output as a
DataFrameof vectors with no ID column
-
getMatrix
Obtain an output as aMatrix.- Parameters:
outputName- the name of the output- Returns:
- the output as a
Matrix
-
getFrame
Obtain an output as aFrame.- Parameters:
outputName- the name of the output- Returns:
- the output as a
Frame
-
getFrameAs2DStringArray
Obtain an output as a two-dimensionalStringarray.- Parameters:
outputName- the name of the output- Returns:
- the output as a two-dimensional
Stringarray
-
getDouble
Obtain adoubleoutput- Parameters:
outputName- the name of the output- Returns:
- the output as a
double
-
get
Obtain a serializable object as output- Parameters:
outputName- the name of the output- Returns:
- the output as a serializable object.
-
getScalarObject
Obtain an output as aScalarobject.- Parameters:
outputName- the name of the output- Returns:
- the output as a
Scalarobject
-
getBoolean
Obtain abooleanoutput- Parameters:
outputName- the name of the output- Returns:
- the output as a
boolean
-
getLong
Obtain alongoutput- Parameters:
outputName- the name of the output- Returns:
- the output as a
long
-
getString
Obtain aStringoutput- Parameters:
outputName- the name of the output- Returns:
- the output as a
String
-
getScript
Obtain the Script object associated with these results.- Returns:
- the DML or PYDML Script object
-
getTuple
Obtain a Scala tuple.- Type Parameters:
T- the type of the first output- Parameters:
outputName1- the name of the first output- Returns:
- a Scala tuple
-
getTuple
Obtain a Scala tuple.- Type Parameters:
T1- the type of the first outputT2- the type of the second output- Parameters:
outputName1- the name of the first outputoutputName2- the name of the second output- Returns:
- a Scala tuple
-
getTuple
public <T1,T2, scala.Tuple3<T1,T3> T2, getTupleT3> (String outputName1, String outputName2, String outputName3) Obtain a Scala tuple.- Type Parameters:
T1- the type of the first outputT2- the type of the second outputT3- the type of the third output- Parameters:
outputName1- the name of the first outputoutputName2- the name of the second outputoutputName3- the name of the third output- Returns:
- a Scala tuple
-
getTuple
public <T1,T2, scala.Tuple4<T1,T3, T4> T2, getTupleT3, T4> (String outputName1, String outputName2, String outputName3, String outputName4) Obtain a Scala tuple.- Type Parameters:
T1- the type of the first outputT2- the type of the second outputT3- the type of the third outputT4- the type of the fourth output- Parameters:
outputName1- the name of the first outputoutputName2- the name of the second outputoutputName3- the name of the third outputoutputName4- the name of the fourth output- Returns:
- a Scala tuple
-
getTuple
public <T1,T2, scala.Tuple5<T1,T3, T4, T5> T2, getTupleT3, T4, T5> (String outputName1, String outputName2, String outputName3, String outputName4, String outputName5) Obtain a Scala tuple.- Type Parameters:
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 output- Parameters:
outputName1- 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 output- Returns:
- a Scala tuple
-
getTuple
public <T1,T2, scala.Tuple6<T1,T3, T4, T5, T6> T2, getTupleT3, T4, T5, T6> (String outputName1, String outputName2, String outputName3, String outputName4, String outputName5, String outputName6) Obtain a Scala tuple.- Type Parameters:
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 output- Parameters:
outputName1- 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 output- Returns:
- a Scala tuple
-
getTuple
public <T1,T2, scala.Tuple7<T1,T3, T4, T5, T6, T7> T2, getTupleT3, T4, T5, T6, T7> (String outputName1, String outputName2, String outputName3, String outputName4, String outputName5, String outputName6, String outputName7) Obtain a Scala tuple.- Type Parameters:
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 output- Parameters:
outputName1- 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 output- Returns:
- a Scala tuple
-
getTuple
public <T1,T2, scala.Tuple8<T1,T3, T4, T5, T6, T7, T8> T2, getTupleT3, T4, T5, T6, T7, T8> (String outputName1, String outputName2, String outputName3, String outputName4, String outputName5, String outputName6, String outputName7, String outputName8) Obtain a Scala tuple.- Type Parameters:
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 output- Parameters:
outputName1- 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 output- Returns:
- a Scala tuple
-
getTuple
public <T1,T2, scala.Tuple9<T1,T3, T4, T5, T6, T7, T8, T9> T2, getTupleT3, T4, T5, T6, T7, T8, T9> (String outputName1, String outputName2, String outputName3, String outputName4, String outputName5, String outputName6, String outputName7, String outputName8, String outputName9) Obtain a Scala tuple.- Type Parameters:
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 output- Parameters:
outputName1- 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 output- Returns:
- a Scala tuple
-
getTuple
public <T1,T2, scala.Tuple10<T1,T3, T4, T5, T6, T7, T8, T9, T10> T2, getTupleT3, T4, T5, T6, T7, T8, T9, T10> (String outputName1, String outputName2, String outputName3, String outputName4, String outputName5, String outputName6, String outputName7, String outputName8, String outputName9, String outputName10) Obtain a Scala tuple.- Type Parameters:
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 output- Parameters:
outputName1- 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 output- Returns:
- a Scala tuple
-
getTuple
public <T1,T2, scala.Tuple11<T1,T3, T4, T5, T6, T7, T8, T9, T10, T11> T2, getTupleT3, T4, T5, T6, T7, T8, T9, T10, T11> (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.- Type Parameters:
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 output- Parameters:
outputName1- 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 output- Returns:
- a Scala tuple
-
getTuple
public <T1,T2, scala.Tuple12<T1,T3, T4, T5, T6, T7, T8, T9, T10, T11, T12> T2, getTupleT3, T4, T5, T6, T7, T8, T9, T10, T11, T12> (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.- Type Parameters:
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 output- Parameters:
outputName1- 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 output- Returns:
- a Scala tuple
-
getTuple
public <T1,T2, scala.Tuple13<T1,T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13> T2, getTupleT3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13> (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.- Type Parameters:
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 output- Parameters:
outputName1- 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 output- Returns:
- a Scala tuple
-
getTuple
public <T1,T2, scala.Tuple14<T1,T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14> T2, getTupleT3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14> (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.- Type Parameters:
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 output- Parameters:
outputName1- 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 output- Returns:
- a Scala tuple
-
getTuple
public <T1,T2, scala.Tuple15<T1,T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15> T2, getTupleT3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15> (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.- Type Parameters:
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 output- Parameters:
outputName1- 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 output- Returns:
- a Scala tuple
-
getTuple
public <T1,T2, scala.Tuple16<T1,T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16> T2, getTupleT3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16> (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.- Type Parameters:
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 output- Parameters:
outputName1- 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 output- Returns:
- a Scala tuple
-
getTuple
public <T1,T2, scala.Tuple17<T1,T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17> T2, getTupleT3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17> (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.- Type Parameters:
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 output- Parameters:
outputName1- 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 output- Returns:
- a Scala tuple
-
getTuple
public <T1,T2, scala.Tuple18<T1,T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18> T2, getTupleT3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18> (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.- Type Parameters:
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 output- Parameters:
outputName1- 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 output- Returns:
- a Scala tuple
-
getTuple
public <T1,T2, scala.Tuple19<T1,T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19> T2, getTupleT3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19> (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.- Type Parameters:
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 output- Parameters:
outputName1- 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 output- Returns:
- a Scala tuple
-
getTuple
public <T1,T2, scala.Tuple20<T1,T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20> T2, getTupleT3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20> (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.- Type Parameters:
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 output- Parameters:
outputName1- 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 output- Returns:
- a Scala tuple
-
getTuple
public <T1,T2, scala.Tuple21<T1,T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21> T2, getTupleT3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21> (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.- Type Parameters:
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 output- Parameters:
outputName1- 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 output- Returns:
- a Scala tuple
-
getTuple
public <T1,T2, scala.Tuple22<T1,T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22> T2, getTupleT3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22> (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.- Type Parameters:
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 output- Parameters:
outputName1- 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 output- Returns:
- a Scala tuple
-
getSymbolTable
Obtain the symbol table, which is essentially aMap<String, Data>representing variables and their values as SystemDS representations.- Returns:
- the symbol table
-
toString
-