checkClusteringFunction {anocva} | R Documentation |
Verifies if a clustering function is set. If not, uses the spectral clustering as default clustering method.
Description
Verifies if a clustering function is set. If not, uses the spectral clustering as default clustering method.
Usage
checkClusteringFunction(clusteringFunction)
Arguments
clusteringFunction |
The actual clustering function. NULL if its unknown. |
Value
A clustering function
[Package anocva version 0.1.1 Index]