Package | Description |
---|---|
org.apache.sysds.runtime.instructions.fed | |
org.apache.sysds.runtime.instructions.spark | |
org.apache.sysds.runtime.transform.decode |
Constructor and Description |
---|
DecodeMatrix(long input,
long outputID,
FrameBlock meta,
Decoder decoder) |
Constructor and Description |
---|
RDDTransformDecodeFunction(Decoder decoder,
int blen) |
Modifier and Type | Class and Description |
---|---|
class |
DecoderComposite
Simple composite decoder that applies a list of decoders
in specified order.
|
class |
DecoderDummycode
Simple atomic decoder for dummycoded columns.
|
class |
DecoderPassThrough
Simple atomic decoder for passing through numeric columns to the output.
|
class |
DecoderRecode
Simple atomic decoder for recoded columns.
|
Modifier and Type | Method and Description |
---|---|
static Decoder |
DecoderFactory.createDecoder(String spec,
String[] colnames,
Types.ValueType[] schema,
FrameBlock meta) |
static Decoder |
DecoderFactory.createDecoder(String spec,
String[] colnames,
Types.ValueType[] schema,
FrameBlock meta,
int clen) |
static Decoder |
DecoderFactory.createDecoder(String spec,
String[] colnames,
Types.ValueType[] schema,
FrameBlock meta,
int minCol,
int maxCol) |
static Decoder |
DecoderFactory.createDecoder(String spec,
String[] colnames,
Types.ValueType[] schema,
FrameBlock meta,
int clen,
int minCol,
int maxCol) |
Decoder |
Decoder.subRangeDecoder(int colStart,
int colEnd,
int dummycodedOffset)
Returns a new Decoder that only handles a sub range of columns.
|
Decoder |
DecoderComposite.subRangeDecoder(int colStart,
int colEnd,
int dummycodedOffset) |
Decoder |
DecoderPassThrough.subRangeDecoder(int colStart,
int colEnd,
int dummycodedOffset) |
Decoder |
DecoderDummycode.subRangeDecoder(int colStart,
int colEnd,
int dummycodedOffset) |
Decoder |
DecoderRecode.subRangeDecoder(int colStart,
int colEnd,
int dummycodedOffset) |
Copyright © 2020 The Apache Software Foundation. All rights reserved.