evaluateFS | R Documentation |
Evaluates a feature set under the UBayFS model framework.
evaluateFS(state, model, method = "spearman", log = FALSE)
evaluateMultiple(state, model, method = "spearman", log = TRUE)
state |
a binary membership vector describing a feature set |
model |
a 'UBaymodel' object created using build.UBaymodel |
method |
type of correlation ('pearson','kendall', or 'spearman') |
log |
whether the admissibility should be returned on log scale |
a posterior probability value
evaluateMultiple()
: Evaluate multiple feature sets
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.