R/RcppExports.R

Defines functions jstcpp jstcppreversed topNwordSeeds

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

jstcpp <- function(dfm, sentiWords, sentiCategory, numSentiLabs, numTopics, numiters, updateParaStep, alpha_, beta_, gamma_) {
    .Call('_rJST_jstcpp', PACKAGE = 'rJST', dfm, sentiWords, sentiCategory, numSentiLabs, numTopics, numiters, updateParaStep, alpha_, beta_, gamma_)
}

jstcppreversed <- function(dfm, sentiWords, sentiCategory, numSentiLabs, numTopics, numiters, updateParaStep, alpha_, beta_, gamma_) {
    .Call('_rJST_jstcppreversed', PACKAGE = 'rJST', dfm, sentiWords, sentiCategory, numSentiLabs, numTopics, numiters, updateParaStep, alpha_, beta_, gamma_)
}

topNwordSeeds <- function(wordParameters, N) {
    .Call('_rJST_topNwordSeeds', PACKAGE = 'rJST', wordParameters, N)
}

Try the rJST package in your browser

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

rJST documentation built on Feb. 13, 2020, 5:08 p.m.