evaluateFS {UBayFS}R Documentation

Evaluate a feature set

Description

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

Value

a posterior probability value

Functions


[Package UBayFS version 1.0 Index]