buildClassification {frbf}R Documentation

Build classification

Description

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.

Usage

buildClassification(distance_matrix, config)

Arguments

distance_matrix matrix with the distances between each point and each kernel
config configuration

Value

Returns a list of points and respective class to which it belongs.

Note

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

Author(s)

Fernando Martins

See Also

RemoraConfiguration


[Package frbf version 1.0.1 Index]