| Package | Description |
|---|---|
| nuroko.coders |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCoder<T>
Abstract base class for coders
|
class |
CharCoder |
class |
ChoiceCoder<T>
Coder for a categorical choice variable, with a small fixed set of values.
|
class |
DoubleCoder |
class |
FixedStringCoder
Coder for fixed length strings.
|
class |
IdentityCoder |
class |
IntegerCoder |
class |
ListCoder<T>
Coder for a fixed-length list of a specific item type
|
class |
MaybeCoder<T> |
class |
MixedListCoder
Coder for a fixed-length list of a specific item type
|
| Constructor and Description |
|---|
DecodeFunction(ICoder<T> c) |
EncodeFunction(ICoder<T> c) |
ListCoder(int listLength,
ICoder<T> itemCoder) |
MaybeCoder(ICoder<T> coder) |
MixedListCoder(ICoder<?>... itemCoders) |
Copyright © 2014. All rights reserved.