Evaluate mean index value over n jittered views.
getIndexMean(proj, d, alpha, idx, method = "jitterAngle", 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