A data mining library for finding tightly connected elements in a database using apriori algorithm and association rules.
Download by dotnet cli:
Install-Package FluentAssociation
- Inclusion of method GetReportItemSets(ushort quantity), that can generate reports with any quantity of itemSets.
- Change to 0 the MinSuport property default value in FluentAssociation instance.
Data instantiation and loading:
Or if it is a web application, include in Startup.cs:
Then just use one of the following methods to get a report that is basically a list of combinations of the different list elements along with Support and Confidence metrics:
- GetReport1ItemSets()
- GetReport2ItemSets()
- GetReport3ItemSets()
- GetReport4ItemSets()
- GetReportItemSets(ushort quantity)