buildDistanceTable {frbf} | R Documentation |
Build the distance table between each centroid and each point.
buildDistanceTable(data_matrix, kernels, model_lambda, config)
data_matrix |
data matrix to classify |
kernels |
kernels |
model_lambda |
previously calculated lambda function values |
config |
configuration |
Returns the 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