distances {frbf} | R Documentation |
Calculates the difference between each centroid and each point.
distances(distance_values, kernels, kernels_s, config)
distance_values |
distance table with precalculated distance point-centroid values |
kernels |
kernels |
kernels_s |
s value per each kernel |
config |
configuration |
Returns a distance table between points and classes, matrix row number is the point row index.
This function is part of the frbf implementation and is for internal use only.
Fernando Martins