findLambda {frbf}R Documentation

Finds the lambda function values

Description

Calculates the lambda function values, i.e. the kernel function values.

Usage

findLambda(training_matrix, kernels, config)

Arguments

training_matrix training data matrix
kernels kernels
config configuration

Value

Returns the calculated lambda function values.

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]