|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DataToVectorEncoder | |
|---|---|
| gov.sandia.cognition.data.convert.vector | Provides utilities for doing data type conversion with vectors. |
| Uses of DataToVectorEncoder in gov.sandia.cognition.data.convert.vector |
|---|
| Classes in gov.sandia.cognition.data.convert.vector that implement DataToVectorEncoder | |
|---|---|
class |
AbstractToVectorEncoder<InputType>
An abstract implementation of the DataToVectorEncoder interface. |
class |
NumberConverterToVectorAdapter<InputType>
Adapts a DataConverter that outputs a number to be a
VectorEncoder. |
class |
NumberToVectorEncoder
An encoder that encodes a number as an element of a Vector. |
class |
UniqueBooleanVectorEncoder<InputType>
An encoder for arbitrary objects that encodes an equality comparison between a given input and a set of unique values. |
| Fields in gov.sandia.cognition.data.convert.vector declared as DataToVectorEncoder | |
|---|---|
protected DataToVectorEncoder<Boolean> |
UniqueBooleanVectorEncoder.booleanConverter
The boolean encoder for the equality comparison between each of the possible values and a given input. |
| Methods in gov.sandia.cognition.data.convert.vector that return DataToVectorEncoder | |
|---|---|
DataToVectorEncoder<Boolean> |
UniqueBooleanVectorEncoder.getBooleanConverter()
Gets the boolean converter used to encode the equality comparison between each of the unique values and a given input. |
| Methods in gov.sandia.cognition.data.convert.vector with parameters of type DataToVectorEncoder | |
|---|---|
protected void |
UniqueBooleanVectorEncoder.setBooleanConverter(DataToVectorEncoder<Boolean> booleanConverter)
Sets the boolean converter used to encode the equality comparison between each of the unique values and a given input. |
| Constructors in gov.sandia.cognition.data.convert.vector with parameters of type DataToVectorEncoder | |
|---|---|
UniqueBooleanVectorEncoder(List<InputType> values,
DataToVectorEncoder<Boolean> booleanConverter)
Creates a new UniqueBooleanVectorEncoder. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||