View source: R/get_optimal_parameter_used.R
get_optimal_parameter_used | R Documentation |
Get the optimal parameter used
get_optimal_parameter_used(object)
object |
An object of class "optimalClustering" |
The optimal parameter used
oc.object <- optimalClustering(toy_genes, 4, "spectral")
get_optimal_parameter_used(oc.object)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.