错误:protect():特征提取时保护堆栈溢出

时间:2015-08-24 16:39:32

标签: r feature-selection fselector large-data

我的数据框有4755行和27199列。它实际上是一个文档术语矩阵,我正在尝试使用“FSelector”包执行特征选择。以下是一些代码:

library(FSelector)
weights <- information.gain(Flag~., dtmmatdf)

每次我这样做都会收到错误

Error: protect(): protection stack overflow

我有24GB RAM,数据帧大小约为500Mb。所以我不知道问题是什么,我该如何解决?

0 个答案:

没有答案