R/RcppExports.R

Defines functions .LDAindex .PDAindex .Lrindex .GINIindex1D .ENTROPYindex1D .PPopt

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

.LDAindex <- function(origclass, origdata, proj = matrix(0), weight = TRUE) {
    .Call('_PPtreeViz_LDAindex', PACKAGE = 'PPtreeViz', origclass, origdata, proj, weight)
}

.PDAindex <- function(origclass, origdata, proj = matrix(0), weight = TRUE, lambda = 0.1) {
    .Call('_PPtreeViz_PDAindex', PACKAGE = 'PPtreeViz', origclass, origdata, proj, weight, lambda)
}

.Lrindex <- function(origclass, origdata, proj = matrix(0), weight = TRUE, r = 1L) {
    .Call('_PPtreeViz_Lrindex', PACKAGE = 'PPtreeViz', origclass, origdata, proj, weight, r)
}

.GINIindex1D <- function(origclass, origdata, proj = numeric(0)) {
    .Call('_PPtreeViz_GINIindex1D', PACKAGE = 'PPtreeViz', origclass, origdata, proj)
}

.ENTROPYindex1D <- function(origclass, origdata, proj = numeric(0)) {
    .Call('_PPtreeViz_ENTROPYindex1D', PACKAGE = 'PPtreeViz', origclass, origdata, proj)
}

.PPopt <- function(origclass, origdata, q = 1L, PPmethod = "LDA", weight = TRUE, r = 1L, lambda = 0.1, energy = 0, cooling = 0.999, TOL = 0.0001, maxiter = 50000L) {
    .Call('_PPtreeViz_PPopt', PACKAGE = 'PPtreeViz', origclass, origdata, q, PPmethod, weight, r, lambda, energy, cooling, TOL, maxiter)
}

Try the PPtreeViz package in your browser

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

PPtreeViz documentation built on Dec. 6, 2019, 9:07 a.m.