findS {frbf}R Documentation

Find s

Description

Finds the s value, i.e. the spread parameter, for each cluster.

Usage

findS(training_matrix, kernels, model_lambda, config)

Arguments

training_matrix training data matrix
kernels kernels
model_lambda previously calculated lambda function values
config configuration

Value

Returns the s parameter per cluster.

Note

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

Author(s)

Fernando Martins

See Also

RemoraConfiguration findLambda


[Package frbf version 1.0.1 Index]