rcpp_bslearn {bsnsing}R Documentation

C implementation of the bslearn function

Description

C implementation of the bslearn function

Usage

rcpp_bslearn(
  nrows,
  ncols,
  input_y,
  input_x,
  grp,
  max_rules,
  max_time,
  node_size,
  no_same_gender_children,
  verbose
)

Arguments

nrows

number of rows

ncols

number of columns

input_y

Integer vector

input_x

Integer matrix

grp

group membership indices

max_rules

max number of rules

max_time

max running time in seconds

node_size

minimum node size

no_same_gender_children

if TRUE child nodes must be of different predicted classes

verbose

verbose level

Value

a list containing four elements


[Package bsnsing version 1.0.1 Index]