R/RcppExports.R

Defines functions snnrce_loop_dos snnrce_loop setred_loop

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

setred_loop <- function(nlabelednew, nlabeledold, D, labeled) {
    .Call('_SSLR_setred_loop', PACKAGE = 'SSLR', nlabelednew, nlabeledold, D, labeled)
}

snnrce_loop <- function(len, D, labeled) {
    .Call('_SSLR_snnrce_loop', PACKAGE = 'SSLR', len, D, labeled)
}

snnrce_loop_dos <- function(unlabeled, D, ynew, labeled, y) {
    .Call('_SSLR_snnrce_loop_dos', PACKAGE = 'SSLR', unlabeled, D, ynew, labeled, y)
}

Try the SSLR package in your browser

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

SSLR documentation built on July 22, 2021, 9:08 a.m.