Package com.opttek.optquest.heatmap
Class KrigRangeScaledTestPointSequence
java.lang.Object
com.opttek.optquest.heatmap.KrigRangeScaledTestPointSequence
- All Implemented Interfaces:
IKrigTestPointSequence
This is the an implementaion of a KrigTestPointSequence
Upon construction it is given an implementation of another
KrigTestPointsSequence. A call to ::next() will defer
to the source sequence. It will modify the return of that sequence
to be scaled and offset to a new range.
The source sequence needs to return values on the range [0,1].
-
Constructor Summary
ConstructorsConstructorDescriptionKrigRangeScaledTestPointSequence
(IKrigTestPointSequence src, double[] range, double[] offset) -
Method Summary
-
Constructor Details
-
KrigRangeScaledTestPointSequence
public KrigRangeScaledTestPointSequence(IKrigTestPointSequence src, double[] range, double[] offset) throws com.opttek.optquest.COptQuestException - Throws:
com.opttek.optquest.COptQuestException
-
-
Method Details
-
hasNext
public boolean hasNext()- Specified by:
hasNext
in interfaceIKrigTestPointSequence
-
next
- Specified by:
next
in interfaceIKrigTestPointSequence
-