R:information.gain错误->检测到重复的bin范围。尝试提高档位范围精度

时间:2018-08-25 14:11:43

标签: r genetic-algorithm information-gain fselector

我想使用遗传算法进行特征选择,我决定使用FSelector库,我的数据集可以使用10个类别标签或5个类别标签,我尝试获取相对于10个类别标签的特征权重并且成功完成了,同时受到5个类别标签的影响,出现了以下错误。

weights <- information.gain(formula = label~., data=x)
  

.jcall(“ weka / filters / Filter”,“ Lweka / core / Instances;”,   “ useFilter”,:java.lang.IllegalArgumentException:重复的bin   检测到范围。尝试提高档位范围精度。

我尝试了R 3.4和3.5,仍然显示相同的错误。

0 个答案:

没有答案