Book Image

Learning Data Mining with R

By : Bater Makhabel
Book Image

Learning Data Mining with R

By: Bater Makhabel

Overview of this book

<p>Being able to deal with the array of problems that you may encounter during complex statistical projects can be difficult. If you have only a basic knowledge of R, this book will provide you with the skills and knowledge to successfully create and customize the most popular data mining algorithms to overcome these difficulties.</p> <p>You will learn how to manipulate data with R using code snippets and be introduced to mining frequent patterns, association, and correlations while working with R programs. Discover how to write code for various predication models, stream data, and time-series data. You will also be introduced to solutions written in R based on RHadoop projects. You will finish this book feeling confident in your ability to know which data mining algorithm to apply in any situation.</p>
Table of Contents (19 chapters)
Learning Data Mining with R
Credits
About the Author
Acknowledgments
About the Reviewers
www.PacktPub.com
Preface
Algorithms and Data Structures
Index

Appendix A. Algorithms and Data Structures

Here is a list of algorithms related to association rules mining; it is only a small portion of the available algorithms, but it has proved to be effective:

Approach

Dataset

Sequential pattern mining

Sequential rule mining

Frequent itemset mining

Association rule mining

Apriori

Transaction

  

Yes

 

AprioriTid

Transaction

  

Yes

 

DHP (Direct Hashing and Pruning)

Transaction

  

Yes

 

FDM (Fast Distributed Mining of association rules)

Transaction

  

Yes

 

GSP (Generalized Sequential Patterns)

Sequence

Yes

   

DIC

Transaction

  

Yes

 

Pincer Search (the Pincer-search algorithm)

Transaction

  

Yes

 

CARMA (Continuous Association Rule Mining Algorithm)

Transaction

  

Yes

 

CHARM (Closed Association Rule Mining)

Transaction

  

Yes (closed)

 

Depth-project

Transaction

  

Yes (maximal)

 

Eclat

Transaction

  

Yes

 

SPAD

Sequence

Yes

   

SPAM

Sequence

Yes

   

Diffset

Transaction

  

Yes

 

FP-growth

Transaction

  

Yes

FP-growth

DSM-FI (Data Stream Mining for Frequent Itemsets)

Transaction

  

Yes

 

PRICES

Transaction

  

Yes

 

PrefixSpan

Sequence

Yes

   

Sporadic Rules

Transaction

   

Yes

IGB

Transaction

   

Yes

GenMax

Transaction

  

Yes (maximal)

 

FPMax (Frequent Maximal Item Set)

Transaction

  

Yes

 

FHARM (Fuzzy Healthy Association Rule Mining)

Transaction

  

Yes

 

H-Mine

Transaction

  

Yes

 

FHSAR

Transaction

   

Yes

Reverse Apriori

Transaction

  

Yes (maximal)

 

DTFIM

Transaction

  

Yes

 

GIT tree

Transaction

  

Yes

 

Scaling Apriori

Transaction

  

Yes

 

CMRules

Sequence

 

Yes

  

Minimum effort

Transaction

  

Yes (maximal)

 

TopSeqRules

Sequence

 

Yes

  

FPG ARM

Transaction

  

Yes

 

TNR

Transaction

   

Yes

ClaSP

Sequence

Yes (closed)