I want to apply Apriori algorithm to XML document. In this regard, to provide input, I should convert XML data to transaction/matrix form to be acceptable by the algorithm (written both in C# and Java). So far, I’ve tried to convert XML to relational format and event into excel, but the problem remained unsolved. What's the best way to do that?
No comments:
Post a Comment