machine learning - how to get contribution of features in feature set -


i have features , using weka classify instances

for example, have

  • number of adj
  • number of adverb
  • number of punctuation

in feature set.

i want know contribution of each feature in feature set. metrics or parameters helpful contribution of features?


Comments

Popular posts from this blog

c - Calling a function within a loop -

vb.net - Unbound DataGridView add row with checkbox error -

How i fill combobox items in Radgridview manually using in vb.net -