M
M
Mrtestskype2016-05-01 21:28:14
data mining
Mrtestskype, 2016-05-01 21:28:14

Are there written programs on the network for building association rules?

I know that there are programs (for example, rapid miner) that allow you to build association rules (a priori, fp-tree). But is it possible to find a small program written in C++ or C# by an ordinary person? And in terms of coding, is it hard to do?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Anatoly Scherbakov, 2016-05-02
@Altaisoft

I'm not sure what exactly you mean, since I'm just going to get acquainted with the subject area (rule bases and their resolution). However, I recently came across something similar: https://habrahabr.ru/post/280974/ (W!Mi) Maybe this is it.
There are also full-sized business rule systems (Business Rule Management System) and there are small libraries for using them (there are definitely several different ones in Python, but I don’t remember the names right off the bat).

S
Sergey Paramonov, 2016-06-02
@varagian

Far from easy, especially because they were once written in batches and bothered with performance, you can read about it here:
https://en.wikibooks.org/wiki/Data_Mining_Algorith... The
easiest way is to use the achievements of other people, for example:
https ://dtai.cs.kuleuven.be/CP4IM/miningzinc/
or take a ready-made algorithm from the shelf, in the spirit of Eclat

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question