data-raw/detectNLP_training.R

# Summaries of the training dataset for NLP detection based on manual annotation of 969 human nonverbal vocalizations (>83K frames)
# tr_df = readRDS('/home/allgoodguys/Documents/Research/experiments/NLP_machineLearning/analysis/temp_NLP_df.rds')
# detectNLP_training_nonv = naiveBayes_train(nlp ~ nPeaks + d2 + subDep + amEnvDep + entropy + HNR + CPP + roughness, tr_df)
# detectNLP_training_nonv
usethis::use_data(detectNLP_training_nonv, overwrite = TRUE)


# tr_synth = readRDS('/home/allgoodguys/Documents/Research/experiments/NLP_machineLearning/mod/nlp_train_synth.rds')
# detectNLP_training_synth = naiveBayes_train(nlp ~ nPeaks + d2 + subDep + amEnvDep + entropy + HNR + CPP + roughness, tr_synth)
# detectNLP_training_synth
usethis::use_data(detectNLP_training_synth, overwrite = TRUE)
tatters/soundgen documentation built on Aug. 22, 2023, 4:24 p.m.