Package | Description |
---|---|
gov.sandia.cognition.evaluator |
Provides interfaces and classes to do with the
Evaluator interface. |
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 | Method and Description |
---|---|
DefaultTriple<FirstType,SecondType,ThirdType> |
DefaultTriple.clone() |
Modifier and Type | Method and Description |
---|---|
static <FirstType,SecondType,ThirdType> |
DefaultTriple.mergeCollections(java.util.Collection<FirstType> firsts,
java.util.Collection<SecondType> seconds,
java.util.Collection<ThirdType> thirds)
Takes three collections of data of the same size and creates a new single
ArrayList<DefaultTriple> out of their elements. |