Skip to content

sh1doy/FeatureSelectionBasedonModularity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

Feature Selection Based on Modularity

行列を受け取って特徴のスコアのリストを返します

卒業研究のアルゴリズムをPythonで実装したものになります.

Numpyまでしか使っていない+forループを$N_F$回回しているのでそこまで早くないです

obj = fsbm.fsbm(data) #コンストラクタ data -> list or np.array not including header
ranking = obj.ranking #-> scores of each feature

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages