Uses of Enum Class
org.apache.sysds.common.Types.CorrectionLocationType
Packages that use Types.CorrectionLocationType
Package
Description
-
Uses of Types.CorrectionLocationType in org.apache.sysds.common
Methods in org.apache.sysds.common that return Types.CorrectionLocationTypeModifier and TypeMethodDescriptionstatic Types.CorrectionLocationTypeReturns the enum constant of this class with the specified name.static Types.CorrectionLocationType[]Types.CorrectionLocationType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of Types.CorrectionLocationType in org.apache.sysds.lops
Methods in org.apache.sysds.lops that return Types.CorrectionLocationTypeModifier and TypeMethodDescriptionPartialAggregate.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.compress
Methods in org.apache.sysds.runtime.compress with parameters of type Types.CorrectionLocationTypeModifier and TypeMethodDescriptionvoidCompressedMatrixBlock.dropLastRowsOrColumns(Types.CorrectionLocationType correctionLocation) -
Uses of Types.CorrectionLocationType in org.apache.sysds.runtime.instructions
Methods in org.apache.sysds.runtime.instructions that return Types.CorrectionLocationTypeModifier and TypeMethodDescriptionstatic Types.CorrectionLocationTypeInstructionUtils.deriveAggregateOperatorCorrectionLocation(String opcode) -
Uses of Types.CorrectionLocationType in org.apache.sysds.runtime.matrix.data
Methods in org.apache.sysds.runtime.matrix.data with parameters of type Types.CorrectionLocationTypeModifier and TypeMethodDescriptionvoidMatrixBlock.dropLastRowsOrColumns(Types.CorrectionLocationType correctionLocation) -
Uses of Types.CorrectionLocationType in org.apache.sysds.runtime.matrix.operators
Fields in org.apache.sysds.runtime.matrix.operators declared as Types.CorrectionLocationTypeConstructors in org.apache.sysds.runtime.matrix.operators with parameters of type Types.CorrectionLocationTypeModifierConstructorDescriptionAggregateOperator(double initValue, ValueFunction op, Types.CorrectionLocationType correctionLocation)