Feature Selection in MATLAB

前端 未结 3 2146
天涯浪人
天涯浪人 2020-12-25 10:17

I have a dataset for text classification ready to be used in MATLAB. Each document is a vector in this dataset and the dimensionality of this vector is extremely high. In th

3条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-25 11:00

    You might consider using the independent features technique of Weiss and Kulikowski to quickly eliminate variables which are obviously unimformative:

    http://matlabdatamining.blogspot.com/2006/12/feature-selection-phase-1-eliminate.html

提交回复
热议问题