mRMRe (version 2.0.3)

priors: Accessor function for the 'priors' information in a mRMRe.Data object

Description

The priors matrix consists of a prior bias to be used in computation to mutual information between features.

Usage

## S3 method for class 'mRMRe.Data':
priors(object)
## S3 method for class 'mRMRe.Data':
priors(object) <- value

Arguments

object
a mRMRe.Data object.
value
a numeric matrix containing values from 0 to 1 (or NA), one per pairwise feature bias.

Examples

Run this code
data(cgps)
feature_data <- mRMR.data(data = data.frame(cgps.ge))
priors(feature_data)

Run the code above in your browser using DataCamp Workspace