Description Usage Arguments Value
View source: R/PRSCC-methods.R
Implementing the ProxSCC algorithm for Convex Clustering
1 2 3 4 5 6 7 8 9 10 11 12 13 |
X |
Data matrix to be clustered. The rows are features, and the columns are the samples |
U |
Initial of clustering examplers. The rows are features, and the columns are the samples. Default is NULL |
Lambda |
A regularization parameter for cluster number within penalty term Lambda * |
Gamma |
A regularization parameter the number of nonzero features within penalty term Gamma * |
w |
A vector of nonegative weights. |
r |
The adaptive group lasso's weights for feature sparse penalty. |
p |
Rows of matrix |
n |
Columns of matrix |
tol |
The convergence threshold. Default 1e-5. |
maxit |
The maximum iterations need for algorithms. Default 500. |
verbose |
False as default. |
Centroid matrix of ProxSCC
number of iterations
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.