/apriori

implementation of the apriori algorithm

Primary LanguageC#

Instructions

  • install the .NET Core SDK
  • execute dotnet build to restore dependencies and run the build
  • execute dotnet run in the Apriori directory to start the application

External sources

  • none