Uses of Interface
org.apache.sysds.runtime.transform.encode.Encoder
-
Packages that use Encoder Package Description org.apache.sysds.runtime.transform.encode -
-
Uses of Encoder in org.apache.sysds.runtime.transform.encode
Classes in org.apache.sysds.runtime.transform.encode that implement Encoder Modifier and Type Class Description class
ColumnEncoder
Base class for all transform encoders providing both a row and block interface for decoding frames to matrices.class
ColumnEncoderBin
class
ColumnEncoderComposite
Simple composite encoder that applies a list of encoders in specified order.class
ColumnEncoderDummycode
class
ColumnEncoderFeatureHash
Class used for feature hashing transformation of frames.class
ColumnEncoderPassThrough
class
ColumnEncoderRecode
class
ColumnEncoderUDF
class
MultiColumnEncoder
Methods in org.apache.sysds.runtime.transform.encode with parameters of type Encoder Modifier and Type Method Description void
MultiColumnEncoder. mergeAt(Encoder other, int columnOffset, int row)
-