SlideShare a Scribd company logo
1 of 9
Download to read offline
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-6367(Print),
INTERNATIONAL JOURNAL OF COMPUTER ENGINEERING &
ISSN 0976 - 6375(Online), Volume 4, Issue 5, September - October (2013), © IAEME

TECHNOLOGY (IJCET)

ISSN 0976 – 6367(Print)
ISSN 0976 – 6375(Online)
Volume 4, Issue 5, September – October (2013), pp. 138-146
© IAEME: www.iaeme.com/ijcet.asp
Journal Impact Factor (2013): 6.1302 (Calculated by GISI)
www.jifactor.com

IJCET
©IAEME

AN EVOLUTIONARY FRAGMENT MINING APPROACH TO EXTRACT
STOCK MARKET BEHAVIOR FOR INVESTMENT PORTFOLIO
Rajesh V. Argiddi
Computer Science Department Walchand Institute of Technology Solapur, India
Sulabha S. Apte
Computer Science Department Walchand Institute of Technology Solapur, India

ABSTRACT
The approach stated in this paper mainly focuses on reducing the time and space complexity
involved in processing the stock data. We take the input data of Indian IT stock market apply our
technique named Fragment Based approach that works on the basis of common features among the
attributes and groups the data having similar behavior. This paper deals with analyzing the behavior
of the stock market data and based on this data predict the future trading of the stock market. We
consider some of the major and minor IT companies from BSE (Bombay Stock Exchange) and we
apply our algorithm and generate rules which help in predicting the future trading of the stock
market.
Keywords: Apriori; FITI; Fragment Based Mining, Stock Data.
I. INTRODUCTION
As the electronic data in this world is growing enormously, this large amount of data is stored
in data warehouse. Generating knowledge from this large amount of data is very tedious task for this
purpose a automated technique called as Data Mining is used, Data Mining also popularly known as
Knowledge Discovery in Databases (KDD). KDD refers to the nontrivial extraction of implicit,
previously unknown and potentially useful information from data in databases. While data mining and
knowledge discovery in databases (or KDD) are frequently treated as synonyms, data mining is
actually part of the knowledge discovery process. The following figure (Figure 1) shows data mining
as a step in an iterative knowledge discovery process. [1]

138
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-6367(Print),
ISSN 0976 - 6375(Online), Volume 4, Issue 5, September - October (2013), © IAEME

Figure 1: KDD Process
There are several major data mining techniques have been developed and used in data mining
projects recently including association, classification, clustering, prediction and sequential patterns.
Clustering is used to group similar item-sets while association is used to get generalized rules of
dependent variables. Useful item-sets can be obtained from huge trading data using these rules. [2]
Association mining, which is widely used for finding association rules in single and
multidimensional databases, can be classified into intra and inter transaction association mining. Intratransaction association refers to association in the same transaction; inter-transaction association
indicates association among different transactions [3]. Most contributions in association mining focus
on intra-transaction association also referred to traditional association mining. Inter-transaction
association mining was proposed in 2000 [3] and has a broad range of applications, though its basic
idea extends from intra-transaction association mining. [4]
Stock Prices are considered to be very dynamic and susceptible to quick changes because of
the underlying nature of the financial domain and in part because of the mix of known parameters
(Previous Day’s Closing Price, P/E Ratio etc) and unknown factors (like Election Results, Rumors
etc). [7]
In this research we have taken the original data sets of Bombay Stock Exchange (BSE) of
different companies such as Infosys, TCS, and Oracle etc from Yahoo Finance and try to find the
association among the large scale IT companies and Small scale IT companies.
In stock market in the same sector some of the companies may be inter dependent on each
other. Migration of projects from small scale to large scale companies may exist, so there may be a
relation such as small scale companies affects large scale companies and vice-versa. Our aim in this
research is to find such dependencies among different IT companies in the stock market and generate
their rules. If we succeed in evaluating such rules it will be very useful for the people who invest in
stock market.
Some experimental results shows that there is a strong relation between large and small scale
companies, we found that major of the times when the share value of large companies go high, small
scale companies shares also goes high and vice-versa.
Granule mining [4] finds interesting associations between granules in databases, where a
granule is a predicate that describes common features of a set of objects (e.g., records, or transactions)
for a selected set of attributes (or items). For example, a granule refers to a group of transactions that
have the same attribute values. Granule mining extends the idea of decision tables in rough set theory
into association mining. The attributes in an information table consist of condition attributes and
decision attributes, with users’ requirements.
As in granule mining, fragment based approach fragments the data sets into fragments for
processing thereby reducing the input size of data sets fed to the algorithm. In contrast to granule
139
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-6367(Print),
ISSN 0976 - 6375(Online), Volume 4, Issue 5, September - October (2013), © IAEME

mining, in fragment based mining the condition and decision attributes are summed for obtaining
generalized association rules.
II. RELATED WORK
In the previous research, different data warehouse systems presented different techniques to
support data mining; Ahmed et al. [9] presented the data warehouse backboned system integrated data
mining and OLAP techniques. This system makes use of a router to adopt the previous mining result
stored in the data warehouse, accordingly avoiding processing large amounts of the raw data. [8]
Both fundamentalists and technicians have developed certain techniques to predict prices from
financial news articles. In one model that tested the trading philosophies; LeBaron et. al. posited that
much can be learned from a simulated stock market with simulated traders (LeBaron, Arthur et al.
1999).
M. Chen, C. Huang, proposed a technique in data mining to group the customer order in
warehouse management system. This technique groups the data based on orders of customers and
store it in a proper order in the warehouse.
Wanzhong Yang also proposed one innovative technique to process the stock data named
Granule mining technique, which reduces the width of the transaction data and generates the
association rules. [4]
Our aim is to extend the work in this field and provide some basic abstractions (Fragments).
III. BACKGROUND
A. Apriori Algorithm
Developed by Agarwal and Srikant 1994 Innovative way to find association rules on large
scale, allowing implication outcomes that consist of more than one item, Based on minimum support
threshold.
Apriori is designed to operate on databases containing transactions (for example, collections
of items bought by customers, or details of a website frequentation).
The algorithm attempts to find subsets which are common to at least a minimum number C (the
cutoff, or confidence threshold) of the item-sets.
Apriori uses a “bottom up” approach, where frequent subsets are extended one item at a time a
step known as candidate generation, and groups of candidates are tested against the data. [10]
The algorithm terminates when no further successful extensions are found.
Apriori uses breadth-first search and a hash tree structure to count candidate item sets
efficiently.
B. FITI(First Intra then Inter)
The FITI algorithm [11] is based on the following property, a large inter-transaction item-set
must be made up of large intra-transaction item-sets, which means that for an item-set to be large in
inter-transaction association rule mining, it also has to be large using traditional intra-transaction rule
mining methods. By using this property, the complexity of the mining process can be reduced, and
mining inter-transaction association rules can be performed in a reasonable amount of time. First FITI
introduces a parameter called maxspan (or sliding window size), denoted w. This parameter is used in
the mining of association rules, and only rules spanning less than or equal to w transactions will be
mined.
Second, every sliding window in the database forms a mega transaction. A mega transaction in
a sliding window W is defined as the set of items W, appended with the sub window number of each
item. The items in the mega transactions are called extended items.
140
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-6367(Print),
ISSN 0976 - 6375(Online), Volume 4, Issue 5, September - October (2013), © IAEME

