| Thresholding | R Documentation |
An auxiliary function that finds a region of significance in the local correlation map by thresholding.
Thresholding(localCorr, m, n, sz)
localCorr |
is all local correlations |
m |
is the number of rows of localCorr |
n |
is the number of columns of localCorr |
sz |
is the sample size of original data (which may not equal m or n in case of repeating data). |
R is a binary matrix of size m and n, with 1's indicating the significant region.
Eric Bridgeford and C. Shen