MRMD: Maximum-Relevance-Maximum-Distance
|
|
|
|
MRMD
Feature selection method has two main part of the decision:- Pearson's correlation coefficient (PCC) is utilized to measure the relevance between features in a subset
- Euclidean distance (ED),Cosine distance (CD) and Tanimoto (TO) is utilized to calculate the redundancy among features in a subset
Usage
Or you can use github to download them.
java -jar mrmd.jar -i input -o output.txt
Parameters (1)-df: the distance function default(1)(1 = Euclidean Distance, 2 = Cosine Distance, 3 = Tanimoto coefficient, 4 = mean) (2)-a: outputfile of arff default (opt.arff) (3)-m: opt model type defauly(rf) (rf, svm, bagging) (4)-sn 100 (5)-N (no opt)
Download
We have got our project on Github(https://github.com/heshida01/mrmd)All Rights Reserved Copyright @ 2016|Prof. Quan Zou
Last Modified in 2016/11/2