Txy is the set of mega transactions that contain the set of extended items X, Y, and Tx is the
set of mega transactions that contain X. The support of an inter-transaction association rule X=> Y is
then defined as”
Support = |Txy| /S, Confidence = |Txy|/|Tx|
IV. METHODOLOGY
There are some weaknesses in the previous FITI approaches such as time and space involved
in processing the data is more. In FITI approach it is difficult to process an information table with
many attributes and long intervals for inter transaction associations. This results into large amount of
time and cost in processing the data. [9]
Fragment based mining groups all the attributes once and performs the operation group wise
instead of single attribute, which results into more generalized rules.
TABLE I: INDIAN IT STOCK MARKET TRANSACTION TABLE
ID

Date

A1

A2

A3

B1

B2

B3

1

1/1/2011

142

729

118

816

2688

751

2

2/1/2011

141

719

117

802

2679

748

3

3/1/2011

139

719

112

788

2669

753

4

4/1/2011

135

699

111

790

2663

739

5

5/1/2011

124

699

109

764

2612

709

Let T= {ID1, ID2, ID3,….., IDn} be a transaction database as shown in the Table I. In this
table A1,A2,A3,B1,B2,and B3 are the shares from Indian IT Stock Market that represent KPIT,
Mphasis, MahiStyam, TCS, Infosys, and Wipro respectively.
Here A1, A2, A3 are the Small Scale Company share and B1, B2, B3 represent Large Scale
Company shares respectively. Based on the number of shares of the company i.e. on volume, the
company is decided as small or large scale.
Here share price refers only for the high price at the transaction data.
Here in this paper instead of considering open price we take high price as the stock price of the
day and check how efficiently this algorithm will work.
Our main aim is to reduce the size of the table and increase the performance.
TABLE II: SUM FUNCTION FOR SMALL SCALE ATTRIBUTES
Small Scale
ID
Date
A1
A2
A3
SUM
1
1/1/2011
142
729
118
989
2
2/1/2011
141
719
117
977
3
3/1/2011
139
730
112
981
4
4/1/2011
135
731
111
977
5
5/1/2011
130
730
120
980
In above Table II we add all the shares of the small scale companies and form one single SUM
function, i.e. it is the aggregation of all the shares of the small scale companies.
141
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-6367(Print),
ISSN 0976 - 6375(Online), Volume 4, Issue 5, September - October (2013), © IAEME

ID
1

TABLE III: SUM FUNCTION FOR LARGE SCALE ATTRIBUTES
Large Scale
Date
B1
B2
B3
SUM
1/1/2011
816
2688
751
4255

2

2/1/2011

802

2700

760

4262

3

3/1/2011

798

2701

770

4269

4

4/1/2011

800

2663

750

4213

5

5/1/2011

764

2612

709

4085

In above Table III we add all the shares of the large scale companies and form one single
SUM function, i.e. it is the aggregation of all the shares of the large scale companies.
TABLE IV: SMALL SCALE AND LARGE SCALE SUM
ID
Small Scale SUM
Large Scale SUM
1

989

4255

2

977

4262

3

981

4269

4

977

4213

5

980

4085

The fragment based approach divides the attributes into two tiers: Small Scale and Large Scale
SUM attributes. This innovation can largely reduce the number of extended item sets, therefore we
can largely reduce the number of extended item sets, therefore we can use large intervals for inter
transaction association mining in real application.
In above Table IV, ID1 represents transaction one and ID 2 represent the transaction two.
Let
be the differences for the attribute values among inter transactions. Assume 1, 0
illustrates the increase and decrease respectively.
Let ID1 be the difference between ID2 and ID1, where ID1=ID2-ID1. For Small Scale,
Small Scale1=Small Scale2-Small Scale1=1309-1281=28, because Small Scale>=0, therefore
Small Scale1=1, similarly Large Scale3=Large Scale4-Large Scale3=6361-6444=-83, as Large
Scale3<0, therefore Large Scale3=0. In this fashion we converted the above table 4 to Table 5.
TABLE V: CONVERTED TRANSACTION TABLE
ID
Small Scale SUM
Large Scale SUM
1
0
1
2
1
1
3
0
0
4
1
0
5
--Now according to our approach we will consider only those transactions whose both small
scale and large scale SUM is same i.e. both are 1, 1 or 0, 0 respectively.
142
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-6367(Print),
ISSN 0976 - 6375(Online), Volume 4, Issue 5, September - October (2013), © IAEME

TABLE VI: TRANSACTION ACCEPTING RULE
Input1
Input2
Transaction
1

1

Accept

1
0
0

0
1
0

Reject
Reject
Accept

So the original transaction Table I will get minimized as shown in the Table VII.
TABLE VII: FRAGMENTED TRANSACTION TABLE
ID

Date

A1

A2

A3

B1

B2

B3

2

2/1/2011

141

719

117

802

2679

748

3

3/1/2011

139

719

112

788

2669

753

V. EXPERIMENTS AND RESULTS
We collected the stock data from yahoo finance, we have collected last three years data i.e.
from 01/01/2008 to 31/12/2010.This huge amount of data we evaluate using both FITI and Fragment
Based approach. Compare both the algorithms and find how promising results are generated using the
Fragment based approach.
A. FITI Algorithm
Input Data:
ID

KPIT

Mphasis

MahiStym

TCS

Infosys

Wipro

1

0

1

0

1

0

0

2

0

0

1

1

1

1

3

0

1

1

1

1

0

4

0

0

1

0

1

1

5

1

0

0

1

1

1

.
.
.

.
.
.

.
.
.

731

1

0

0

1

0

1

732

1

1

1

1

1

1

733

0

0

1

1

1

1

143
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-6367(Print),
ISSN 0976 - 6375(Online), Volume 4, Issue 5, September - October (2013), © IAEME

Output Association Rules before applying Fragment Based Mining:
1. Infosys=1 Wipro=1 433 ==> TCS=1 363 conf:(0.84)
2. Wipro=1 556 ==> TCS=1 464

conf:(0.83)

3. TCS=1 567 ==> Wipro=1 464

conf:(0.82)

4. TCS=1 Infosys=1 448 ==> Wipro=1 363 conf:(0.81)
5. MahiStym=1 417 ==> Infosys=1 334

conf:(0.8)

6. TCS=1 567 ==> Infosys=1 448

conf:(0.79)

7. TCS=1 Wipro=1 464 ==> Infosys=1 363 conf:(0.78)
8. Wipro=1 556 ==> Infosys=1 433

conf:(0.78)

9. Infosys=1 576 ==> TCS=1 448

conf:(0.78)

10. Infosys=1 576 ==> Wipro=1 433

conf:(0.75)

The first association rule shows that Infosys, Wipro and TCS have .84 confidences, that if
Infosys and Wipro go high (↑) then TCS will also go high (↑).
And the 6th association rule shows that Mphasis and KPIT has .60 confidence, that if Mphasis
goes low (↓) then KPIT will also goes low (↓).
B. Fragment Based Approach
After applying the fragmentation rule we get the following minimized table. Now we apply
the Apriori on this processed data and find the association rules among the attributes.
Fragmented Input Data:
ID

KPIT

Mphasis

MahiStym

TCS

Infosys

Wipro

1

0

1

1

0

0

1

2

1

0

1

1

0

0

3

0

1

1

0

1

4

0

0

0

1

0

0

5

0

0

1

0

0

0

.
.
.

.
.
.

.
.
.

423

1

1

1

1

0

1

424

0

0

1

1

1

1

425

0

1

1

1

1

1

144
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-6367(Print),
ISSN 0976 - 6375(Online), Volume 4, Issue 5, September - October (2013), © IAEME

