emstreeR (version 2.1.0)

mlpack_mst: mlpack's Euclidean Minimum Spanning Tree

Description

Fast computes an EMST using the mlpack C++ library.

Usage

mlpack_mst(data)

Arguments

data

a matrix.

Value

a matrix containing each pair of start and end points on its columns, and the distance between these points in order to produce the Minimum Spanning Tree.