Uses of Class
org.apache.sysds.runtime.functionobjects.ValueFunction
-
-
Uses of ValueFunction in org.apache.sysds.runtime.codegen
Methods in org.apache.sysds.runtime.codegen that return ValueFunction Modifier and Type Method Description static ValueFunction[]SpoofMultiAggregate. getAggFunctions(SpoofCellwise.AggOp[] aggOps) -
Uses of ValueFunction in org.apache.sysds.runtime.compress.colgroup
Methods in org.apache.sysds.runtime.compress.colgroup with parameters of type ValueFunction Modifier and Type Method Description double[]AColGroupCompressed. preAggRows(ValueFunction fn) -
Uses of ValueFunction in org.apache.sysds.runtime.compress.colgroup.dictionary
Methods in org.apache.sysds.runtime.compress.colgroup.dictionary with parameters of type ValueFunction Modifier and Type Method Description CM_COV_ObjectADictionary. centralMoment(ValueFunction fn, int[] counts, int nRows)CM_COV_ObjectADictionary. centralMoment(CM_COV_Object ret, ValueFunction fn, int[] counts, int nRows)CM_COV_ObjectDictionary. centralMoment(CM_COV_Object ret, ValueFunction fn, int[] counts, int nRows)CM_COV_ObjectIDictionary. centralMoment(ValueFunction fn, int[] counts, int nRows)Central moment function to calculate the central moment of this column group.CM_COV_ObjectIDictionary. centralMoment(CM_COV_Object ret, ValueFunction fn, int[] counts, int nRows)Central moment function to calculate the central moment of this column group.CM_COV_ObjectMatrixBlockDictionary. centralMoment(CM_COV_Object ret, ValueFunction fn, int[] counts, int nRows)CM_COV_ObjectADictionary. centralMomentWithDefault(ValueFunction fn, int[] counts, double def, int nRows)CM_COV_ObjectADictionary. centralMomentWithDefault(CM_COV_Object ret, ValueFunction fn, int[] counts, double def, int nRows)CM_COV_ObjectDictionary. centralMomentWithDefault(CM_COV_Object ret, ValueFunction fn, int[] counts, double def, int nRows)CM_COV_ObjectIDictionary. centralMomentWithDefault(ValueFunction fn, int[] counts, double def, int nRows)Central moment function to calculate the central moment of this column group with a default offset on all missing tuples.CM_COV_ObjectIDictionary. centralMomentWithDefault(CM_COV_Object ret, ValueFunction fn, int[] counts, double def, int nRows)Central moment function to calculate the central moment of this column group with a default offset on all missing tuples.CM_COV_ObjectMatrixBlockDictionary. centralMomentWithDefault(CM_COV_Object ret, ValueFunction fn, int[] counts, double def, int nRows)CM_COV_ObjectADictionary. centralMomentWithReference(ValueFunction fn, int[] counts, double reference, int nRows)CM_COV_ObjectADictionary. centralMomentWithReference(CM_COV_Object ret, ValueFunction fn, int[] counts, double reference, int nRows)CM_COV_ObjectDictionary. centralMomentWithReference(CM_COV_Object ret, ValueFunction fn, int[] counts, double reference, int nRows)CM_COV_ObjectIDictionary. centralMomentWithReference(ValueFunction fn, int[] counts, double reference, int nRows)Central moment function to calculate the central moment of this column group with a reference offset on each tuple.CM_COV_ObjectIDictionary. centralMomentWithReference(CM_COV_Object ret, ValueFunction fn, int[] counts, double reference, int nRows)Central moment function to calculate the central moment of this column group with a reference offset on each tuple.CM_COV_ObjectMatrixBlockDictionary. centralMomentWithReference(CM_COV_Object ret, ValueFunction fn, int[] counts, double reference, int nRows) -
Uses of ValueFunction in org.apache.sysds.runtime.functionobjects
Subclasses of ValueFunction in org.apache.sysds.runtime.functionobjects Modifier and Type Class Description classAndclassBitwAndclassBitwOrclassBitwShiftLclassBitwShiftRclassBitwXorclassBuiltinClass with pre-defined set of objects.classCMGENERAL 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.classCOVGENERAL 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.classCTableclassDivideclassEqualsclassGreaterThanclassGreaterThanEqualsclassIfElseclassIntegerDivideclassKahanFunctionRuntime function type to perform the summation of values using the Kahan summation algorithm.classKahanPlusclassKahanPlusSqRuntime function to perform the summation of squared values using the Kahan summation algorithm.classLessThanclassLessThanEqualsclassMaxclassMeanclassMinclassMinusclassMinus1MultiplyclassMinusMultiplyclassMinusNzclassModulusInteger modulus, where we adhere to the defined R semantics: ("%% indicates x mod y and %/% indicates integer division.classMultiplyclassMultiply2classNotclassNotEqualsclassOrclassParameterizedBuiltinFunction object for builtin function that takes a list of name=value parameters.classPlusclassPlusMultiplyclassPowerclassPower2classTernaryValueFunctionclassValueComparisonFunctionAbstraction for comparison (relational) operators in order to force a proper implementation by all relevant subclasses.classXorMethods in org.apache.sysds.runtime.functionobjects that return ValueFunction Modifier and Type Method Description ValueFunctionIfElse. setOp2Constant(double cnt)ValueFunctionMinusMultiply. setOp2Constant(double cnt)ValueFunctionPlusMultiply. setOp2Constant(double cnt)abstract ValueFunctionTernaryValueFunction. setOp2Constant(double cnt)Methods in org.apache.sysds.runtime.functionobjects with parameters of type ValueFunction Modifier and Type Method Description static booleanBuiltin. isBuiltinCode(ValueFunction fn, Builtin.BuiltinCode... codes) -
Uses of ValueFunction in org.apache.sysds.runtime.matrix.data
Methods in org.apache.sysds.runtime.matrix.data with parameters of type ValueFunction Modifier and Type Method Description static CM_COV_ObjectLibMatrixAgg. aggregateCmCov(MatrixBlock in1, MatrixBlock in2, MatrixBlock in3, ValueFunction fn)Single threaded Covariance and Central Moment operations CM = Central Moment COV = Covariancestatic CM_COV_ObjectLibMatrixAgg. aggregateCmCov(MatrixBlock in1, MatrixBlock in2, MatrixBlock in3, ValueFunction fn, int k)Multi threaded Covariance and Central Moment operations CM = Central Moment COV = Covariancestatic voidLibMatrixMult. matrixMultWuMM(MatrixBlock mW, MatrixBlock mU, MatrixBlock mV, MatrixBlock ret, WeightedUnaryMM.WUMMType wt, ValueFunction fn)static voidLibMatrixMult. matrixMultWuMM(MatrixBlock mW, MatrixBlock mU, MatrixBlock mV, MatrixBlock ret, WeightedUnaryMM.WUMMType wt, ValueFunction fn, int k) -
Uses of ValueFunction in org.apache.sysds.runtime.matrix.operators
Fields in org.apache.sysds.runtime.matrix.operators declared as ValueFunction Modifier and Type Field Description ValueFunctionAggregateBinaryOperator. binaryFnValueFunctionAggregateTernaryOperator. binaryFnValueFunctionBinaryOperator. fnValueFunctionCMOperator. fnValueFunctionQuaternaryOperator. fnValueFunctionScalarOperator. fnValueFunctionUnaryOperator. fn
-