Skip to contents

Converts a matrix of indices and distances into an igraph object, which can subsequently be supplied to a variety of key graph-based clustering algorithms

Usage

NN_to_igraph(nn)

Arguments

nn

An NN object

Scroll to top