R/collapse_labels.R

Defines functions CollapseLabels

Documented in CollapseLabels

CollapseLabels <- function(decision)
{
  as.numeric(p__CollapseLabelsCpp(as.numeric(decision) - 1)$decision) + 1
}

Try the GreedyEPL package in your browser

Any scripts or data that you put into this service are public.

GreedyEPL documentation built on Sept. 5, 2021, 5:47 p.m.