Class | Description |
---|---|
BinningWrapper |
Wrapper class for binning a sorted input vector
|
CumSumProd |
Variant of cumsum:
Computes following two functions: |
DynamicProjectMatrixCP | |
DynamicReadMatrixCP | |
DynamicReadMatrixRcCP | |
DynamicWriteMatrixCP | Deprecated |
EvalFunction |
This function is for testing purposes only.
|
GatherWrapper |
Wrapper class for conversions of bit vectors to condensed position vectors.
|
MultiInputCbind |
This external built-in function addresses following two common scenarios:
1.
|
OrderWrapper | Deprecated |
RemoveEmptyRows | Deprecated |
RowClassMeet |
Performs following operation:
# Computes the intersection ("meet") of equivalence classes for
# each row of A and B, excluding 0-valued cells.
|
SGDNesterovUpdate |
Use this class to perform an SGD update with Nesterov momentum in CP.
|
TimeWrapper |
Wrapper class for time invocation
time = externalFunction(Integer i) return (Double B) implemented in
(classname="org.apache.sysml.udf.lib.TimeWrapper",exectype="mem");
t = time (1);
print( "Time in millsecs= " + t);
|
Copyright © 2018 The Apache Software Foundation. All rights reserved.