# Generated by roxygen2: do not edit by hand

export(EmbeddedText)
export(TextEmbeddingClassifierNeuralNet)
export(TextEmbeddingModel)
export(aifeducation_config)
export(array_to_matrix)
export(bow_pp_create_basic_text_rep)
export(bow_pp_create_vocab_draft)
export(calc_standard_classification_measures)
export(check_aif_py_modules)
export(clean_pytorch_log_transformers)
export(combine_embeddings)
export(create_bert_model)
export(create_deberta_v2_model)
export(create_funnel_model)
export(create_longformer_model)
export(create_roberta_model)
export(create_synthetic_units)
export(get_coder_metrics)
export(get_n_chunks)
export(get_synthetic_cases)
export(install_py_modules)
export(is.null_or_na)
export(load_ai_model)
export(matrix_to_array_c)
export(save_ai_model)
export(set_config_cpu_only)
export(set_config_gpu_low_memory)
export(set_config_os_environ_logger)
export(set_config_tf_logger)
export(set_transformers_logger)
export(start_aifeducation_studio)
export(to_categorical_c)
export(train_tune_bert_model)
export(train_tune_deberta_v2_model)
export(train_tune_funnel_model)
export(train_tune_longformer_model)
export(train_tune_roberta_model)
export(update_aifeducation_progress_bar)
export(update_aifeducation_progress_bar_epochs)
export(update_aifeducation_progress_bar_steps)
import(Rcpp)
import(doParallel)
import(foreach)
import(iotarelr)
import(reshape2)
import(reticulate)
import(stats)
importFrom(abind,abind)
importFrom(methods,is)
importFrom(methods,isClass)
importFrom(reticulate,conda_create)
importFrom(reticulate,conda_remove)
importFrom(reticulate,condaenv_exists)
importFrom(reticulate,py_install)
importFrom(reticulate,py_module_available)
importFrom(rlang,.data)
importFrom(stats,na.omit)
importFrom(stringr,str_extract_all)
importFrom(stringr,str_length)
importFrom(stringr,str_remove_all)
importFrom(stringr,str_replace_all)
importFrom(stringr,str_split_fixed)
importFrom(stringr,str_to_lower)
importFrom(utils,askYesNo)
importFrom(utils,compareVersion)
importFrom(utils,install.packages)
importFrom(utils,packageVersion)
importFrom(utils,read.csv)
importFrom(utils,read.csv2)
importFrom(utils,write.csv)
importFrom(utils,write.csv2)
useDynLib(aifeducation, .registration = TRUE)
