WASET
	@article{(Open Science Index):https://publications.waset.org/pdf/11662,
	  title     = {On Pattern-Based Programming towards the Discovery of Frequent Patterns},
	  author    = {Kittisak Kerdprasop and  Nittaya Kerdprasop},
	  country	= {},
	  institution	= {},
	  abstract     = {The problem of frequent pattern discovery is defined
as the process of searching for 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 database. Most of the proposed frequent pattern mining
algorithms have been implemented with imperative programming
languages. Such paradigm is inefficient when set of patterns is large
and the frequent pattern is long. We suggest a high-level declarative
style of programming apply to the problem of frequent pattern
discovery. We consider two languages: Haskell and Prolog. Our
intuitive idea is that the problem of finding frequent patterns should
be efficiently and concisely implemented via a declarative paradigm
since pattern matching is a fundamental feature supported by most
functional languages and Prolog. Our frequent pattern mining
implementation using the Haskell and Prolog languages confirms our
hypothesis about conciseness of the program. The comparative
performance studies on line-of-code, speed and memory usage of
declarative versus imperative programming have been reported in the
paper.},
	    journal   = {International Journal of Computer and Information Engineering},
	  volume    = {1},
	  number    = {11},
	  year      = {2007},
	  pages     = {3433 - 3438},
	  ee        = {https://publications.waset.org/pdf/11662},
	  url   	= {https://publications.waset.org/vol/11},
	  bibsource = {https://publications.waset.org/},
	  issn  	= {eISSN: 1307-6892},
	  publisher = {World Academy of Science, Engineering and Technology},
	  index 	= {Open Science Index 11, 2007},
	}