Description Usage Arguments Details Value Author(s) Examples
Get parameters
1 2 |
object |
A |
k |
Number of subgroups. |
unique |
Whether to apply |
It is mainly used internally.
A data frame of parameters corresponding to the current k. In the data frame, each row corresponds to a partition run.
Zuguang Gu <z.gu@dkfz.de>
1 2 3 4 5 | data(golub_cola)
obj = golub_cola["ATC", "skmeans"]
get_param(obj)
get_param(obj, k = 2)
get_param(obj, unique = FALSE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.