Description Usage Details Value Author(s) See Also Examples
This is the data object that contains all the AIPS models. It contains the naive bayes classifier using the selected pairs of genes for all the trained models presented in Paquet et al.
1 |
This is the data object that contains all the AIPS models.
all.pairs |
The rules used in the model definition form EntrezID gene A < EntrezID gene B |
k |
The selected number of optimal rules. |
one.vs.all.tsp |
The Naive bayes classifier used in combination with the all.pairs rules |
selected.pairs.list |
The list of rules sorted from the best discriminating rule to the least discriminating rules subdivided by assignments. |
Eric R. Paquet (eric.r.paquet@gmail.com)
apply.AIPS
, mcgill.gq
, naiveBayes
1 2 3 4 5 6 7 8 | ## Load a sample of the McGill dataset used in the paper
data(aips.models)
## list the number of models
length(aips.models)
## list the model
aips.models[[1]]$model$model
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.