initS {frbf}R Documentation

Initialize s values

Description

Initializes the s values.

Usage

initS(distance_table, kernels, accuracy_matrix, config)

Arguments

distance_table distance table with precalculated distance point-centroid values
kernels kernel clusters
accuracy_matrix the matrix with the accurate classification
config configuration

Details

Starts with a user given s value and modifies it until the results start getting worst. The initial value is the same for all clusters.

Value

Returns the initial s parameter.

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]