[SOLVED] RM Data input question (For Market Basket)

npiani
npiani New Altair Community Member
edited November 5 in Community Q&A
Hello there, Hello there, I posted this some time ago (in May I believe) but received no answer, so I'm trying again with some new data to see if I have better luck. It's a little more readable I believe

I was wondering if there is a way to input data in the following format for a RM Market Basket Analysis:          
MaskTankFinsWeightsDivComp
Mask270102501090
Tank102004013030
Fins250402802020
Weights101302013010
DivComp90302010120
I might be missing something obvious, but thank you in advance.

EDIT: There were 400 total transactions
Tagged:

Answers

  • MariusHelf
    MariusHelf New Altair Community Member
    Hi,

    no, that's not possible. Actually, our FP-Growth operator expects a transaction-based example set as input in the form

    TransactionID Mask Tank Fins Weights DivComp
    01  1  1  0  0  1
    02  0  0  0  1  1
    03  ...
    Best,
    Marius
  • npiani
    npiani New Altair Community Member
    That is what I thought, but wanted to make sure. Thank you for your help Marius.