Package com.opttek.optquest.heatmap
Class KrigQuadraticBiasedTestPointSequence
java.lang.Object
com.opttek.optquest.heatmap.KrigQuadraticBiasedTestPointSequence
- All Implemented Interfaces:
IKrigTestPointSequence
This is the an implementation of a KrigTestPointSequence
Upon construction it is given an implementation of another
KrigCandidatePointsSequence. A call to ::next() will defer
to the source sequence. It will modify the return of that sequence
to be shifted to have a higher density of points in the middle
of the range. The source sequence needs to return values on the
range [0,1], and this will return values on the range [0,1].
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
KrigQuadraticBiasedTestPointSequence
-
-
Method Details
-
hasNext
public boolean hasNext()- Specified by:
hasNext
in interfaceIKrigTestPointSequence
-
next
- Specified by:
next
in interfaceIKrigTestPointSequence
-