Uses of Class
org.apache.sysds.common.Types.CorrectionLocationType
- 
- 
Uses of Types.CorrectionLocationType in org.apache.sysds.commonMethods in org.apache.sysds.common that return Types.CorrectionLocationType Modifier and Type Method Description static Types.CorrectionLocationTypeTypes.CorrectionLocationType. valueOf(String name)Returns the enum constant of this type with the specified name.static Types.CorrectionLocationType[]Types.CorrectionLocationType. values()Returns an array containing the constants of this enum type, in the order they are declared.
- 
Uses of Types.CorrectionLocationType in org.apache.sysds.lopsMethods in org.apache.sysds.lops that return Types.CorrectionLocationType Modifier and Type Method Description Types.CorrectionLocationTypePartialAggregate. getCorrectionLocation()This method computes the location of "correction" terms in the output produced by PartialAgg instruction.static Types.CorrectionLocationTypePartialAggregate. getCorrectionLocation(Types.AggOp operation, Types.Direction direction)
- 
Uses of Types.CorrectionLocationType in org.apache.sysds.runtime.compressMethods in org.apache.sysds.runtime.compress with parameters of type Types.CorrectionLocationType Modifier and Type Method Description voidCompressedMatrixBlock. dropLastRowsOrColumns(Types.CorrectionLocationType correctionLocation)
- 
Uses of Types.CorrectionLocationType in org.apache.sysds.runtime.instructionsMethods in org.apache.sysds.runtime.instructions that return Types.CorrectionLocationType Modifier and Type Method Description static Types.CorrectionLocationTypeInstructionUtils. deriveAggregateOperatorCorrectionLocation(String opcode)
- 
Uses of Types.CorrectionLocationType in org.apache.sysds.runtime.matrix.dataMethods in org.apache.sysds.runtime.matrix.data with parameters of type Types.CorrectionLocationType Modifier and Type Method Description voidMatrixBlock. dropLastRowsOrColumns(Types.CorrectionLocationType correctionLocation)
- 
Uses of Types.CorrectionLocationType in org.apache.sysds.runtime.matrix.operatorsFields in org.apache.sysds.runtime.matrix.operators declared as Types.CorrectionLocationType Modifier and Type Field Description Types.CorrectionLocationTypeAggregateOperator. correctionConstructors in org.apache.sysds.runtime.matrix.operators with parameters of type Types.CorrectionLocationType Constructor Description AggregateOperator(double initValue, ValueFunction op, Types.CorrectionLocationType correctionLocation)
 
-