Description Usage Arguments Value See Also
View source: R/tree-guided_group_lasso.R
Compute tree and node weights from the results of applying hierarchical clustering to the (response) matrix Y.
1 | BuildTreeHC(Y, threshold = 0.9, linkage = "complete")
|
Y |
N by K matrix for every task. |
threshold |
Threshold used for cutting nodes with high dissimilarity. |
linkage |
Linkage type used for hierarchical clustering. |
List containing
groups |
V by K matrix determining group membership: Task k in group v iff groups[v,k] == 1. |
weights |
V dimensional weight vector. |
TreeGuidedGroupLasso
,
ComputeGroupWeights
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.