Description Usage Arguments Value
Aggregation of hard or soft clusters based on multi-view data
1 2 3 4 5 6 7 8 | mv_aggregation(
X,
mv,
clustering_init,
gamma = 2,
use_mv_weights = TRUE,
verbose = TRUE
)
|
X |
Matrix of multi-view data, where the first view corresponds to the
principal data used to obtain the partition or soft clustering in |
mv |
(Optional unless |
clustering_init |
Either a vector of available cluster labels (for hard clustering) or a matrix of soft classification labels (For soft clustering) |
gamma |
Parameter that controls the distribution of view weights. Default value is 2. |
use_mv_weights |
If |
verbose |
If |
merged_clusters |
Matrix providing each pair of merged clusters at each iteration of the algorithm |
hclust |
Object of class "hclust" to be used for plotting cluster agglomerations |
weights |
Matrix of dimension |
criterion |
Value taken on by the agglomerative criterion at each iteration |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.