buildClassification {frbf} | R Documentation |
Builds the classification for each point through the distance matrix. It can be done using a class sum centroid distances or just by using the centroid distance.
buildClassification(distance_matrix, config)
distance_matrix |
matrix with the distances between each point and each kernel |
config |
configuration |
Returns a list of points and respective class to which it belongs.
This function is part of the frbf implementation and is for internal use only.
Fernando Martins