View source: R/buildConstraints.R
build.UBayconstraint | R Documentation |
Builds a constraint using a left side 'A', a right side 'b', a relaxation parameter 'rho', and a block matrix 'block_matrix'.
build.UBayconstraint(A, b, rho, block_matrix = NULL)
A |
matrix containing the left side of the linear inequality system |
b |
vector containing the right side of the linear inequality system |
rho |
vector containing the relaxation parameters for each constraint |
block_matrix |
a matrix indicating the membership of features in feature blocks |
a 'UBayconstraint' object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.