R/RcppExports.R

Defines functions SwitchVariableImportanceCpp ROCCpp CindexTrap CindexCpp MakeTableFactor2 MakeTable BackwardCpp ForwardCpp MetricIntervalCpp DoubleBackwardCpp FastDoubleBackwardCpp FastBackwardCpp BranchGLMfit SwitchBranchAndBoundCpp BackwardBranchAndBoundCpp BranchAndBoundCpp

Documented in BackwardBranchAndBoundCpp BackwardCpp BranchAndBoundCpp CindexCpp CindexTrap DoubleBackwardCpp FastBackwardCpp FastDoubleBackwardCpp ForwardCpp MakeTable MakeTableFactor2 MetricIntervalCpp ROCCpp SwitchBranchAndBoundCpp SwitchVariableImportanceCpp

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

BranchAndBoundCpp <- function(x, y, offset, indices, num, interactions, method, m, Link, Dist, nthreads, tol, maxit, keep, maxsize, pen, display_progress, NumBest, cutoff) {
    .Call(`_BranchGLM_BranchAndBoundCpp`, x, y, offset, indices, num, interactions, method, m, Link, Dist, nthreads, tol, maxit, keep, maxsize, pen, display_progress, NumBest, cutoff)
}

BackwardBranchAndBoundCpp <- function(x, y, offset, indices, num, interactions, method, m, Link, Dist, nthreads, tol, maxit, keep, pen, display_progress, NumBest, cutoff) {
    .Call(`_BranchGLM_BackwardBranchAndBoundCpp`, x, y, offset, indices, num, interactions, method, m, Link, Dist, nthreads, tol, maxit, keep, pen, display_progress, NumBest, cutoff)
}

SwitchBranchAndBoundCpp <- function(x, y, offset, indices, num, interactions, method, m, Link, Dist, nthreads, tol, maxit, keep, pen, display_progress, NumBest, cutoff) {
    .Call(`_BranchGLM_SwitchBranchAndBoundCpp`, x, y, offset, indices, num, interactions, method, m, Link, Dist, nthreads, tol, maxit, keep, pen, display_progress, NumBest, cutoff)
}

BranchGLMfit <- function(x, y, offset, init, method, m, Link, Dist, nthreads, tol, maxit, GetInit) {
    .Call(`_BranchGLM_BranchGLMfit`, x, y, offset, init, method, m, Link, Dist, nthreads, tol, maxit, GetInit)
}

FastBackwardCpp <- function(x, y, offset, indices, num, interactions, method, m, Link, Dist, nthreads, tol, maxit, keep, steps, pen) {
    .Call(`_BranchGLM_FastBackwardCpp`, x, y, offset, indices, num, interactions, method, m, Link, Dist, nthreads, tol, maxit, keep, steps, pen)
}

FastDoubleBackwardCpp <- function(x, y, offset, indices, num, interactions, method, m, Link, Dist, nthreads, tol, maxit, keep, steps, pen) {
    .Call(`_BranchGLM_FastDoubleBackwardCpp`, x, y, offset, indices, num, interactions, method, m, Link, Dist, nthreads, tol, maxit, keep, steps, pen)
}

DoubleBackwardCpp <- function(x, y, offset, indices, num, interactions, method, m, Link, Dist, nthreads, tol, maxit, keep, steps, pen) {
    .Call(`_BranchGLM_DoubleBackwardCpp`, x, y, offset, indices, num, interactions, method, m, Link, Dist, nthreads, tol, maxit, keep, steps, pen)
}

MetricIntervalCpp <- function(x, y, offset, indices, num, model, method, m, Link, Dist, nthreads, tol, maxit, pen, mle, se, best, cutoff, Metric, rootMethod) {
    .Call(`_BranchGLM_MetricIntervalCpp`, x, y, offset, indices, num, model, method, m, Link, Dist, nthreads, tol, maxit, pen, mle, se, best, cutoff, Metric, rootMethod)
}

ForwardCpp <- function(x, y, offset, indices, num, interactions, method, m, Link, Dist, nthreads, tol, maxit, keep, steps, pen) {
    .Call(`_BranchGLM_ForwardCpp`, x, y, offset, indices, num, interactions, method, m, Link, Dist, nthreads, tol, maxit, keep, steps, pen)
}

BackwardCpp <- function(x, y, offset, indices, num, interactions, method, m, Link, Dist, nthreads, tol, maxit, keep, steps, pen) {
    .Call(`_BranchGLM_BackwardCpp`, x, y, offset, indices, num, interactions, method, m, Link, Dist, nthreads, tol, maxit, keep, steps, pen)
}

MakeTable <- function(preds, y, cutoff) {
    .Call(`_BranchGLM_MakeTable`, preds, y, cutoff)
}

MakeTableFactor2 <- function(preds, y, levels, cutoff) {
    .Call(`_BranchGLM_MakeTableFactor2`, preds, y, levels, cutoff)
}

CindexCpp <- function(preds, y) {
    .Call(`_BranchGLM_CindexCpp`, preds, y)
}

CindexTrap <- function(Sens, Spec) {
    .Call(`_BranchGLM_CindexTrap`, Sens, Spec)
}

ROCCpp <- function(preds, y, Cutoffs) {
    .Call(`_BranchGLM_ROCCpp`, preds, y, Cutoffs)
}

SwitchVariableImportanceCpp <- function(x, y, offset, indices, num, interactions, withmodels, withmetrics, withoutmodels, withoutmetrics, method, m, Link, Dist, nthreads, tol, maxit, keep, pen, display_progress) {
    .Call(`_BranchGLM_SwitchVariableImportanceCpp`, x, y, offset, indices, num, interactions, withmodels, withmetrics, withoutmodels, withoutmetrics, method, m, Link, Dist, nthreads, tol, maxit, keep, pen, display_progress)
}

Try the BranchGLM package in your browser

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

BranchGLM documentation built on Sept. 28, 2024, 9:07 a.m.