Uses of Enum Class
org.apache.sysds.runtime.transform.encode.EncoderMVImpute.MVMethod
Packages that use EncoderMVImpute.MVMethod
-
Uses of EncoderMVImpute.MVMethod in org.apache.sysds.runtime.transform.encode
Methods in org.apache.sysds.runtime.transform.encode that return EncoderMVImpute.MVMethodModifier and TypeMethodDescriptionEncoderMVImpute.getMethod(int colID) static EncoderMVImpute.MVMethodReturns the enum constant of this class with the specified name.static EncoderMVImpute.MVMethod[]EncoderMVImpute.MVMethod.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.apache.sysds.runtime.transform.encode with parameters of type EncoderMVImpute.MVMethodModifierConstructorDescriptionEncoderMVImpute(int[] colList, EncoderMVImpute.MVMethod[] mvMethodList, String[] replacementList, KahanObject[] meanList, long[] countList, List<Integer> rcList, int clen)