In Fragment Based Approach we can observe the input size of the processed data is reduced
from 733 rows to 425 rows, i.e. near about 40% data redundancy has been achieved. The rules
generated by Fragment based approach gives some promising results as compared to FITI approach.
Output Association Rules after applying Fragment Based Mining:
1. TCS=0 204 ==> Wipro=0 149

conf:(0.73)

2. Wipro=1 203 ==> TCS=1 148

conf:(0.73)

3. Mphasis=0 216 ==> Wipro=0 153

conf:(0.71)

4. Wipro=0 221 ==> Mphasis=0 153

conf:(0.69)

5. Wipro=1 203 ==> Mphasis=1 140

conf:(0.69)

6. TCS=1 220 ==> MahiStym=1 150

conf:(0.68)

7. Wipro=0 221 ==> TCS=0 149

conf:(0.67)

8. Mphasis=1 208 ==> Wipro=1 140

conf:(0.67)

9. TCS=1 220 ==> Wipro=1 148

conf:(0.67)

10. Wipro=1 203 ==> MahiStym=1 135

conf:(0.67)

The first association rule shows that TCS and Wipro have .73 confidences, that if TCS goes
low (↓) then Wipro will also go low (↓).
And the 6th association rule shows that TCS and MahiStym has .68 confidence, that if TCS
goes high (↑) then MahiStym will also goes high (↑).
VII. CONCLUSION
Here we take input as high values of the shares and applied or fragment based mining
algorithm and generate some useful rules which influences in the behavior of the stock market.
Considering high values of the shares into account we tried to find the fluctuation in the predictions of
the stock market. This fluctuation gives some prior changes in the evaluation of the predictions that
can be considered for recommending the future behavior of the stock market. In future we apply this
algorithm on many other sectors such as real estates, super market and mainly for business
intelligence and find how efficiently the rules can be generated for predictions.
REFERENCES
[1]
[2]
[3]

Osmar R.Zaiane, “Principles of Knowledge Discovery in Databases”, 1999.
Dattatray P.Gandhmal, Ranjeetsingh Parihar,and Rajesh Argiddi “An Optimized approach to
analyze stock market using data mining technique”, IJCA, ICETT 2011.
H. Lu, J. Han, and L. Feng (2000). "Beyond intratransaction association analysis: mining
multidimensional intertransaction association rules." ACM Transactions on Information
Systems 18(4): 423-454.
145
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-6367(Print),
ISSN 0976 - 6375(Online), Volume 4, Issue 5, September - October (2013), © IAEME

[4]
[5]

[6]
[7]
[8]

[9]
[10]

[11]
[12]
[13]

[14]

[15]

[16]

[17]

[18]

[19]

[20]

Wanzhong Yang, “Granule Based Knowledge Representation for Intra and Inter Transaction
Association Mining”, Queensland University of Technology, July 2009.
J. Dong and M. Han (2007). IFCIA: An Efficient Algorithm for Mining Intertransaction
Frequent Closed Item sets. The fourth international conference on fuzzy systems and
knowledge discovery, China.
Gebouw D, B-3590 Diepenbeek, Belgium “Building an Association Rules Framework to
Improve Product Assortment Decisions” 2004.
Eugene F. Fama “The Behavior of Stock Market Prices”, The Journal of Business, Jan 1965.
R. S. Monteiro, G. Zimbrão, H. Schwarz, B. Mitschang, and J. M. Souza (2005). "Building
the Data Warehouse of Frequent Itemsets in the DWFIST Approach.", Foundations of
Intelligent Systems 3488: 294-303.
Rajesh V. Argiddi, Sulabha S. Apte (2012) “Fragment Based Approach to Forecast
Association Rules from Indian IT Stock Transaction Data” IJCSIT, Vol 3(2), 3493-3497
K. M. Ahmed, N. M. El-Makky, and Y. Taha (1998). Effective data mining: a data
warehouse-backboned architecture. The 1998 conference of the Centre for Advanced Studies
on Collaborative research, Toronto.
Professor Lee “Apriori Algorithm Review for Finals” Spring 2007.
Ole Kristian Fivelstad “Temporal Text Mining” Norwegian University of Science and
Technology, June 2007.
M. Chen, C. Huang, H. Wu, M. Hsu, F. Hsu (2005). A Data Mining Technique to Grouping
Customer Orders in Warehouse Management System. The Fourth IEEE International
Workshop on Soft Computing as Tran disciplinary Science and Technology.
Sneha S.Menon and G.Hemalatha, “Survey on Transaction Reordering”, International Journal
of Computer Engineering & Technology (IJCET), Volume 1, Issue 2, 2010, pp. 97 - 105,
ISSN Print: 0976 – 6367, ISSN Online: 0976 – 6375.
Pratibha S. Yalagi and Dr. Sulabha S. Apte, “Exploiting Parallelism for a Java Code with an
Efficient Parallelization Technique”, International Journal of Computer Engineering &
Technology (IJCET), Volume 3, Issue 3, 2012, pp. 484 - 489, ISSN Print: 0976 – 6367,
ISSN Online: 0976 – 6375.
K. V. Sujatha and S. Meenakshi Sundaram, “Regression, Theil’s and MLP Forecasting
Models of Stock Index”, International Journal of Computer Engineering & Technology
(IJCET), Volume 1, Issue 1, 2010, pp. 82 - 91, ISSN Print: 0976 – 6367, ISSN Online:
0976 – 6375.
Dr. Naveeta Mehta and Shilpa Dang, “Dentification of Important Stock Investment Attributes
using Data Reduction Technique”, International Journal of Computer Engineering &
Technology (IJCET), Volume 3, Issue 2, 2012, pp. 188 - 195, ISSN Print: 0976 – 6367,
ISSN Online: 0976 – 6375.
R.Karthik and Dr.N.Kannan, “Impact of Foreign Direct Investment on Stock Market
Development: A Study with Reference to India”, International Journal of Management (IJM),
Volume 2, Issue 2, 2011, pp. 75 - 92, ISSN Print: 0976-6502, ISSN Online: 0976-6510.
Salim Y. Amdani, Dr. M. S. Ali and Anupama C. Giram, “Global Seek Optimization in RealTime Database Transactions: A New Approach”, International Journal of Computer
Engineering & Technology (IJCET), Volume 3, Issue 3, 2012, pp. 200 - 212, ISSN Print:
0976 – 6367, ISSN Online: 0976 – 6375.
Rajesh V. Argiddi and Sulabha S. Apte, “A Study of Association Rule Mining in Fragmented
Item-Sets for Prediction of Transactions Outcome in Stock Trading Systems”, International
Journal of Computer Engineering & Technology (IJCET), Volume 3, Issue 2, 2012,
pp. 478 - 486, ISSN Print: 0976 – 6367, ISSN Online: 0976 – 6375.

146

More Related Content

What's hot

Mayer_R_212017705
Mayer_R_212017705Mayer_R_212017705
Mayer_R_212017705Ryno Mayer
 
The International Journal of Engineering and Science
The International Journal of Engineering and ScienceThe International Journal of Engineering and Science
The International Journal of Engineering and Sciencetheijes
 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)IJERD Editor
 
The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)theijes
 
Review Over Sequential Rule Mining
Review Over Sequential Rule MiningReview Over Sequential Rule Mining
Review Over Sequential Rule Miningijsrd.com
 
A model for profit pattern mining based on genetic algorithm
A model for profit pattern mining based on genetic algorithmA model for profit pattern mining based on genetic algorithm
A model for profit pattern mining based on genetic algorithmeSAT Journals
 
