Evaluate a feature set
evaluateFS.Rd
Evaluates a feature set under the UBayFS model framework.
Usage
evaluateFS(state, model, method = "spearman", log = FALSE)
evaluateMultiple(state, model, method = "spearman", log = TRUE)
Arguments
- 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