classificationDistanceTable {frbf}R Documentation

Classification distance table

Description

Builds the classification distance table for the data matrix points.

Usage

classificationDistanceTable(remora_model, data_matrix)

Arguments

remora_model Remora Wmodel
data_matrix data matrix that holds the points to classify

Value

Returns a distance table.

Note

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

Author(s)

Fernando Martins

See Also

RemoraModel


[Package frbf version 1.0.1 Index]