graph.result | R Documentation |
Showing result ensemble
graph.result(x, y)
x |
A |
y |
what is showing , please selected : stability, acc, auc, mcc. |
The function creates a graph showing Lustgarten's stability measure ASM (N) for top-N variables N = 5,10,15,20,30,40,50,75,100 for selected FS The function creates a graph showing the dependence of the selected metrics model(N) N = 5,10,15,20,30,40,50,75,100 for selected FS
graph showing
## Not run:
decisions <- data$class
data$class <- NULL
result <- ensembleFS(data,
decisions,
methods = c('fs.utest', 'fs.mrmr'),
method = 'kfoldcv',
params.cv = list(k = 3, iter = 10),
level.cor = 0.75,
params = list(adjust = 'fdr', feature.number = 10, alpha = 0.05),
asm = c('fs.utest', 'fs.mrmr'),
model = c('fs.utest', 'fs.mrmr')
)
graph.result(result$stability, 'stability')
graph.result(result$model, 'acc')
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.