adjustKernelClusters {frbf} | R Documentation |
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.
adjustKernelClusters(kernels, clusters, config)
kernels |
kernel clusters |
clusters |
number of desired clusters |
config |
configuration |
Warnings will be issued if the kernels are adjusted.
Returns the clusters adjusted.
This function is part of the frbf implementation and is for internal use only.
Fernando Martins