train {frbf}R Documentation

Trainging step

Description

Trains an FRBF network. Performs the learning step of the algorithm.

Usage

train(training_matrix, config)

Arguments

training_matrix training data matrix
config configuration

Value

Returns the kernels from the training step.

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]