Description Usage Arguments Value
Splitting of hard or soft clusters based on multi-view data
1 2 3 4 5 6 7 8 9 10 11 12 13 |
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) |
Kmax |
Maximum number of clusters for splitting |
gamma |
Parameter that controls the distribution of view weights. Default value is 2. |
use_mv_weights |
If |
delta |
Parameter that controls the weights on the soft classifications pi(i,k) |
perCluster_mv_weights |
If |
verbose |
If |
parallel |
If |
BPPARAM |
Optional parameter object passed internally to |
split_clusters |
Matrix providing the history of each cluster splitting at each iteration of the algorithm |
weights |
Matrix of dimension |
criterion |
Value taken on by the splitting criterion at each iteration |
withnss |
The within sum-of-squares for each cluster at the last iteration |
ksplit |
Vector identifying which cluster was split at each iteration of the algorithm |
all_probapost |
List of conditional probabilities for each split for the soft algorithm |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.