View source: R/update_simplex.R
| volnmf_simplex_col | R Documentation | 
volnmf_simplex_col finds non-negative matrix C that minimizes the objective ||X-C*R||^2
under constraints that columns of C equal to 1 using local approximation with extrapolation.
volnmf_simplex_col( X, R, C.prev = NULL, bound = 1, extrapolate = TRUE, err.cut = 1e-10, n.iter = 10000, qmax = 100 )
| X | Numeric Matrices. Matrices involved in the objective function. | 
| R | Numeric Matrices. Matrices involved in the objective function. | 
| C.prev | Numeric Matrices. Matrices involved in the objective function. Matrix  | 
| bound | A numeric. Equality constraint on columns of matrix  | 
| extrapolate | A boolean. Use extrapolation after local approximation. (default=TRUE) | 
| err.cut | A numeric. Stop iterations if relative error between iterations is less than  | 
| n.iter | An integer. Number of iterations. (default=1000) | 
| qmax | A numeric. Maximum asymptotic (1 - 1/qmax) of extrapolation step. | 
An updated matrix C.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.