python3.6
#Run experiment:
python mRMR.py [classifier] [dataset] [algorithm]
python Wrapper.py [classifer] [dataset] [algorithm] [method]
classifier: NB, SVM, LDA
dataset: ARR, HDR
algorithm: mRMR, MaxRel
method: forward, backward#Show result:
python PlotResult.py [method]
method: single, compare