R/RcppExports.R

Defines functions pej pejp1_ej pejp1zj1_ej allej prediction classifM classif clust coclust testSeed

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

testSeed <- function(seed) {
    invisible(.Call('_ordinalClust_testSeed', PACKAGE = 'ordinalClust', seed))
}

coclust <- function(xMat, myList, kr, kc, init, nbSEM, nbSEMburn, nbRepeat, nbindmini, m, percentRandomB, seed) {
    .Call('_ordinalClust_coclust', PACKAGE = 'ordinalClust', xMat, myList, kr, kc, init, nbSEM, nbSEMburn, nbRepeat, nbindmini, m, percentRandomB, seed)
}

clust <- function(xMat, myList, kr, init, nbSEM, nbSEMburn, nbindmini, m, percentRandomB, seed) {
    .Call('_ordinalClust_clust', PACKAGE = 'ordinalClust', xMat, myList, kr, init, nbSEM, nbSEMburn, nbindmini, m, percentRandomB, seed)
}

classif <- function(xMat, yVec, myList, kr, kc, init, nbSEM, nbSEMburn, nbindmini, m, percentRandomB, seed) {
    .Call('_ordinalClust_classif', PACKAGE = 'ordinalClust', xMat, yVec, myList, kr, kc, init, nbSEM, nbSEMburn, nbindmini, m, percentRandomB, seed)
}

classifM <- function(xMat, yVec, myList, kr, init, nbSEM, nbSEMburn, nbindmini, m, seed) {
    .Call('_ordinalClust_classifM', PACKAGE = 'ordinalClust', xMat, yVec, myList, kr, init, nbSEM, nbSEMburn, nbindmini, m, seed)
}

prediction <- function(classif, xMat_topredict, seed) {
    .Call('_ordinalClust_prediction', PACKAGE = 'ordinalClust', classif, xMat_topredict, seed)
}

allej <- function(j, m) {
    .Call('_ordinalClust_allej', PACKAGE = 'ordinalClust', j, m)
}

pejp1zj1_ej <- function(ejp1Vec, ejVec, mu, p) {
    .Call('_ordinalClust_pejp1zj1_ej', PACKAGE = 'ordinalClust', ejp1Vec, ejVec, mu, p)
}

pejp1_ej <- function(ejp1Vec, ejVec, mu, p) {
    .Call('_ordinalClust_pejp1_ej', PACKAGE = 'ordinalClust', ejp1Vec, ejVec, mu, p)
}

pej <- function(ejVec, j, m, mu, p, z1tozjm1Vec) {
    .Call('_ordinalClust_pej', PACKAGE = 'ordinalClust', ejVec, j, m, mu, p, z1tozjm1Vec)
}

Try the ordinalClust package in your browser

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

ordinalClust documentation built on Jan. 13, 2021, 8:43 a.m.