| Package | Description | 
|---|---|
| org.apache.sysds.runtime.data | |
| org.apache.sysds.runtime.functionobjects | |
| org.apache.sysds.runtime.instructions.cp | |
| org.apache.sysds.runtime.transform.encode | 
| Modifier and Type | Method and Description | 
|---|---|
DenseBlock | 
DenseBlock.set(int r,
   KahanObject kbuff)
Copy the given kahan object sum and correction
 into the given row. 
 | 
DenseBlock | 
DenseBlock.set(KahanObject kbuff)
Copy the given kahan object sum and correction. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
abstract void | 
KahanFunction.execute2(KahanObject kObj,
        double in)
Add the given term to the existing sum with a function applied
 using the Kahan summation algorithm. 
 | 
void | 
KahanPlus.execute2(KahanObject in1,
        double in2)
Simplified version of execute(Data in1, double in2) 
 without exception handling and casts. 
 | 
void | 
KahanPlusSq.execute2(KahanObject kObj,
        double in)  | 
void | 
Mean.execute2(KahanObject in1,
        double in2,
        double count)
Simplified version of execute(Data in1, double in2) 
 without exception handling and casts. 
 | 
abstract void | 
KahanFunction.execute3(KahanObject kObj,
        double in,
        int count)  | 
void | 
KahanPlus.execute3(KahanObject in1,
        double in2,
        int count)  | 
void | 
KahanPlusSq.execute3(KahanObject kObj,
        double in,
        int count)  | 
| Modifier and Type | Field and Description | 
|---|---|
KahanObject | 
CM_COV_Object.c2  | 
KahanObject | 
CM_COV_Object.m2  | 
KahanObject | 
CM_COV_Object.m3  | 
KahanObject | 
CM_COV_Object.m4  | 
KahanObject | 
CM_COV_Object.mean  | 
KahanObject | 
CM_COV_Object.mean_v  | 
| Modifier and Type | Method and Description | 
|---|---|
static int | 
KahanObject.compare(KahanObject k1,
       KahanObject k2)  | 
void | 
KahanObject.set(KahanObject that)  | 
| Modifier and Type | Method and Description | 
|---|---|
KahanObject[] | 
EncoderMVImpute.getMeans()  | 
| Constructor and Description | 
|---|
EncoderMVImpute(int[] colList,
               EncoderMVImpute.MVMethod[] mvMethodList,
               String[] replacementList,
               KahanObject[] meanList,
               long[] countList,
               List<Integer> rcList,
               int clen)  | 
Copyright © 2021 The Apache Software Foundation. All rights reserved.