weka 特征选择
1 infomation gains:
????? 會對連續的attribute進行離散化:
?????????? NumericToBinary, 將屬性進行0/1離散,Converts all numeric attributes into binary attributes (apart from the class attribute, if set): if the value of the numeric attribute is exactly zero, the value of the new attribute will be zero. If the value of the numeric attribute is missing, the value of the new attribute will be missing. Otherwise, the value of the new attribute will be one. The new attributes will be nominal.
?????????? Discretize,An instance filter that discretizes a range of numeric attributes in the dataset into nominal attributes. Discretization is by Fayyad & Irani's MDL method (the default).
總結
- 上一篇: [code] spectral clus
- 下一篇: 降维技术zz