volnmf_simplex_row {vrnmf} | R Documentation |
Update of a matrix in NMF with equality contstraints on rows.
Description
volnmf_simplex_row
finds non-negative matrix C
that minimizes the objective ||X-C*R||^2
under constraints that rows of C equal to 1 using per-row quadratic programming.
Usage
volnmf_simplex_row(X, R, C.prev = NULL, meq = 1)
Arguments
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 |
meq |
An integer 0 or 1. Require equality ( |
Value
An updated matrix C
.
[Package vrnmf version 1.0.2 Index]