adjustKernelClusters {frbf}R Documentation

Adjust kernel clusters

Description

Adjustes the number of kernel clusters to fit the number of clusters specified by the user. When that is not possible, the number of kernel clusters will increase to force at least one cluster per kernel. This function issues warnings when adjustments have been made to the kernel clusters.

Usage

adjustKernelClusters(kernels, clusters, config)

Arguments

kernels kernel clusters
clusters number of desired clusters
config configuration

Details

Warnings will be issued if the kernels are adjusted.

Value

Returns the clusters adjusted.

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]