Displaying 1 result from an estimated 1 matches for "infogain".
Did you mean:
info_gain
2009 Apr 23
2
RWeka: How to access AttributeEvaluators
Hi,
I'm trying to use Information Gain for feature selection.
There is a InfoGain implementation in Weka:
*weka.attributeSelection.InfoGainAttributeEval*
Is it possible to use this function with RWeka? If yes how?
list_Weka_interfaces doesn't show it and there is no make function for
AttributeEvaluators.
Is there any other implementation of InformationGain in R?
Thank yo...