An Efficient and Scalable UP-Growth Algorithm with Optimized Threshold (min_u...
An Efficient and Scalable UP-Growth Algorithm with Optimized Threshold (min_u...An Efficient and Scalable UP-Growth Algorithm with Optimized Threshold (min_u...
An Efficient and Scalable UP-Growth Algorithm with Optimized Threshold (min_u...IRJET Journal
 
CLOHUI: AN EFFICIENT ALGORITHM FOR MINING CLOSED + HIGH UTILITY ITEMSETS FROM...
CLOHUI: AN EFFICIENT ALGORITHM FOR MINING CLOSED + HIGH UTILITY ITEMSETS FROM...CLOHUI: AN EFFICIENT ALGORITHM FOR MINING CLOSED + HIGH UTILITY ITEMSETS FROM...
CLOHUI: AN EFFICIENT ALGORITHM FOR MINING CLOSED + HIGH UTILITY ITEMSETS FROM...ijcsit
 
Re-Mining Item Associations: Methodology and a Case Study in Apparel Retailing
Re-Mining Item Associations: Methodology and a Case Study in Apparel RetailingRe-Mining Item Associations: Methodology and a Case Study in Apparel Retailing
Re-Mining Item Associations: Methodology and a Case Study in Apparel Retailingertekg
 
A Survey on Features and Techniques Description for Privacy of Sensitive Info...
A Survey on Features and Techniques Description for Privacy of Sensitive Info...A Survey on Features and Techniques Description for Privacy of Sensitive Info...
A Survey on Features and Techniques Description for Privacy of Sensitive Info...IRJET Journal
 
A NOVEL APPROACH TO MINE FREQUENT PATTERNS FROM LARGE VOLUME OF DATASET USING...
A NOVEL APPROACH TO MINE FREQUENT PATTERNS FROM LARGE VOLUME OF DATASET USING...A NOVEL APPROACH TO MINE FREQUENT PATTERNS FROM LARGE VOLUME OF DATASET USING...
A NOVEL APPROACH TO MINE FREQUENT PATTERNS FROM LARGE VOLUME OF DATASET USING...IAEME Publication
 
NEW ALGORITHM FOR SENSITIVE RULE HIDING USING DATA DISTORTION TECHNIQUE
NEW ALGORITHM FOR SENSITIVE RULE HIDING USING DATA DISTORTION TECHNIQUENEW ALGORITHM FOR SENSITIVE RULE HIDING USING DATA DISTORTION TECHNIQUE
NEW ALGORITHM FOR SENSITIVE RULE HIDING USING DATA DISTORTION TECHNIQUEcscpconf
 

What's hot (16)

Mayer_R_212017705
Mayer_R_212017705Mayer_R_212017705
Mayer_R_212017705
 
Dy33753757
Dy33753757Dy33753757
Dy33753757
 
The International Journal of Engineering and Science
The International Journal of Engineering and ScienceThe International Journal of Engineering and Science
The International Journal of Engineering and Science
 
Ijtra130516
Ijtra130516Ijtra130516
Ijtra130516
 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)
 
The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)
 
Review Over Sequential Rule Mining
Review Over Sequential Rule MiningReview Over Sequential Rule Mining
Review Over Sequential Rule Mining
 
A model for profit pattern mining based on genetic algorithm
A model for profit pattern mining based on genetic algorithmA model for profit pattern mining based on genetic algorithm
A model for profit pattern mining based on genetic algorithm
 
Ijcatr04051004
Ijcatr04051004Ijcatr04051004
Ijcatr04051004
 
Ijcet 06 06_003
Ijcet 06 06_003Ijcet 06 06_003
Ijcet 06 06_003
 
An Efficient and Scalable UP-Growth Algorithm with Optimized Threshold (min_u...
An Efficient and Scalable UP-Growth Algorithm with Optimized Threshold (min_u...An Efficient and Scalable UP-Growth Algorithm with Optimized Threshold (min_u...
An Efficient and Scalable UP-Growth Algorithm with Optimized Threshold (min_u...
 
CLOHUI: AN EFFICIENT ALGORITHM FOR MINING CLOSED + HIGH UTILITY ITEMSETS FROM...
CLOHUI: AN EFFICIENT ALGORITHM FOR MINING CLOSED + HIGH UTILITY ITEMSETS FROM...CLOHUI: AN EFFICIENT ALGORITHM FOR MINING CLOSED + HIGH UTILITY ITEMSETS FROM...
CLOHUI: AN EFFICIENT ALGORITHM FOR MINING CLOSED + HIGH UTILITY ITEMSETS FROM...
 
Re-Mining Item Associations: Methodology and a Case Study in Apparel Retailing
Re-Mining Item Associations: Methodology and a Case Study in Apparel RetailingRe-Mining Item Associations: Methodology and a Case Study in Apparel Retailing
Re-Mining Item Associations: Methodology and a Case Study in Apparel Retailing
 
A Survey on Features and Techniques Description for Privacy of Sensitive Info...
A Survey on Features and Techniques Description for Privacy of Sensitive Info...A Survey on Features and Techniques Description for Privacy of Sensitive Info...
A Survey on Features and Techniques Description for Privacy of Sensitive Info...
 
A NOVEL APPROACH TO MINE FREQUENT PATTERNS FROM LARGE VOLUME OF DATASET USING...
A NOVEL APPROACH TO MINE FREQUENT PATTERNS FROM LARGE VOLUME OF DATASET USING...A NOVEL APPROACH TO MINE FREQUENT PATTERNS FROM LARGE VOLUME OF DATASET USING...
A NOVEL APPROACH TO MINE FREQUENT PATTERNS FROM LARGE VOLUME OF DATASET USING...
 
NEW ALGORITHM FOR SENSITIVE RULE HIDING USING DATA DISTORTION TECHNIQUE
NEW ALGORITHM FOR SENSITIVE RULE HIDING USING DATA DISTORTION TECHNIQUENEW ALGORITHM FOR SENSITIVE RULE HIDING USING DATA DISTORTION TECHNIQUE
NEW ALGORITHM FOR SENSITIVE RULE HIDING USING DATA DISTORTION TECHNIQUE
 

Viewers also liked (9)

50120140502017
5012014050201750120140502017
50120140502017
 
30420140501002
3042014050100230420140501002
30420140501002
 
50120130405009
5012013040500950120130405009
50120130405009
 
20120140503001
2012014050300120120140503001
20120140503001
 
10120130405012
1012013040501210120130405012
10120130405012
 
30120140502014
3012014050201430120140502014
30120140502014
 
10120140501012
1012014050101210120140501012
10120140501012
 
40120140502010
4012014050201040120140502010
40120140502010
 
30120140502004 2
30120140502004 230120140502004 2
30120140502004 2
 

Similar to 50120130405016 2

Association Rule Hiding using Hash Tree
Association Rule Hiding using Hash TreeAssociation Rule Hiding using Hash Tree
Association Rule Hiding using Hash Treeijtsrd
 
Patent data clustering a measuring unit for innovators
Patent data clustering a measuring unit for innovatorsPatent data clustering a measuring unit for innovators
Patent data clustering a measuring unit for innovatorsiaemedu
 
Patent data clustering a measuring unit for innovators
Patent data clustering a measuring unit for innovatorsPatent data clustering a measuring unit for innovators
Patent data clustering a measuring unit for innovatorsIAEME Publication
 
Patent data clustering a measuring unit for innovators
Patent data clustering a measuring unit for innovatorsPatent data clustering a measuring unit for innovators
Patent data clustering a measuring unit for innovatorsiaemedu
 
Ijsrdv1 i2039
Ijsrdv1 i2039Ijsrdv1 i2039
Ijsrdv1 i2039ijsrd.com
 
PATTERN DISCOVERY FOR MULTIPLE DATA SOURCES BASED ON ITEM RANK
PATTERN DISCOVERY FOR MULTIPLE DATA SOURCES BASED ON ITEM RANKPATTERN DISCOVERY FOR MULTIPLE DATA SOURCES BASED ON ITEM RANK
PATTERN DISCOVERY FOR MULTIPLE DATA SOURCES BASED ON ITEM RANKIJDKP
 
Data Mining For Supermarket Sale Analysis Using Association Rule
Data Mining For Supermarket Sale Analysis Using Association RuleData Mining For Supermarket Sale Analysis Using Association Rule
Data Mining For Supermarket Sale Analysis Using Association Ruleijtsrd
 
COMPARATIVE STUDY OF DISTRIBUTED FREQUENT PATTERN MINING ALGORITHMS FOR BIG S...
COMPARATIVE STUDY OF DISTRIBUTED FREQUENT PATTERN MINING ALGORITHMS FOR BIG S...COMPARATIVE STUDY OF DISTRIBUTED FREQUENT PATTERN MINING ALGORITHMS FOR BIG S...
COMPARATIVE STUDY OF DISTRIBUTED FREQUENT PATTERN MINING ALGORITHMS FOR BIG S...IAEME Publication
 
Comparative study of frequent item set in data mining
Comparative study of frequent item set in data miningComparative study of frequent item set in data mining
Comparative study of frequent item set in data miningijpla
 
IRJET- Classification of Pattern Storage System and Analysis of Online Shoppi...
IRJET- Classification of Pattern Storage System and Analysis of Online Shoppi...IRJET- Classification of Pattern Storage System and Analysis of Online Shoppi...
IRJET- Classification of Pattern Storage System and Analysis of Online Shoppi...IRJET Journal
 
REVIEW: Frequent Pattern Mining Techniques
REVIEW: Frequent Pattern Mining TechniquesREVIEW: Frequent Pattern Mining Techniques
REVIEW: Frequent Pattern Mining TechniquesEditor IJMTER
 
A Quantified Approach for large Dataset Compression in Association Mining
A Quantified Approach for large Dataset Compression in Association MiningA Quantified Approach for large Dataset Compression in Association Mining
A Quantified Approach for large Dataset Compression in Association MiningIOSR Journals
 
A comparative study on different types of effective methods in text mining
A comparative study on different types of effective methods in text miningA comparative study on different types of effective methods in text mining
A comparative study on different types of effective methods in text miningIAEME Publication
 
Multiple Minimum Support Implementations with Dynamic Matrix Apriori Algorith...
Multiple Minimum Support Implementations with Dynamic Matrix Apriori Algorith...Multiple Minimum Support Implementations with Dynamic Matrix Apriori Algorith...
Multiple Minimum Support Implementations with Dynamic Matrix Apriori Algorith...ijsrd.com
 

Similar to 50120130405016 2 (20)

Association Rule Hiding using Hash Tree
Association Rule Hiding using Hash TreeAssociation Rule Hiding using Hash Tree
Association Rule Hiding using Hash Tree
 
Study on Positive and Negative Rule Based Mining Techniques for E-Commerce Ap...
Study on Positive and Negative Rule Based Mining Techniques for E-Commerce Ap...Study on Positive and Negative Rule Based Mining Techniques for E-Commerce Ap...
Study on Positive and Negative Rule Based Mining Techniques for E-Commerce Ap...
 
Patent data clustering a measuring unit for innovators
Patent data clustering a measuring unit for innovatorsPatent data clustering a measuring unit for innovators
Patent data clustering a measuring unit for innovators
 
Patent data clustering a measuring unit for innovators
Patent data clustering a measuring unit for innovatorsPatent data clustering a measuring unit for innovators
Patent data clustering a measuring unit for innovators
 
Patent data clustering a measuring unit for innovators
Patent data clustering a measuring unit for innovatorsPatent data clustering a measuring unit for innovators
Patent data clustering a measuring unit for innovators
 
Ijsrdv1 i2039
Ijsrdv1 i2039Ijsrdv1 i2039
Ijsrdv1 i2039
 
Efficient Temporal Association Rule Mining
Efficient Temporal Association Rule MiningEfficient Temporal Association Rule Mining
Efficient Temporal Association Rule Mining
 
A04010105
A04010105A04010105
A04010105
 
H044063843
H044063843H044063843
H044063843
 
PATTERN DISCOVERY FOR MULTIPLE DATA SOURCES BASED ON ITEM RANK
PATTERN DISCOVERY FOR MULTIPLE DATA SOURCES BASED ON ITEM RANKPATTERN DISCOVERY FOR MULTIPLE DATA SOURCES BASED ON ITEM RANK
PATTERN DISCOVERY FOR MULTIPLE DATA SOURCES BASED ON ITEM RANK
 
Data Mining For Supermarket Sale Analysis Using Association Rule
Data Mining For Supermarket Sale Analysis Using Association RuleData Mining For Supermarket Sale Analysis Using Association Rule
Data Mining For Supermarket Sale Analysis Using Association Rule
 
COMPARATIVE STUDY OF DISTRIBUTED FREQUENT PATTERN MINING ALGORITHMS FOR BIG S...
COMPARATIVE STUDY OF DISTRIBUTED FREQUENT PATTERN MINING ALGORITHMS FOR BIG S...COMPARATIVE STUDY OF DISTRIBUTED FREQUENT PATTERN MINING ALGORITHMS FOR BIG S...
COMPARATIVE STUDY OF DISTRIBUTED FREQUENT PATTERN MINING ALGORITHMS FOR BIG S...
 
Comparative study of frequent item set in data mining
Comparative study of frequent item set in data miningComparative study of frequent item set in data mining
Comparative study of frequent item set in data mining
 
IRJET- Classification of Pattern Storage System and Analysis of Online Shoppi...
IRJET- Classification of Pattern Storage System and Analysis of Online Shoppi...IRJET- Classification of Pattern Storage System and Analysis of Online Shoppi...
IRJET- Classification of Pattern Storage System and Analysis of Online Shoppi...
 
REVIEW: Frequent Pattern Mining Techniques
REVIEW: Frequent Pattern Mining TechniquesREVIEW: Frequent Pattern Mining Techniques
REVIEW: Frequent Pattern Mining Techniques
 
A Quantified Approach for large Dataset Compression in Association Mining
A Quantified Approach for large Dataset Compression in Association MiningA Quantified Approach for large Dataset Compression in Association Mining
A Quantified Approach for large Dataset Compression in Association Mining
 
Ijariie1129
Ijariie1129Ijariie1129
Ijariie1129
 
A comparative study on different types of effective methods in text mining
A comparative study on different types of effective methods in text miningA comparative study on different types of effective methods in text mining
A comparative study on different types of effective methods in text mining
 
Multiple Minimum Support Implementations with Dynamic Matrix Apriori Algorith...
Multiple Minimum Support Implementations with Dynamic Matrix Apriori Algorith...Multiple Minimum Support Implementations with Dynamic Matrix Apriori Algorith...
Multiple Minimum Support Implementations with Dynamic Matrix Apriori Algorith...
 
Ijetcas14 409
Ijetcas14 409Ijetcas14 409
Ijetcas14 409
 

More from IAEME Publication

IAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME Publication
 
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...IAEME Publication
 
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSA STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSIAEME Publication
 
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSBROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSIAEME Publication
 
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSDETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSIAEME Publication
 
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSIAEME Publication
 
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOVOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOIAEME Publication
 
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IAEME Publication
 
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYVISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYIAEME Publication
 
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...IAEME Publication
 
GANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEGANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEIAEME Publication
 
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...IAEME Publication
 
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...IAEME Publication
 
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...IAEME Publication
 
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...IAEME Publication
 
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...IAEME Publication
 
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...IAEME Publication
 
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...IAEME Publication
 
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...IAEME Publication
 
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTA MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTIAEME Publication
 

More from IAEME Publication (20)

IAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdf
 
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
 
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSA STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
 
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSBROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
 
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSDETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
 
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
 
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOVOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
 
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
 
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYVISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
 
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
 
GANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEGANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICE
 
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
 
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
 
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
 
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
 
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
 
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
 
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
 
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
 
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTA MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
 

Recently uploaded

Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Allon Mureinik
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024Scott Keck-Warren
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphNeo4j
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Alan Dix
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
Azure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAzure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAndikSusilo4
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitecturePixlogix Infotech
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 
Snow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter RoadsSnow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter RoadsHyundai Motor Group
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticscarlostorres15106
 
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptxMaking_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptxnull - The Open Security Community
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 

Recently uploaded (20)

Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food Manufacturing
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping Elbows
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
Azure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAzure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & Application
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC Architecture
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 
Snow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter RoadsSnow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter Roads
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
 
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptxMaking_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
The transition to renewables in India.pdf
The transition to renewables in India.pdfThe transition to renewables in India.pdf
The transition to renewables in India.pdf
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 

50120130405016 2

  • 1. International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-6367(Print), INTERNATIONAL JOURNAL OF COMPUTER ENGINEERING & ISSN 0976 - 6375(Online), Volume 4, Issue 5, September - October (2013), © IAEME TECHNOLOGY (IJCET) ISSN 0976 – 6367(Print) ISSN 0976 – 6375(Online) Volume 4, Issue 5, September – October (2013), pp. 138-146 © IAEME: www.iaeme.com/ijcet.asp Journal Impact Factor (2013): 6.1302 (Calculated by GISI) www.jifactor.com IJCET ©IAEME AN EVOLUTIONARY FRAGMENT MINING APPROACH TO EXTRACT STOCK MARKET BEHAVIOR FOR INVESTMENT PORTFOLIO Rajesh V. Argiddi Computer Science Department Walchand Institute of Technology Solapur, India Sulabha S. Apte Computer Science Department Walchand Institute of Technology Solapur, India ABSTRACT The approach stated in this paper mainly focuses on reducing the time and space complexity involved in processing the stock data. We take the input data of Indian IT stock market apply our technique named Fragment Based approach that works on the basis of common features among the attributes and groups the data having similar behavior. This paper deals with analyzing the behavior of the stock market data and based on this data predict the future trading of the stock market. We consider some of the major and minor IT companies from BSE (Bombay Stock Exchange) and we apply our algorithm and generate rules which help in predicting the future trading of the stock market. Keywords: Apriori; FITI; Fragment Based Mining, Stock Data. I. INTRODUCTION As the electronic data in this world is growing enormously, this large amount of data is stored in data warehouse. Generating knowledge from this large amount of data is very tedious task for this purpose a automated technique called as Data Mining is used, Data Mining also popularly known as Knowledge Discovery in Databases (KDD). KDD refers to the nontrivial extraction of implicit, previously unknown and potentially useful information from data in databases. While data mining and knowledge discovery in databases (or KDD) are frequently treated as synonyms, data mining is actually part of the knowledge discovery process. The following figure (Figure 1) shows data mining as a step in an iterative knowledge discovery process. [1] 138
  • 2. International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-6367(Print), ISSN 0976 - 6375(Online), Volume 4, Issue 5, September - October (2013), © IAEME Figure 1: KDD Process There are several major data mining techniques have been developed and used in data mining projects recently including association, classification, clustering, prediction and sequential patterns. Clustering is used to group similar item-sets while association is used to get generalized rules of dependent variables. Useful item-sets can be obtained from huge trading data using these rules. [2] Association mining, which is widely used for finding association rules in single and multidimensional databases, can be classified into intra and inter transaction association mining. Intratransaction association refers to association in the same transaction; inter-transaction association indicates association among different transactions [3]. Most contributions in association mining focus on intra-transaction association also referred to traditional association mining. Inter-transaction association mining was proposed in 2000 [3] and has a broad range of applications, though its basic idea extends from intra-transaction association mining. [4] Stock Prices are considered to be very dynamic and susceptible to quick changes because of the underlying nature of the financial domain and in part because of the mix of known parameters (Previous Day’s Closing Price, P/E Ratio etc) and unknown factors (like Election Results, Rumors etc). [7] In this research we have taken the original data sets of Bombay Stock Exchange (BSE) of different companies such as Infosys, TCS, and Oracle etc from Yahoo Finance and try to find the association among the large scale IT companies and Small scale IT companies. In stock market in the same sector some of the companies may be inter dependent on each other. Migration of projects from small scale to large scale companies may exist, so there may be a relation such as small scale companies affects large scale companies and vice-versa. Our aim in this research is to find such dependencies among different IT companies in the stock market and generate their rules. If we succeed in evaluating such rules it will be very useful for the people who invest in stock market. Some experimental results shows that there is a strong relation between large and small scale companies, we found that major of the times when the share value of large companies go high, small scale companies shares also goes high and vice-versa. Granule mining [4] finds interesting associations between granules in databases, where a granule is a predicate that describes common features of a set of objects (e.g., records, or transactions) for a selected set of attributes (or items). For example, a granule refers to a group of transactions that have the same attribute values. Granule mining extends the idea of decision tables in rough set theory into association mining. The attributes in an information table consist of condition attributes and decision attributes, with users’ requirements. As in granule mining, fragment based approach fragments the data sets into fragments for processing thereby reducing the input size of data sets fed to the algorithm. In contrast to granule 139
  • 3. International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-6367(Print), ISSN 0976 - 6375(Online), Volume 4, Issue 5, September - October (2013), © IAEME mining, in fragment based mining the condition and decision attributes are summed for obtaining generalized association rules. II. RELATED WORK In the previous research, different data warehouse systems presented different techniques to support data mining; Ahmed et al. [9] presented the data warehouse backboned system integrated data mining and OLAP techniques. This system makes use of a router to adopt the previous mining result stored in the data warehouse, accordingly avoiding processing large amounts of the raw data. [8] Both fundamentalists and technicians have developed certain techniques to predict prices from financial news articles. In one model that tested the trading philosophies; LeBaron et. al. posited that much can be learned from a simulated stock market with simulated traders (LeBaron, Arthur et al. 1999). M. Chen, C. Huang, proposed a technique in data mining to group the customer order in warehouse management system. This technique groups the data based on orders of customers and store it in a proper order in the warehouse. Wanzhong Yang also proposed one innovative technique to process the stock data named Granule mining technique, which reduces the width of the transaction data and generates the association rules. [4] Our aim is to extend the work in this field and provide some basic abstractions (Fragments). III. BACKGROUND A. Apriori Algorithm Developed by Agarwal and Srikant 1994 Innovative way to find association rules on large scale, allowing implication outcomes that consist of more than one item, Based on minimum support threshold. Apriori is designed to operate on databases containing transactions (for example, collections of items bought by customers, or details of a website frequentation). The algorithm attempts to find subsets which are common to at least a minimum number C (the cutoff, or confidence threshold) of the item-sets. Apriori uses a “bottom up” approach, where frequent subsets are extended one item at a time a step known as candidate generation, and groups of candidates are tested against the data. [10] The algorithm terminates when no further successful extensions are found. Apriori uses breadth-first search and a hash tree structure to count candidate item sets efficiently. B. FITI(First Intra then Inter) The FITI algorithm [11] is based on the following property, a large inter-transaction item-set must be made up of large intra-transaction item-sets, which means that for an item-set to be large in inter-transaction association rule mining, it also has to be large using traditional intra-transaction rule mining methods. By using this property, the complexity of the mining process can be reduced, and mining inter-transaction association rules can be performed in a reasonable amount of time. First FITI introduces a parameter called maxspan (or sliding window size), denoted w. This parameter is used in the mining of association rules, and only rules spanning less than or equal to w transactions will be mined. Second, every sliding window in the database forms a mega transaction. A mega transaction in a sliding window W is defined as the set of items W, appended with the sub window number of each item. The items in the mega transactions are called extended items. 140
  • 4. International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-6367(Print), ISSN 0976 - 6375(Online), Volume 4, Issue 5, September - October (2013), © IAEME Txy is the set of mega transactions that contain the set of extended items X, Y, and Tx is the set of mega transactions that contain X. The support of an inter-transaction association rule X=> Y is then defined as” Support = |Txy| /S, Confidence = |Txy|/|Tx| IV. METHODOLOGY There are some weaknesses in the previous FITI approaches such as time and space involved in processing the data is more. In FITI approach it is difficult to process an information table with many attributes and long intervals for inter transaction associations. This results into large amount of time and cost in processing the data. [9] Fragment based mining groups all the attributes once and performs the operation group wise instead of single attribute, which results into more generalized rules. TABLE I: INDIAN IT STOCK MARKET TRANSACTION TABLE ID Date A1 A2 A3 B1 B2 B3 1 1/1/2011 142 729 118 816 2688 751 2 2/1/2011 141 719 117 802 2679 748 3 3/1/2011 139 719 112 788 2669 753 4 4/1/2011 135 699 111 790 2663 739 5 5/1/2011 124 699 109 764 2612 709 Let T= {ID1, ID2, ID3,….., IDn} be a transaction database as shown in the Table I. In this table A1,A2,A3,B1,B2,and B3 are the shares from Indian IT Stock Market that represent KPIT, Mphasis, MahiStyam, TCS, Infosys, and Wipro respectively. Here A1, A2, A3 are the Small Scale Company share and B1, B2, B3 represent Large Scale Company shares respectively. Based on the number of shares of the company i.e. on volume, the company is decided as small or large scale. Here share price refers only for the high price at the transaction data. Here in this paper instead of considering open price we take high price as the stock price of the day and check how efficiently this algorithm will work. Our main aim is to reduce the size of the table and increase the performance. TABLE II: SUM FUNCTION FOR SMALL SCALE ATTRIBUTES Small Scale ID Date A1 A2 A3 SUM 1 1/1/2011 142 729 118 989 2 2/1/2011 141 719 117 977 3 3/1/2011 139 730 112 981 4 4/1/2011 135 731 111 977 5 5/1/2011 130 730 120 980 In above Table II we add all the shares of the small scale companies and form one single SUM function, i.e. it is the aggregation of all the shares of the small scale companies. 141
  • 5. International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-6367(Print), ISSN 0976 - 6375(Online), Volume 4, Issue 5, September - October (2013), © IAEME ID 1 TABLE III: SUM FUNCTION FOR LARGE SCALE ATTRIBUTES Large Scale Date B1 B2 B3 SUM 1/1/2011 816 2688 751 4255 2 2/1/2011 802 2700 760 4262 3 3/1/2011 798 2701 770 4269 4 4/1/2011 800 2663 750 4213 5 5/1/2011 764 2612 709 4085 In above Table III we add all the shares of the large scale companies and form one single SUM function, i.e. it is the aggregation of all the shares of the large scale companies. TABLE IV: SMALL SCALE AND LARGE SCALE SUM ID Small Scale SUM Large Scale SUM 1 989 4255 2 977 4262 3 981 4269 4 977 4213 5 980 4085 The fragment based approach divides the attributes into two tiers: Small Scale and Large Scale SUM attributes. This innovation can largely reduce the number of extended item sets, therefore we can largely reduce the number of extended item sets, therefore we can use large intervals for inter transaction association mining in real application. In above Table IV, ID1 represents transaction one and ID 2 represent the transaction two. Let be the differences for the attribute values among inter transactions. Assume 1, 0 illustrates the increase and decrease respectively. Let ID1 be the difference between ID2 and ID1, where ID1=ID2-ID1. For Small Scale, Small Scale1=Small Scale2-Small Scale1=1309-1281=28, because Small Scale>=0, therefore Small Scale1=1, similarly Large Scale3=Large Scale4-Large Scale3=6361-6444=-83, as Large Scale3<0, therefore Large Scale3=0. In this fashion we converted the above table 4 to Table 5. TABLE V: CONVERTED TRANSACTION TABLE ID Small Scale SUM Large Scale SUM 1 0 1 2 1 1 3 0 0 4 1 0 5 --Now according to our approach we will consider only those transactions whose both small scale and large scale SUM is same i.e. both are 1, 1 or 0, 0 respectively. 142
  • 6. International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-6367(Print), ISSN 0976 - 6375(Online), Volume 4, Issue 5, September - October (2013), © IAEME TABLE VI: TRANSACTION ACCEPTING RULE Input1 Input2 Transaction 1 1 Accept 1 0 0 0 1 0 Reject Reject Accept So the original transaction Table I will get minimized as shown in the Table VII. TABLE VII: FRAGMENTED TRANSACTION TABLE ID Date A1 A2 A3 B1 B2 B3 2 2/1/2011 141 719 117 802 2679 748 3 3/1/2011 139 719 112 788 2669 753 V. EXPERIMENTS AND RESULTS We collected the stock data from yahoo finance, we have collected last three years data i.e. from 01/01/2008 to 31/12/2010.This huge amount of data we evaluate using both FITI and Fragment Based approach. Compare both the algorithms and find how promising results are generated using the Fragment based approach. A. FITI Algorithm Input Data: ID KPIT Mphasis MahiStym TCS Infosys Wipro 1 0 1 0 1 0 0 2 0 0 1 1 1 1 3 0 1 1 1 1 0 4 0 0 1 0 1 1 5 1 0 0 1 1 1 . . . . . . . . . 731 1 0 0 1 0 1 732 1 1 1 1 1 1 733 0 0 1 1 1 1 143
  • 7. International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-6367(Print), ISSN 0976 - 6375(Online), Volume 4, Issue 5, September - October (2013), © IAEME Output Association Rules before applying Fragment Based Mining: 1. Infosys=1 Wipro=1 433 ==> TCS=1 363 conf:(0.84) 2. Wipro=1 556 ==> TCS=1 464 conf:(0.83) 3. TCS=1 567 ==> Wipro=1 464 conf:(0.82) 4. TCS=1 Infosys=1 448 ==> Wipro=1 363 conf:(0.81) 5. MahiStym=1 417 ==> Infosys=1 334 conf:(0.8) 6. TCS=1 567 ==> Infosys=1 448 conf:(0.79) 7. TCS=1 Wipro=1 464 ==> Infosys=1 363 conf:(0.78) 8. Wipro=1 556 ==> Infosys=1 433 conf:(0.78) 9. Infosys=1 576 ==> TCS=1 448 conf:(0.78) 10. Infosys=1 576 ==> Wipro=1 433 conf:(0.75) The first association rule shows that Infosys, Wipro and TCS have .84 confidences, that if Infosys and Wipro go high (↑) then TCS will also go high (↑). And the 6th association rule shows that Mphasis and KPIT has .60 confidence, that if Mphasis goes low (↓) then KPIT will also goes low (↓). B. Fragment Based Approach After applying the fragmentation rule we get the following minimized table. Now we apply the Apriori on this processed data and find the association rules among the attributes. Fragmented Input Data: ID KPIT Mphasis MahiStym TCS Infosys Wipro 1 0 1 1 0 0 1 2 1 0 1 1 0 0 3 0 1 1 0 1 4 0 0 0 1 0 0 5 0 0 1 0 0 0 . . . . . . . . . 423 1 1 1 1 0 1 424 0 0 1 1 1 1 425 0 1 1 1 1 1 144
  • 8. International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-6367(Print), ISSN 0976 - 6375(Online), Volume 4, Issue 5, September - October (2013), © IAEME In Fragment Based Approach we can observe the input size of the processed data is reduced from 733 rows to 425 rows, i.e. near about 40% data redundancy has been achieved. The rules generated by Fragment based approach gives some promising results as compared to FITI approach. Output Association Rules after applying Fragment Based Mining: 1. TCS=0 204 ==> Wipro=0 149 conf:(0.73) 2. Wipro=1 203 ==> TCS=1 148 conf:(0.73) 3. Mphasis=0 216 ==> Wipro=0 153 conf:(0.71) 4. Wipro=0 221 ==> Mphasis=0 153 conf:(0.69) 5. Wipro=1 203 ==> Mphasis=1 140 conf:(0.69) 6. TCS=1 220 ==> MahiStym=1 150 conf:(0.68) 7. Wipro=0 221 ==> TCS=0 149 conf:(0.67) 8. Mphasis=1 208 ==> Wipro=1 140 conf:(0.67) 9. TCS=1 220 ==> Wipro=1 148 conf:(0.67) 10. Wipro=1 203 ==> MahiStym=1 135 conf:(0.67) The first association rule shows that TCS and Wipro have .73 confidences, that if TCS goes low (↓) then Wipro will also go low (↓). And the 6th association rule shows that TCS and MahiStym has .68 confidence, that if TCS goes high (↑) then MahiStym will also goes high (↑). VII. CONCLUSION Here we take input as high values of the shares and applied or fragment based mining algorithm and generate some useful rules which influences in the behavior of the stock market. Considering high values of the shares into account we tried to find the fluctuation in the predictions of the stock market. This fluctuation gives some prior changes in the evaluation of the predictions that can be considered for recommending the future behavior of the stock market. In future we apply this algorithm on many other sectors such as real estates, super market and mainly for business intelligence and find how efficiently the rules can be generated for predictions. REFERENCES [1] [2] [3] Osmar R.Zaiane, “Principles of Knowledge Discovery in Databases”, 1999. Dattatray P.Gandhmal, Ranjeetsingh Parihar,and Rajesh Argiddi “An Optimized approach to analyze stock market using data mining technique”, IJCA, ICETT 2011. H. Lu, J. Han, and L. Feng (2000). "Beyond intratransaction association analysis: mining multidimensional intertransaction association rules." ACM Transactions on Information Systems 18(4): 423-454. 145
  • 9. International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-6367(Print), ISSN 0976 - 6375(Online), Volume 4, Issue 5, September - October (2013), © IAEME [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15] [16] [17] [18] [19] [20] Wanzhong Yang, “Granule Based Knowledge Representation for Intra and Inter Transaction Association Mining”, Queensland University of Technology, July 2009. J. Dong and M. Han (2007). IFCIA: An Efficient Algorithm for Mining Intertransaction Frequent Closed Item sets. The fourth international conference on fuzzy systems and knowledge discovery, China. Gebouw D, B-3590 Diepenbeek, Belgium “Building an Association Rules Framework to Improve Product Assortment Decisions” 2004. Eugene F. Fama “The Behavior of Stock Market Prices”, The Journal of Business, Jan 1965. R. S. Monteiro, G. Zimbrão, H. Schwarz, B. Mitschang, and J. M. Souza (2005). "Building the Data Warehouse of Frequent Itemsets in the DWFIST Approach.", Foundations of Intelligent Systems 3488: 294-303. Rajesh V. Argiddi, Sulabha S. Apte (2012) “Fragment Based Approach to Forecast Association Rules from Indian IT Stock Transaction Data” IJCSIT, Vol 3(2), 3493-3497 K. M. Ahmed, N. M. El-Makky, and Y. Taha (1998). Effective data mining: a data warehouse-backboned architecture. The 1998 conference of the Centre for Advanced Studies on Collaborative research, Toronto. Professor Lee “Apriori Algorithm Review for Finals” Spring 2007. Ole Kristian Fivelstad “Temporal Text Mining” Norwegian University of Science and Technology, June 2007. M. Chen, C. Huang, H. Wu, M. Hsu, F. Hsu (2005). A Data Mining Technique to Grouping Customer Orders in Warehouse Management System. The Fourth IEEE International Workshop on Soft Computing as Tran disciplinary Science and Technology. Sneha S.Menon and G.Hemalatha, “Survey on Transaction Reordering”, International Journal of Computer Engineering & Technology (IJCET), Volume 1, Issue 2, 2010, pp. 97 - 105, ISSN Print: 0976 – 6367, ISSN Online: 0976 – 6375. Pratibha S. Yalagi and Dr. Sulabha S. Apte, “Exploiting Parallelism for a Java Code with an Efficient Parallelization Technique”, International Journal of Computer Engineering & Technology (IJCET), Volume 3, Issue 3, 2012, pp. 484 - 489, ISSN Print: 0976 – 6367, ISSN Online: 0976 – 6375. K. V. Sujatha and S. Meenakshi Sundaram, “Regression, Theil’s and MLP Forecasting Models of Stock Index”, International Journal of Computer Engineering & Technology (IJCET), Volume 1, Issue 1, 2010, pp. 82 - 91, ISSN Print: 0976 – 6367, ISSN Online: 0976 – 6375. Dr. Naveeta Mehta and Shilpa Dang, “Dentification of Important Stock Investment Attributes using Data Reduction Technique”, International Journal of Computer Engineering & Technology (IJCET), Volume 3, Issue 2, 2012, pp. 188 - 195, ISSN Print: 0976 – 6367, ISSN Online: 0976 – 6375. R.Karthik and Dr.N.Kannan, “Impact of Foreign Direct Investment on Stock Market Development: A Study with Reference to India”, International Journal of Management (IJM), Volume 2, Issue 2, 2011, pp. 75 - 92, ISSN Print: 0976-6502, ISSN Online: 0976-6510. Salim Y. Amdani, Dr. M. S. Ali and Anupama C. Giram, “Global Seek Optimization in RealTime Database Transactions: A New Approach”, International Journal of Computer Engineering & Technology (IJCET), Volume 3, Issue 3, 2012, pp. 200 - 212, ISSN Print: 0976 – 6367, ISSN Online: 0976 – 6375. Rajesh V. Argiddi and Sulabha S. Apte, “A Study of Association Rule Mining in Fragmented Item-Sets for Prediction of Transactions Outcome in Stock Trading Systems”, International Journal of Computer Engineering & Technology (IJCET), Volume 3, Issue 2, 2012, pp. 478 - 486, ISSN Print: 0976 – 6367, ISSN Online: 0976 – 6375. 146