## Proximal Gradient Smoothing Sparse Convex Clustering
Prox_SCC = setRefClass(
"Prox_SCC",
fields = list(
X = "matrix",
U = "matrix",
lambda = "numeric",
gamma = "numeric",
lmin_Ratio = "numeric",
w = "numeric",
r = "numeric",
p = "numeric",
n = "numeric",
eps = "numeric",
tol = "numeric",
maxit = "numeric",
warm_start = "logical"
)
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.