Package | Description |
---|---|
gov.sandia.cognition.evaluator |
Provides interfaces and classes to do with the
Evaluator interface. |
gov.sandia.cognition.math.matrix |
Provides interfaces and classes for linear algebra.
|
gov.sandia.cognition.math.matrix.mtj |
Provides a linear algebra package implementation wrapper using the Matrix
Toolkits for Java (MTJ) library.
|
gov.sandia.cognition.util |
Provides general utility classes.
|
Modifier and Type | Class and Description |
---|---|
class |
CompositeEvaluatorTriple<InputType,FirstIntermediateType,SecondIntermediateType,OutputType>
Implements a composition of three evaluators.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Vector3D
An interface for a 3-dimensional vector.
|
Modifier and Type | Class and Description |
---|---|
class |
Vector3
Implements a three-dimensional
DenseVector . |
Modifier and Type | Class and Description |
---|---|
class |
DefaultTriple<FirstType,SecondType,ThirdType>
The
DefaultTriple class implements a simple structure for a triple
of three objects, potentially of different types. |