The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
"Write out the results of FP-Growth"
I am using RM for text-mining. As my purpose is find out the Frequent-terms set in documents. I already be able to get the expected results. My process likes this:
(My CSV file are TF-IDF vector of documents)
Read CSV -> Numerical to Biominal -> FP Growth -> Results
However, now I want to write down the results (set of Frequent Itemsets) of FP Growth into a CSV file, in order to use that results for another work. Please help me to do that. Thank you much much
(My CSV file are TF-IDF vector of documents)
Read CSV -> Numerical to Biominal -> FP Growth -> Results
However, now I want to write down the results (set of Frequent Itemsets) of FP Growth into a CSV file, in order to use that results for another work. Please help me to do that. Thank you much much
Tagged:
0
Answers
unfortunately this isn't possible right within RapidMiner. But you can use the reporting extension to write it down into a HTML file.
Otherwise you would have to utilize the Script Operator or built your own extension to extract the data.
Greetings,
Sebastian