inst/nbc4vagui/settings.R

# Richard Wen (rwenite@gmail.com)
# Global settings for shiny app code in the nbc4va package.


# UI Identifiers for shiny components
uid <- list()
uid$header <- "nbc4va"
uid$run <- "run"
uid$runError <- "runError"
uid$upload <- "upload"
uid$start <- "start"
uid$train <- "train"
uid$known <- "known"
uid$trainDT <- "trainDT"
uid$trainDL <- "trainDL"
uid$test <- "test"
uid$testDT <- "testDT"
uid$testDL <- "testDL"
uid$resultsDL <- "resultsDL"
uid$guide <- "guide"
uid$overview <- "overview"
uid$metricsDL <- "metricsDL"
uid$topPlot <- "topPlot"
uid$topPlotDL <- "topPlotDL"
uid$topFootnote <- "topFootnote"
uid$causeDT <- "causeDT"
uid$causeDL <- "causeDL"
uid$predDT <- "predDT"
uid$predDL <- "predDL"
uid$predDescribe <- "predDescribe"

# Alias names for nbc related terms
aka <- list()
aka$overview <- "Overview"
aka$train <- "Training"
aka$test <- "Testing"
aka$metrics <- "Performance Metrics"
aka$plotSummary <- "Plot"
aka$cause <- "Cause Metrics"
aka$pred <- "Predictions"
aka$prob <- "Probabilities"

Try the nbc4va package in your browser

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

nbc4va documentation built on May 10, 2022, 5:07 p.m.