How to use toolboxes , optimization ('genetic algo') for feature selection

attribute selection (dimreduction) for big text data
how to use optimization toolbox GA ?????

回答 (1 件)

Moe
Moe 2014 年 4 月 28 日

0 投票

Hi Adam
If your input matrix contains of many zero values, you can use sparse function.
m = sparse(m);

カテゴリ

質問済み:

2014 年 4 月 28 日

編集済み:

2014 年 5 月 1 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by