Class COptQuestKrigDifferenceEvaluator

java.lang.Object
com.opttek.optquest.heatmap.COptQuestKrigCoEvaluator
com.opttek.optquest.heatmap.COptQuestKrigDifferenceEvaluator
All Implemented Interfaces:
IKrigEvaluator

public class COptQuestKrigDifferenceEvaluator extends COptQuestKrigCoEvaluator
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.