See: Description
Interface | Description |
---|---|
DataToVectorEncoder<InputType> |
Defines a converter that can be used to encode data into a
Vector . |
Class | Description |
---|---|
AbstractToVectorEncoder<InputType> |
An abstract implementation of the
DataToVectorEncoder interface. |
NumberConverterToVectorAdapter<InputType> |
Adapts a
DataConverter that outputs a number to be a
VectorEncoder . |
NumberToVectorEncoder |
An encoder that encodes a number as an element of a
Vector . |
UniqueBooleanVectorEncoder<InputType> |
An encoder for arbitrary objects that encodes an equality comparison between
a given input and a set of unique values.
|