Package com.opttek.optquest.heatmap
Class COptQuestKrigDifferenceEvaluator
java.lang.Object
com.opttek.optquest.heatmap.COptQuestKrigCoEvaluator
com.opttek.optquest.heatmap.COptQuestKrigDifferenceEvaluator
- All Implemented Interfaces:
IKrigEvaluator
This is an implementation of the most common way we'll want to use the
KrigEvaluator. By default it will add new control points to an internal map.
Duplicate adds will will be updated. The default implementaion of
updateControlPoint simple replaces the old point with the new one. Custom
overrides can change this behavior. the ::evaluate function sets up the
kriging points and does the evaluation over the set of candatedPoints.
-
Constructor Summary
ConstructorsConstructorDescriptionCOptQuestKrigDifferenceEvaluator
(COptQuestKrigFactory krigFactory, COptQuestKrigEvaluator srcEvaluator) -
Method Summary
Methods inherited from class com.opttek.optquest.heatmap.COptQuestKrigCoEvaluator
add, addCo, addUnevaluated, getCrossValidation, getKrigFactory, getKrigStandardError, getMaxKrigStandardError, getMaxStandardError, getProjection, getStandardError, iterator, remove, size, unevaluatedIterator, update
-
Constructor Details
-
COptQuestKrigDifferenceEvaluator
public COptQuestKrigDifferenceEvaluator(COptQuestKrigFactory krigFactory, COptQuestKrigEvaluator srcEvaluator) throws com.opttek.optquest.COptQuestException - Throws:
com.opttek.optquest.COptQuestException
-
-
Method Details
-
evaluate
- Specified by:
evaluate
in interfaceIKrigEvaluator
- Overrides:
evaluate
in classCOptQuestKrigCoEvaluator
-