remoraDistance {frbf} | R Documentation |
Builds a distance object.
remoraDistance(index, distance = NULL, point = NULL, class_name = NULL)
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 |
Null values will result in no slot value creation.
Returns the result distance in a RemoraDistance
object
This function is part of the frbf implementation and is for internal use only.
Fernando Martins