Skip to content
jamesjun edited this page Dec 18, 2017 · 2 revisions

Assigns cluster membership by copying the cluster index of the nearest neighbors (nneigh)

Syntax

[viClu, icl] = assignCluster_(viClu, ordrho, nneigh, icl)

Input

  • viClu: cluster numbers that are previously assigned (default: [])
  • ordrho: order of rho (descending order)
  • nneigh: nearest neighbor event indices
  • icl: event indices that are cluster peaks

Output

  • viClu: cluster numbers
  • icl: changed only when icl==[], set to the highest rho event

See also

assign_clu_count_(), postCluster_()

Clone this wiki locally