Association: Association [3] try to find out how various attributes of a database are related to each other.
Apriori algorithm [3] is one of the famous association algorithms.
It requires two values, support and confidence to find interesting patterns.
Association algorithms are not evaluated based on accuracy because they find every possible relation among the attributes of dataset, rather the evaluation criteria is efficiency.