Uses of Class
org.apache.sysds.runtime.transform.decode.Decoder
Packages that use Decoder
Package
Description
-
Uses of Decoder in org.apache.sysds.runtime.instructions.fed
Constructors in org.apache.sysds.runtime.instructions.fed with parameters of type DecoderModifierConstructorDescriptionDecodeMatrix(long input, long outputID, FrameBlock meta, Decoder decoder) -
Uses of Decoder in org.apache.sysds.runtime.instructions.spark
Constructors in org.apache.sysds.runtime.instructions.spark with parameters of type Decoder -
Uses of Decoder in org.apache.sysds.runtime.transform.decode
Subclasses of Decoder in org.apache.sysds.runtime.transform.decodeModifier and TypeClassDescriptionclassSimple atomic decoder for binned columns.classSimple composite decoder that applies a list of decoders in specified order.classSimple atomic decoder for dummycoded columns.classSimple atomic decoder for passing through numeric columns to the output.classSimple atomic decoder for recoded columns.Methods in org.apache.sysds.runtime.transform.decode that return DecoderModifier and TypeMethodDescriptionstatic DecoderDecoderFactory.createDecoder(String spec, String[] colnames, Types.ValueType[] schema, FrameBlock meta) static DecoderDecoderFactory.createDecoder(String spec, String[] colnames, Types.ValueType[] schema, FrameBlock meta, int clen) static DecoderDecoderFactory.createDecoder(String spec, String[] colnames, Types.ValueType[] schema, FrameBlock meta, int minCol, int maxCol) static DecoderDecoderFactory.createDecoder(String spec, String[] colnames, Types.ValueType[] schema, FrameBlock meta, int clen, int minCol, int maxCol) static DecoderDecoderFactory.createInstance(int type) Decoder.subRangeDecoder(int colStart, int colEnd, int dummycodedOffset) Returns a new Decoder that only handles a sub range of columns.DecoderBin.subRangeDecoder(int colStart, int colEnd, int dummycodedOffset) DecoderComposite.subRangeDecoder(int colStart, int colEnd, int dummycodedOffset) DecoderDummycode.subRangeDecoder(int colStart, int colEnd, int dummycodedOffset) DecoderPassThrough.subRangeDecoder(int colStart, int colEnd, int dummycodedOffset) DecoderRecode.subRangeDecoder(int colStart, int colEnd, int dummycodedOffset) Methods in org.apache.sysds.runtime.transform.decode with parameters of type Decoder