local_ortho_diss: local ortho dissimilarity matrices initialized by a global...

View source: R/ortho_diss_helpers.R

local_ortho_dissR 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


resemble documentation built on April 21, 2023, 1:13 a.m.