The data-mining tag has no wiki summary.
2
votes
0answers
105 views
Does Mathematica support collaborative filtering and recommendation systems?
Does Mathematica support collaborative filtering and recommendation systems such as can be found in Apache Mahout?
I could not find any resources about advanced data mining techniques, beyond ...
1
vote
1answer
184 views
How can I create Arguments Maps with Mathematica's graph functions?
I am relatively new to Mathematica, and I would like to know how I could use it to represent an Argument Map, such as those that you generate on online tools such as http://debategraph.org.
The ...
4
votes
2answers
136 views
How to efficiently find multimap k-itemset frequency
I am doing this to learn association rules. The data d is in format {id, value}, for example:
...