unique_ind: Get the unique values in the matrix

View source: R/resolution.R

unique_indR Documentation

Get the unique values in the matrix

Description

Get the unique values in the matrix

Usage

unique_ind(A)

Arguments

A

matrix similarity matrix

Value

a list of

C

sorted unique values (increaing order)

ia

a vector of index such that C = c(A)[ia]

ic

index vector such that c(A) = C[ic]


pengminshi/MRtree documentation built on March 6, 2023, 4:20 p.m.