Skip to contents

Builds a constraint using a left side `A`, a right side `b`, a relaxation parameter `rho`, and a block matrix `block_matrix`.

Usage

build.UBayconstraint(A, b, rho, block_matrix = NULL)

Arguments

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

Value

a `UBayconstraint` object