Description Usage Arguments Details Value Author(s) References Examples
The filter.mRMR
function applies the feature selection mRMR to a set of physical measures.
1 | filter.mRMR(X,Y,nbreVarX_,...)
|
X |
A matrix where each row is a physical measure. |
Y |
A vector where the i_th element of the vector y is the key for the i_th physical measure in the matrix x. |
nbreVarX_ |
Number of component to get after the reduction by the mRMR of a physical measure. |
... |
Currently ignored. |
The filter.mRMR
function is the feature selection mRMR. It returns an object which can be used with the predict
function to convert a set of physical measures to another one with less variables.
The filter.mRMR
function returns an object which can use with the predict
function to reduce each physical measure. This physical measure can be the same or an other one than contained in X.
The value of this function is an object of class filter.mRMR
, which is a list with the following components:
filter |
sorted list of the best variables returned by the mRMR algorithm. |
Liran Lerman llerman@ulb.ac.be & Gianluca Bontempi gbonte@ulb.ac.be@ulb.ac.be & Olivier Markowitch olivier.markowitch@ulb.ac.be
H. Peng & F. Long & C. Ding, (2005), "Feature Selection based on Mutual Infor- mation : Criteria of Max-Dependency, Max-Relevance, and Min-Redundancy", IEEE Transactions on Pattern Analysis and Machine Intelligence, Vol 27, No 8, pp 1226-1238.
1 2 3 4 5 6 7 8 9 10 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.