Description Usage Arguments Value Examples
This function classifys new data set using trained DeepCC model.
| 1 2 3 4 5 6 7 | get_DeepCC_label(
  DeepCCModel,
  newData,
  cutoff = 0.5,
  prob_mode = F,
  prob_raw = F
)
 | 
| DeepCCModel | a trained DeepCC model | 
| newData | a data.frame containing functional spectra of new data (each presnets one sample) | 
| cutoff | a numeric indicating cutoff of poster probability | 
a character vector containing lables of training data
| 1 | get_DeepCC_label(deepcc_model, newdata_fs)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.