GithubHelp home page GithubHelp logo

flourishawk / generator_of_associative_rules Goto Github PK

View Code? Open in Web Editor NEW
3.0 1.0 0.0 50.98 MB

Analyze .CSV data by building associative rules using Apriori and FP-Growth algorithms

License: GNU General Public License v3.0

C# 100.00%
apriori-algorithm association-rules csv-format fp-growth-algorithm wpf-application

generator_of_associative_rules's Introduction

Logo

Technology Technology Technology

codebeat badge

About Assorule

This application allows you to generate association rules from .csv data using Apriori and FP-Growth algorithms.

Documentation

Input Data

Assorule works with transaction-type data, i.e., where the transaction id and product id are specified. The application supports both sparse data (the absence of products is indicated by 0) and regular data (the absence of a product is simply not recorded in any way). It is possible to work with a MySQL database if you have MySQLServer 8.0 installed and running accordingly. The application will simply convert the database to .csv data and process it in the usual way, so I recommend using .csv files for faster application operation.

The .csv format imposes its own syntactic restrictions, namely:

- the first line is a data header;
- transactions, in turn, can be formalized in two ways, for example

Initial Data

Regular Data

Separator symbols and array boundary symbols can be selected in the course of the program or removed altogether.

Export Data

The statistics of the application performance can be evaluated with the information provided at the end (number of steps, running time and number of rules). The associative rules can be found in the WpfApp1/Export folder in .csv format

generator_of_associative_rules's People

Contributors

flourishawk avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.