Uses of Enum Class
org.apache.sysds.runtime.matrix.operators.CMOperator.AggregateOperationTypes
Packages that use CMOperator.AggregateOperationTypes
Package
Description
-
Uses of CMOperator.AggregateOperationTypes in org.apache.sysds.runtime.functionobjects
Methods in org.apache.sysds.runtime.functionobjects that return CMOperator.AggregateOperationTypesMethods in org.apache.sysds.runtime.functionobjects with parameters of type CMOperator.AggregateOperationTypes -
Uses of CMOperator.AggregateOperationTypes in org.apache.sysds.runtime.instructions.cp
Methods in org.apache.sysds.runtime.instructions.cp with parameters of type CMOperator.AggregateOperationTypesModifier and TypeMethodDescriptiondoubleCmCovObject.getRequiredResult(CMOperator.AggregateOperationTypes agg) Return the result of the aggregated operation given the operation type. -
Uses of CMOperator.AggregateOperationTypes in org.apache.sysds.runtime.matrix.operators
Fields in org.apache.sysds.runtime.matrix.operators declared as CMOperator.AggregateOperationTypesMethods in org.apache.sysds.runtime.matrix.operators that return CMOperator.AggregateOperationTypesModifier and TypeMethodDescriptionCMOperator.getAggOpType()CMOperator.getAggOpType(String fn, String order) CMOperator.getCMAggOpType(int order) Returns the enum constant of this class with the specified name.static CMOperator.AggregateOperationTypes[]CMOperator.AggregateOperationTypes.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.apache.sysds.runtime.matrix.operators with parameters of type CMOperator.AggregateOperationTypesModifierConstructorDescriptionCMOperator(ValueFunction op, CMOperator.AggregateOperationTypes agg, int numThreads)