Results 1 to 4 of 4
  1. #1
    Be Still is offline Novice
    Windows 10 Access 2016
    Join Date
    Mar 2017
    Posts
    1

    Apriori


    Can anyone tell me if it is possible to use Apriori Algorithm with Access? Can you write it in VBA?

  2. #2
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,521
    sql databases update all items at once. Theres no loop needed.

  3. #3
    HiTechCoach's Avatar
    HiTechCoach is offline MS MVP - Access Expert
    Windows 10 Access 2013 32bit
    Join Date
    Jul 2010
    Location
    Oklahoma, USA
    Posts
    702
    Quote Originally Posted by ranman256 View Post
    sql databases update all items at once. Theres no loop needed.
    What does that have to do with data mining?


    Apriori algorithm

    Apriori is an algorithm for frequent item set mining and association rule learning over transactional databases. It proceeds by identifying the frequent individual items in the database and extending them to larger and larger item sets as long as those item sets appear sufficiently often in the database.





  4. #4
    HiTechCoach's Avatar
    HiTechCoach is offline MS MVP - Access Expert
    Windows 10 Access 2013 32bit
    Join Date
    Jul 2010
    Location
    Oklahoma, USA
    Posts
    702
    Quote Originally Posted by Be Still View Post
    Can anyone tell me if it is possible to use Apriori Algorithm with Access? Can you write it in VBA?
    I have never tried it with Access but it should be possible to create a Apriori Algorithm for within Access.

    You have peek my curiosity. I am going to see what I can create for one of my Access applications that should benefit from this type of analysis..

    What type of associations are you looking for?

Please reply to this thread with any new information or opinions.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums