Class CMOperator
java.lang.Object
org.apache.sysds.runtime.matrix.operators.Operator
org.apache.sysds.runtime.matrix.operators.MultiThreadedOperator
org.apache.sysds.runtime.matrix.operators.CMOperator
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsFields inherited from class org.apache.sysds.runtime.matrix.operators.Operator
sparseSafe -
Constructor Summary
ConstructorsConstructorDescriptionCMOperator(ValueFunction op, CMOperator.AggregateOperationTypes agg, int numThreads) CMOperator(CMOperator that) -
Method Summary
Modifier and TypeMethodDescriptiongetAggOpType(String fn, String order) getCMAggOpType(int order) booleansetCMAggOp(int order) Methods inherited from class org.apache.sysds.runtime.matrix.operators.MultiThreadedOperator
getNumThreads, setNumThreads
-
Field Details
-
fn
-
aggOpType
-
-
Constructor Details
-
CMOperator
-
CMOperator
-
CMOperator
-
-
Method Details
-
getAggOpType
-
setCMAggOp
-
getCMAggOpType
-
getAggOpType
-
isPartialAggregateOperator
public boolean isPartialAggregateOperator()
-