Description Usage Arguments Value
Solve the fusion clustering problem with MCP penalization via MM algorithm
| 1 | fusion_cluster(X, U0, Phi, lambda, gamma, maxiter_mm, maxiter_cvx, tol, trace)
 | 
| X | the data, with the columns being units, the rows being features | 
| U0 | the initial guess of the centroid matrix U | 
| Phi | the edge incidence matrix, defined as Phi_li = 1 if(l_1 == i); -1 if(l_2 == i); 0 otherwise | 
| lambda, gamma | the parameters of MCP penalty function | 
| tol | the duality gap tolerence | 
| trace | whether save the primal and dual values of every iteration | 
| maxiter | maximum iterations | 
a list containing the solution U, V, and (optional) trace information
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.