local_ortho_diss {resemble} | R Documentation |
local ortho dissimilarity matrices initialized by a global dissimilarity matrix
Description
internal
Usage
local_ortho_diss(
k_index_matrix,
Xr,
Yr,
Xu,
diss_method,
pc_selection,
center,
scale,
allow_parallel,
...
)
Arguments
k_index_matrix |
a matrix of nearest neighnbor indices |
Xr |
argument passed to ortho_projection |
Yr |
argument passed to ortho_projection |
Xu |
argument passed to ortho_projection |
diss_method |
argument passed to ortho_projection |
pc_selection |
argument passed to ortho_projection |
center |
argument passed to ortho_projection |
scale |
argument passed to ortho_projection |
[Package resemble version 2.2.4 Index]