Package | Description |
---|---|
gov.sandia.cognition.evaluator |
Provides interfaces and classes to do with the
Evaluator interface. |
Modifier and Type | Method and Description |
---|---|
ValueMapper<InputType,OutputType> |
ValueMapper.clone() |
static <InputType,OutputType> |
ValueMapper.create(java.util.Map<InputType,OutputType> valueMap)
Creates an evaluator who is backed by the given map.
|