Evaluate mean index value over n jittered views.
Usage
get_index_mean(proj, d, alpha, idx, method = "jitter_angle", n = 10)
Arguments
- proj
Original projection plane
- d
Data matrix
- alpha
Jitter amount (for jittering angle or points)
- idx
Index function
- method
Select between "jitterAngle" (default) and "jitterPoints"
(otherwise we return original index value)
- n
Number of evaluations entering mean value calculation