Uses of Class
org.apache.sysds.runtime.instructions.cp.CmCovObject
Packages that use CmCovObject
Package
Description
-
Uses of CmCovObject in org.apache.sysds.runtime.compress
Methods in org.apache.sysds.runtime.compress that return CmCovObjectModifier and TypeMethodDescriptionCompressedMatrixBlock.cmOperations(CMOperator op) CompressedMatrixBlock.cmOperations(CMOperator op, MatrixBlock weights) CompressedMatrixBlock.covOperations(COVOperator op, MatrixBlock that) CompressedMatrixBlock.covOperations(COVOperator op, MatrixBlock that, MatrixBlock weights) -
Uses of CmCovObject in org.apache.sysds.runtime.compress.colgroup
Methods in org.apache.sysds.runtime.compress.colgroup that return CmCovObjectModifier and TypeMethodDescriptionabstract CmCovObjectAColGroup.centralMoment(CMOperator op, int nRows) Central Moment instruction executed on a column group.AColGroupValue.centralMoment(CMOperator op, int nRows) ColGroupConst.centralMoment(CMOperator op, int nRows) ColGroupDDCFOR.centralMoment(CMOperator op, int nRows) ColGroupEmpty.centralMoment(CMOperator op, int nRows) ColGroupLinearFunctional.centralMoment(CMOperator op, int nRows) ColGroupSDC.centralMoment(CMOperator op, int nRows) ColGroupSDCFOR.centralMoment(CMOperator op, int nRows) ColGroupSDCSingle.centralMoment(CMOperator op, int nRows) ColGroupUncompressed.centralMoment(CMOperator op, int nRows) ColGroupUncompressedArray.centralMoment(CMOperator op, int nRows) -
Uses of CmCovObject in org.apache.sysds.runtime.compress.colgroup.dictionary
Methods in org.apache.sysds.runtime.compress.colgroup.dictionary that return CmCovObjectModifier and TypeMethodDescriptionfinal CmCovObjectADictionary.centralMoment(ValueFunction fn, int[] counts, int nRows) ADictionary.centralMoment(CmCovObject ret, ValueFunction fn, int[] counts, int nRows) Dictionary.centralMoment(CmCovObject ret, ValueFunction fn, int[] counts, int nRows) IDictionary.centralMoment(ValueFunction fn, int[] counts, int nRows) Central moment function to calculate the central moment of this column group.IDictionary.centralMoment(CmCovObject ret, ValueFunction fn, int[] counts, int nRows) Central moment function to calculate the central moment of this column group.MatrixBlockDictionary.centralMoment(CmCovObject ret, ValueFunction fn, int[] counts, int nRows) final CmCovObjectADictionary.centralMomentWithDefault(ValueFunction fn, int[] counts, double def, int nRows) ADictionary.centralMomentWithDefault(CmCovObject ret, ValueFunction fn, int[] counts, double def, int nRows) Dictionary.centralMomentWithDefault(CmCovObject ret, ValueFunction fn, int[] counts, double def, int nRows) IDictionary.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.IDictionary.centralMomentWithDefault(CmCovObject 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.MatrixBlockDictionary.centralMomentWithDefault(CmCovObject ret, ValueFunction fn, int[] counts, double def, int nRows) final CmCovObjectADictionary.centralMomentWithReference(ValueFunction fn, int[] counts, double reference, int nRows) ADictionary.centralMomentWithReference(CmCovObject ret, ValueFunction fn, int[] counts, double reference, int nRows) Dictionary.centralMomentWithReference(CmCovObject ret, ValueFunction fn, int[] counts, double reference, int nRows) IDictionary.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.IDictionary.centralMomentWithReference(CmCovObject 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.MatrixBlockDictionary.centralMomentWithReference(CmCovObject ret, ValueFunction fn, int[] counts, double reference, int nRows) Methods in org.apache.sysds.runtime.compress.colgroup.dictionary with parameters of type CmCovObjectModifier and TypeMethodDescriptionADictionary.centralMoment(CmCovObject ret, ValueFunction fn, int[] counts, int nRows) Dictionary.centralMoment(CmCovObject ret, ValueFunction fn, int[] counts, int nRows) IDictionary.centralMoment(CmCovObject ret, ValueFunction fn, int[] counts, int nRows) Central moment function to calculate the central moment of this column group.MatrixBlockDictionary.centralMoment(CmCovObject ret, ValueFunction fn, int[] counts, int nRows) ADictionary.centralMomentWithDefault(CmCovObject ret, ValueFunction fn, int[] counts, double def, int nRows) Dictionary.centralMomentWithDefault(CmCovObject ret, ValueFunction fn, int[] counts, double def, int nRows) IDictionary.centralMomentWithDefault(CmCovObject 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.MatrixBlockDictionary.centralMomentWithDefault(CmCovObject ret, ValueFunction fn, int[] counts, double def, int nRows) ADictionary.centralMomentWithReference(CmCovObject ret, ValueFunction fn, int[] counts, double reference, int nRows) Dictionary.centralMomentWithReference(CmCovObject ret, ValueFunction fn, int[] counts, double reference, int nRows) IDictionary.centralMomentWithReference(CmCovObject 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.MatrixBlockDictionary.centralMomentWithReference(CmCovObject ret, ValueFunction fn, int[] counts, double reference, int nRows) -
Uses of CmCovObject in org.apache.sysds.runtime.compress.lib
Methods in org.apache.sysds.runtime.compress.lib that return CmCovObjectModifier and TypeMethodDescriptionstatic CmCovObjectCLALibCMOps.centralMoment(CompressedMatrixBlock cmb, CMOperator op) -
Uses of CmCovObject in org.apache.sysds.runtime.instructions.cp
Methods in org.apache.sysds.runtime.instructions.cp with parameters of type CmCovObjectModifier and TypeMethodDescriptionintCmCovObject.compareTo(CmCovObject that) voidCmCovObject.set(CmCovObject that) -
Uses of CmCovObject in org.apache.sysds.runtime.matrix.data
Methods in org.apache.sysds.runtime.matrix.data that return CmCovObjectModifier and TypeMethodDescriptionstatic CmCovObjectLibMatrixAgg.aggregateCmCov(MatrixBlock in1, MatrixBlock in2, MatrixBlock in3, ValueFunction fn) Single threaded Covariance and Central Moment operations CM = Central Moment COV = Covariancestatic CmCovObjectLibMatrixAgg.aggregateCmCov(MatrixBlock in1, MatrixBlock in2, MatrixBlock in3, ValueFunction fn, int k) Multi threaded Covariance and Central Moment operations CM = Central Moment COV = CovarianceMatrixBlock.cmOperations(CMOperator op) MatrixBlock.cmOperations(CMOperator op, MatrixBlock weights) MatrixBlock.covOperations(COVOperator op, MatrixBlock that) MatrixBlock.covOperations(COVOperator op, MatrixBlock that, MatrixBlock weights)