Package | Description |
---|---|
gov.sandia.cognition.data.convert.vector |
Provides utilities for doing data type conversion with vectors.
|
gov.sandia.cognition.learning.function.distance |
Provides distance functions.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
DivergencesEvaluator<InputType,ValueType>
Evaluates the divergence (distance) between an input and a list of values,
storing the resulting divergence values in a vector.
|