| Package | Description | 
|---|---|
| org.apache.sysds.runtime.transform.encode | 
| Modifier and Type | Method and Description | 
|---|---|
EncoderMVImpute.MVMethod | 
EncoderMVImpute.getMethod(int colID)  | 
static EncoderMVImpute.MVMethod | 
EncoderMVImpute.MVMethod.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static EncoderMVImpute.MVMethod[] | 
EncoderMVImpute.MVMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| 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.