build.UBayconstraint: Build a customized constraint for UBayFS

View source: R/buildConstraints.R

build.UBayconstraintR Documentation

Build a customized constraint for UBayFS

Description

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


UBayFS documentation built on March 7, 2023, 8:04 p.m.