FP-Growth cannot processing

184 Views Asked by At

I have a problem processing the fp-growth algorithm on Rstudio this is my first time using R

I write code

FpgConf = rCBA :: fpgrowth (dataset, support = 0.1, confidence = 0.5, maxLength = 2, consequent = "Species", parallel = FALSE)

en then system responds like this

Error in dimnames (x) <- dn: length of 'dimnames' [2] not equal to array extent

please tell me how the solution sorry my english not good

this my data transactions

0

There are 0 best solutions below