| ConstraintBaseOptions | R Documentation |
ConstraintBaseOptions is an R6 class that sets common options for tree
searches with constraints.
is_positiveA logical value indicating whether the constraint is
positive (TRUE) or negative (FALSE).
new()ConstraintBaseOptions$new(is_positive = TRUE)
is_positiveA logical value indicating whether the constraint is
positive (TRUE) or negative (FALSE).
clone()The objects of this class are cloneable with this method.
ConstraintBaseOptions$clone(deep = FALSE)
deepWhether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.