R/RcppExports.R

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

EMInterwovenFastICA <- function(DataMtr, MembershipProbs_, bandWidth, maxIteration = 300L, icaIteration = 150L, tolerance = 1e-6, verbose = TRUE, combine = TRUE) {
    .Call('icamix_EMInterwovenFastICA', PACKAGE = 'icamix', DataMtr, MembershipProbs_, bandWidth, maxIteration, icaIteration, tolerance, verbose, combine)
}

WtsFastICA <- function(X, wts, Wconst, verbose = TRUE, alpha = 1, maxIteration = 60L, tolerance = 1e-6) {
    .Call('icamix_WtsFastICA', PACKAGE = 'icamix', X, wts, Wconst, verbose, alpha, maxIteration, tolerance)
}

WtsKde <- function(X, wts, grid, h) {
    .Call('icamix_WtsKde', PACKAGE = 'icamix', X, wts, grid, h)
}

Try the icamix package in your browser

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

icamix documentation built on May 2, 2019, 3:41 p.m.