WASET
	@article{(Open Science Index):https://publications.waset.org/pdf/6340,
	  title     = { Mining Frequent Patterns with Functional Programming},
	  author    = {Nittaya Kerdprasop and  Kittisak Kerdprasop},
	  country	= {},
	  institution	= {},
	  abstract     = {Frequent patterns are patterns such as sets of features or items that appear in data frequently. Finding such frequent patterns has become an important data mining task because it reveals associations, correlations, and many other interesting relationships hidden in a dataset. Most of the proposed frequent pattern mining algorithms have been implemented with imperative programming languages such as C, Cµ, Java. The imperative paradigm is significantly inefficient when itemset is large and the frequent pattern is long. We suggest a high-level declarative style of programming using a functional language. Our supposition is that the problem of frequent pattern discovery can be efficiently and concisely implemented via a functional paradigm since pattern matching is a fundamental feature supported by most functional languages. Our frequent pattern mining implementation using the Haskell language confirms our hypothesis about conciseness of the program. The performance studies on speed and memory usage support our intuition on efficiency of functional language. },
	    journal   = {International Journal of Computer and Information Engineering},
	  volume    = {1},
	  number    = {1},
	  year      = {2007},
	  pages     = {124 - 129},
	  ee        = {https://publications.waset.org/pdf/6340},
	  url   	= {https://publications.waset.org/vol/1},
	  bibsource = {https://publications.waset.org/},
	  issn  	= {eISSN: 1307-6892},
	  publisher = {World Academy of Science, Engineering and Technology},
	  index 	= {Open Science Index 1, 2007},
	}