| Constructor and Description |
|---|
DoubleCoder(double mean,
double sd) |
| Modifier and Type | Method and Description |
|---|---|
int |
codeLength()
Returns the length of output vector produced by this encoder
|
Double |
decode(mikera.vectorz.AVector v,
int offset)
Decodes an object from the given vector
|
void |
encode(Double c,
mikera.vectorz.AVector dest,
int offset)
Encodes an object into the given destination vector
|
createOutputVector, decode, encode, encodepublic Double decode(mikera.vectorz.AVector v, int offset)
IDecoderpublic void encode(Double c, mikera.vectorz.AVector dest, int offset)
IEncoderpublic int codeLength()
IEncodercodeLength in interface IDecoder<Double>codeLength in interface IEncoder<Double>codeLength in class AbstractCoder<Double>Copyright © 2013. All Rights Reserved.