search for: reclat

Displaying 1 result from an estimated 1 matches for "reclat".

Did you mean: recla
2011 Jun 03
2
Arules: R Crashes when running eclat with tidLists=TRUE
...er=list(support=0.05, tidLists=FALSE)) # OK eclat(Adult, parameter=list(support=0.50, tidLists=TRUE)) # OK eclat(Adult, parameter=list(support=0.05, tidLists=TRUE)) # crashes I started to search the cause of the problem and figured out that the problem must be located in the external function reclat called in eclat.R using the source of the arules package: result <- .Call("reclat", ## transactions items at p, items at i, items at Dim, ## parameter parameter, control, data at itemInfo, PACKAGE = "arules"...