distmat {smile}R Documentation

Creating a distance matrix

Description

Internal use. For now it only supports euclidean distance. (May import parallelDist in the future).

Usage

distmat(my_mat)

Arguments

my_mat

a matrix representing a grid of points.


[Package smile version 1.0.5 Index]