buildDistanceTable {frbf}R Documentation

Build distance table

Description

Build the distance table between each centroid and each point.

Usage

buildDistanceTable(data_matrix, kernels, model_lambda, config)

Arguments

data_matrix data matrix to classify
kernels kernels
model_lambda previously calculated lambda function values
config configuration

Value

Returns the 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]