| Class | Description |
|---|---|
| AbstractCoder<T> |
Abstract base class for coders
|
| CharCoder | |
| ChoiceCoder<T> |
Coder for a categorical choice variable, with a small fixed set of values.
|
| DecodeFunction<T> | |
| DoubleCoder | |
| EncodeFunction<T> | |
| FixedStringCoder |
Coder for fixed length strings.
|
| IdentityCoder | |
| IntegerCoder | |
| ListCoder<T> |
Coder for a fixed-length list of a specific item type
|
| MaybeCoder<T> | |
| MixedListCoder |
Coder for a fixed-length list of a specific item type
|
Copyright © 2014. All rights reserved.