distances {frbf}R Documentation

Distances

Description

Calculates the difference between each centroid and each point.

Usage

distances(distance_values, kernels, kernels_s, config)

Arguments

distance_values distance table with precalculated distance point-centroid values
kernels kernels
kernels_s s value per each kernel
config configuration

Value

Returns a distance table between points and classes, matrix row number is the point row index.

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]