R/RcppExports.R

Defines functions peelCpp predictCpp simplifyCpp indexCpp

# Generated by using Rcpp::compileAttributes() -> do not edit by hand
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393

peelCpp <- function(M, y, colTypes, alpha, minSup) {
    .Call(`_subgroup_discovery_peelCpp`, M, y, colTypes, alpha, minSup)
}

predictCpp <- function(peelResult, M, y) {
    .Call(`_subgroup_discovery_predictCpp`, peelResult, M, y)
}

simplifyCpp <- function(peelSteps, colTypes, boxId) {
    .Call(`_subgroup_discovery_simplifyCpp`, peelSteps, colTypes, boxId)
}

indexCpp <- function(boxes, M, boxId) {
    .Call(`_subgroup_discovery_indexCpp`, boxes, M, boxId)
}

Try the subgroup.discovery package in your browser

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

subgroup.discovery documentation built on Feb. 4, 2020, 9:11 a.m.