remoraDistance {frbf}R Documentation

Remora distance constructor

Description

Builds a distance object.

Usage

remoraDistance(index, distance = NULL, point = NULL, class_name = NULL)

Arguments

index point index in the matrix
distance distance between the point and the cluster
point data point
class_name name of the classe to which the point belongs to

Details

Null values will result in no slot value creation.

Value

Returns the result distance in a RemoraDistance object

Note

This function is part of the frbf implementation and is for internal use only.

Author(s)

Fernando Martins

See Also

RemoraKernels K-Means prcomp


[Package frbf version 1.0.1 Index]