bdm.hlCorr | R Documentation |
Pair-wise distance correlation between HD and LD neighborhoods.
bdm.hlCorr(data, bdm, zSampleSize = 1000, threads = 4, mpi.cl = NULL)
data |
Input data (a matrix, a big.matrix or a .csv file name). |
bdm |
A bdm instance as generated by |
zSampleSize |
Number of data points to check by thread. (Default value is |
threads |
The number of parallel threads (according to data size and hardware resources, |
mpi.cl |
An MPI (inter-node parallelization) cluster as generated by |
A copy of the input bdm instance with new element bdm$knP.
# --- load example dataset
## Not run:
bdm.example()
m <- bdm.hlCorr(exData[, 1:4], ex$map, threads = 4)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.