RemoraDistance-class {frbf}R Documentation

Class "RemoraDistance"

Description

Remora distance class

Objects from the Class

Objects should not be created by the user, since they are for internal use only.

Slots

index:
"numeric", the point index in the matrix
distance:
"numeric", the distance between the point and the cluster
className:
"character", the name of the classe to which the point belongs to
point:
"list", the point data

Methods

No methods defined with class "RemoraDistance" in the signature.

Note

No object of this class requires to be created since this is for frbf internal use only.

Author(s)

Fernando Martins

Examples

showClass("RemoraDistance")

[Package frbf version 1.0.1 Index]