priors | R Documentation |
The priors matrix consists of a prior bias to be used in computation to mutual information between features.
## S4 method for signature 'mRMRe.Data'
priors(object)
## S4 replacement method for signature 'mRMRe.Data'
priors(object) <- value
object |
a |
value |
a numeric matrix containing values from 0 to 1 (or NA), one per pairwise feature bias. |
Nicolas De Jay, Simon Papillon-Cavanagh, Benjamin Haibe-Kains
set.thread.count(2)
data(cgps)
feature_data <- mRMR.data(data = data.frame(cgps.ge))
priors(feature_data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.