public class EncoderBin extends Encoder
Modifier and Type | Field and Description |
---|---|
static String |
MAX_PREFIX |
static String |
MIN_PREFIX |
static String |
NBINS_PREFIX |
Constructor and Description |
---|
EncoderBin() |
EncoderBin(org.apache.wink.json4j.JSONObject parsedSpec,
String[] colnames,
int clen,
int minCol,
int maxCol) |
Modifier and Type | Method and Description |
---|---|
MatrixBlock |
apply(FrameBlock in,
MatrixBlock out)
Encode input data blockwise according to existing transform meta
data (transform apply).
|
void |
build(FrameBlock in)
Build the transform meta data for the given block input.
|
MatrixBlock |
encode(FrameBlock in,
MatrixBlock out)
Block encode: build and apply (transform encode).
|
FrameBlock |
getMetaData(FrameBlock meta)
Construct a frame block out of the transform meta data.
|
void |
initMetaData(FrameBlock meta)
Sets up the required meta data for a subsequent call to apply.
|
void |
mergeAt(Encoder other,
int row,
int col)
Merges another encoder, of a compatible type, in after a certain position.
|
Encoder |
subRangeEncoder(IndexRange ixRange)
Returns a new Encoder that only handles a sub range of columns.
|
getColList, getColMapping, getNumCols, initColList, initColList, isApplicable, isApplicable, setColList, updateIndexRanges
public static final String MIN_PREFIX
public static final String MAX_PREFIX
public static final String NBINS_PREFIX
public EncoderBin(org.apache.wink.json4j.JSONObject parsedSpec, String[] colnames, int clen, int minCol, int maxCol) throws org.apache.wink.json4j.JSONException, IOException
org.apache.wink.json4j.JSONException
IOException
public EncoderBin()
public MatrixBlock encode(FrameBlock in, MatrixBlock out)
Encoder
public void build(FrameBlock in)
Encoder
public MatrixBlock apply(FrameBlock in, MatrixBlock out)
Encoder
public Encoder subRangeEncoder(IndexRange ixRange)
Encoder
subRangeEncoder
in class Encoder
ixRange
- the range (1-based, begin inclusive, end exclusive)public void mergeAt(Encoder other, int row, int col)
Encoder
Encoders
are compatible with themselves and EncoderComposite
is compatible with every
other Encoder
.public FrameBlock getMetaData(FrameBlock meta)
Encoder
getMetaData
in class Encoder
meta
- output frame blockpublic void initMetaData(FrameBlock meta)
Encoder
initMetaData
in class Encoder
meta
- frame blockCopyright © 2020 The Apache Software Foundation. All rights reserved.