|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
InputType
- Input to the EvaluatorOutputType
- Output of the EvaluatorDerivativeType
- Derivative of the Evaluator@CodeReview(reviewer="Kevin R. Dixon", date="2008-02-08", changesNeeded=false, comments="Looks fine.") public interface DifferentiableEvaluator<InputType,OutputType,DerivativeType>
Interface that indicates that the Evaluator can be differentiated about the given input.
Method Summary | |
---|---|
DerivativeType |
differentiate(InputType input)
Differentiates the output with respect to the input |
Methods inherited from interface gov.sandia.cognition.evaluator.Evaluator |
---|
evaluate |
Methods inherited from interface gov.sandia.cognition.util.CloneableSerializable |
---|
clone |
Method Detail |
---|
DerivativeType differentiate(InputType input)
input
- Input about which to compute the derivative
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |