Description Usage Arguments Value
Used in generate_multi_structured methods to create partitions for each layer. The intersection of these partitions are a global partition.
1 | generate_partitions(n_samples, n_layers, n_cluster = 4)
|
n_samples |
The number of samples |
n_layers |
The number of layers |
n_cluster |
The number of cluster. |
A list:
$partition_tot: the intersection of the partitions
$partitions: a matrix with rows representing the partition for each layer.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.