Uses of Class
org.apache.sysds.runtime.instructions.cp.KahanObject
Packages that use KahanObject
Package
Description
-
Uses of KahanObject in org.apache.sysds.runtime.data
Methods in org.apache.sysds.runtime.data with parameters of type KahanObjectModifier and TypeMethodDescriptionDenseBlock.set(int r, KahanObject kbuff) Copy the given kahan object sum and correction into the given row.DenseBlock.set(KahanObject kbuff) Copy the given kahan object sum and correction. -
Uses of KahanObject in org.apache.sysds.runtime.functionobjects
Methods in org.apache.sysds.runtime.functionobjects with parameters of type KahanObjectModifier and TypeMethodDescriptionabstract voidKahanFunction.execute2(KahanObject kObj, double in) Add the given term to the existing sum with a function applied using the Kahan summation algorithm.voidKahanPlus.execute2(KahanObject in1, double in2) Simplified version of execute(Data in1, double in2) without exception handling and casts.voidKahanPlusSq.execute2(KahanObject kObj, double in) voidMean.execute2(KahanObject in1, double in2, double count) Simplified version of execute(Data in1, double in2) without exception handling and casts.abstract voidKahanFunction.execute3(KahanObject kObj, double in, int count) voidKahanPlus.execute3(KahanObject in1, double in2, int count) voidKahanPlusSq.execute3(KahanObject kObj, double in, int count) -
Uses of KahanObject in org.apache.sysds.runtime.instructions.cp
Fields in org.apache.sysds.runtime.instructions.cp declared as KahanObjectModifier and TypeFieldDescriptionCmCovObject.c2CmCovObject.m2CmCovObject.m3CmCovObject.m4CmCovObject.meanCmCovObject.mean_vMethods in org.apache.sysds.runtime.instructions.cp with parameters of type KahanObjectModifier and TypeMethodDescriptionstatic intKahanObject.compare(KahanObject k1, KahanObject k2) voidKahanObject.set(KahanObject that) -
Uses of KahanObject in org.apache.sysds.runtime.transform.encode
Methods in org.apache.sysds.runtime.transform.encode that return KahanObjectConstructors in org.apache.sysds.runtime.transform.encode with parameters of type KahanObjectModifierConstructorDescriptionEncoderMVImpute(int[] colList, EncoderMVImpute.MVMethod[] mvMethodList, String[] replacementList, KahanObject[] meanList, long[] countList, List<Integer> rcList, int clen)