Package | Description |
---|---|
org.apache.sysml.udf | |
org.apache.sysml.udf.lib |
Modifier and Type | Class and Description |
---|---|
class |
BinaryObject
Class to represent an object.
|
class |
Matrix
Class to represent the matrix input type
|
class |
Scalar
Class to represent a scalar input/output.
|
Modifier and Type | Method and Description |
---|---|
FunctionParameter |
PackageFunction.getFunctionInput(int pos)
Method to get a specific input to this package function.
|
abstract FunctionParameter |
PackageFunction.getFunctionOutput(int pos)
Method to get a specific output of this package function.
|
Modifier and Type | Method and Description |
---|---|
void |
PackageFunction.setInput(FunctionParameter input,
int pos)
Method to set a specific input for this package function
|
Modifier and Type | Method and Description |
---|---|
void |
PackageFunction.setFunctionInputs(ArrayList<FunctionParameter> inputs) |
Modifier and Type | Method and Description |
---|---|
FunctionParameter |
RemoveEmptyRows.getFunctionOutput(int pos)
Deprecated.
|
FunctionParameter |
GatherWrapper.getFunctionOutput(int pos) |
FunctionParameter |
DynamicWriteMatrixCP.getFunctionOutput(int pos)
Deprecated.
|
FunctionParameter |
CumSumProd.getFunctionOutput(int pos) |
FunctionParameter |
SGDNesterovUpdate.getFunctionOutput(int pos) |
FunctionParameter |
DynamicReadMatrixCP.getFunctionOutput(int pos) |
FunctionParameter |
DynamicReadMatrixRcCP.getFunctionOutput(int pos) |
FunctionParameter |
DynamicProjectMatrixCP.getFunctionOutput(int pos) |
FunctionParameter |
RowClassMeet.getFunctionOutput(int pos) |
FunctionParameter |
EvalFunction.getFunctionOutput(int pos) |
FunctionParameter |
TimeWrapper.getFunctionOutput(int pos) |
FunctionParameter |
BinningWrapper.getFunctionOutput(int pos) |
FunctionParameter |
MultiInputCbind.getFunctionOutput(int pos) |
FunctionParameter |
OrderWrapper.getFunctionOutput(int pos)
Deprecated.
|
Copyright © 2018 The Apache Software Foundation. All rights reserved.