Uses of Class
org.apache.sysds.runtime.functionobjects.FunctionObject
Packages that use FunctionObject
Package
Description
-
Uses of FunctionObject in org.apache.sysds.runtime.functionobjects
Subclasses of FunctionObject in org.apache.sysds.runtime.functionobjectsModifier and TypeClassDescriptionclassclassclassclassclassclassclassClass with pre-defined set of objects.classGENERAL NOTE: * 05/28/2014: We decided to do handle weights consistently to SPSS in an operation-specific manner, i.e., we (1) round instead of casting where required (e.g.classGENERAL NOTE: * 05/28/2014: We decided to do handle weights consistently to SPSS in an operation-specific manner, i.e., we (1) round instead of casting where required (e.g.classclassclassclassclassclassclassclassclassclassRuntime function type to perform the summation of values using the Kahan summation algorithm.classclassRuntime function to perform the summation of squared values using the Kahan summation algorithm.classclassclassclassclassclassclassclassclassclassInteger modulus, where we adhere to the defined R semantics: ("%% indicates x mod y and %/% indicates integer division.classclassclassclassclassclassclassFunction object for builtin function that takes a list of name=value parameters.classclassclassclassclassReduce both columns and rows into a single cellclassReduce the columns into fewer columns, normally 1classclassReduce all rows into a single row.classclassThis index function is NOT used for actual sorting but just as a reference in ReorgOperator in order to identify sort operations.classThis index function is NOT used for actual sorting but just as a reference in ReorgOperator in order to identify sort operations.classclassclassAbstraction for comparison (relational) operators in order to force a proper implementation by all relevant subclasses.classclass -
Uses of FunctionObject in org.apache.sysds.runtime.matrix.operators
Fields in org.apache.sysds.runtime.matrix.operators declared as FunctionObjectConstructors in org.apache.sysds.runtime.matrix.operators with parameters of type FunctionObject