Description Usage Arguments Details Functions Examples
Core functions to asses overall performance of LDA, NBC and MLP.
1 2 3 4 5 6 7 8 9 10 11 12 13 |
method |
statistical approach, either "lda", "nb" or "ml". |
df_dat |
bio-tracer data sets. Note that by default, it loads |
ndistr |
number of sample used to build baseline bio-tracer distributions. |
nsample |
number of samples. |
noise |
noise to be added. |
col_ids |
ids (name or integer) of columns to be used (select bio-tracers). |
toprob |
should the output be a probability. |
"lda" : linear discriminant analysis,
"nb" : naive bayesian,
"ml" : machine learning,
ndistr + nsample cannot exceed 30 with data in df_all.
scr_lda: core function for LDA.
scr_nb: core function for the Naive Bayesian (NB) classifier.
1 2 | df_dat <- get_data_ready()
find_origin("nb", col_ids = 3:4, df_dat = df_dat)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.