在R中使用SPADE方法时出错

在R中使用SPADE方法时出错,r,data-mining,R,Data Mining,我目前正在使用R中的SPADE算法挖掘序列模式。 SPADE包含在R的arulesSequence包中。 我在CentOS 6.3 64位上运行R 为了锻炼身体, 我已经试过了一个例子 当我试着去做 cspade(x, parameter = list(support = 0.4), control = list(verbose = TRUE)) R说: parameter specification: support : 0.4 maxsize : 10 maxlen : 10

我目前正在使用R中的SPADE算法挖掘序列模式。 SPADE包含在R的arulesSequence包中。 我在CentOS 6.3 64位上运行R

为了锻炼身体, 我已经试过了一个例子

当我试着去做

cspade(x, parameter = list(support = 0.4), control = list(verbose = TRUE))
R说:

parameter specification:    
support : 0.4
maxsize :  10
maxlen  :  10

algorithmic control:     
bfstype : FALSE     
verbose :  TRUE
summary : FALSE

preprocessing ... 1 partition(s), 0 MB [0.096s]     
mining transactions ... 0 MB [0.066s]    
reading sequences ...Error in asMethod(object) : 's' is not an integer vector
当我试着在我的窗口上运行SPADE 7 32位时, 它运行良好,没有任何错误

有人知道为什么会发生这样的错误吗?

x包含x的结果