| Package | Description |
|---|---|
| gov.sandia.cognition.data.convert |
Provides utilities for doing data type conversion.
|
| gov.sandia.cognition.data.convert.number |
Provides utilities for doing data type conversion with numbers.
|
| gov.sandia.cognition.data.convert.vector |
Provides utilities for doing data type conversion with vectors.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractReverseCachedDataConverter<InputType,OutputType,ReverseConverterType extends DataConverter<? super OutputType,? extends InputType>>
Abstract implementation of
ReversibleDataConverter that caches the
reverse converter. |
class |
AbstractReversibleDataConverter<InputType,OutputType>
Abstract implementation of sthe
ReversibleDataConverter interface. |
class |
ObjectToStringConverter
Converts an
Object to a String using the toString
method. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultBooleanToNumberConverter
Converts a
Boolean to a Number by using predefined values
for true, false, and (optionally) null. |
class |
DefaultBooleanToNumberConverter.Reverse
The reverse converter for the
DefaultBooleanToNumberConverter. |
class |
StringToDoubleConverter
Converts a
String to a Double using the
Double.valueOf method. |
class |
StringToIntegerConverter
Converts a
String to a Integer using the
Integer.valueOf method. |
| Modifier and Type | Class and Description |
|---|---|
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.
|
Copyright © 2006–2017 Sandia National Laboratories. All rights reserved.