Lab Updated - Merged
Lab Updated - Merged
B.TECH
(IV YEAR – VIITH SEM)
(2024-25)
LAB
RECORD
10 Implementation of K-means
Algorithm
AJAYKUMARGARGENGINEERINGCOLLEGE,GHAZIABAD
DepartmentofCSE(AIML)
Introduction
Weka (pronounced to rhyme with Mecca) is a workbench that contains a
collection of visualizationtools and algorithms for data analysis and predictive
modeling, together with graphical user interfaces for easy access to these
functions. The original non-Java version of Weka was a Tcl/Tk front-end to
(mostly third-party) modeling algorithms implemented in other programming
languages, plus data preprocessing utilities in C, and Make file-based system for
running machinelearning experiments. This original version was primarily
designed as a tool for analyzing data from agricultural domains, but the more
recent fully Java-based version (Weka 3), for which development started in 1997,
is now used in many different application areas, in particular for educational
purposes and research. Advantages of Weka include:
Description:
Open the program. Once the program has been loaded on the user’s machine it is
opened bynavigating to the programs start option and that will depend on the
users operating system. Figure 1.1 is an example of the initial opening screen on
a computer.There are four options available on this initial screen:
1
SignatureofTheFaculty
AJAYKUMARGARGENGINEERINGCOLLEGE,GHAZIABAD
DepartmentofCSE(AIML)
2
SignatureofTheFaculty
AJAYKUMARGARGENGINEERINGCOLLEGE,GHAZIABAD
DepartmentofCSE(AIML)
3
SignatureofTheFaculty
AJAYKUMARGARGENGINEERINGCOLLEGE,GHAZIABAD
DepartmentofCSE(AIML)
4
SignatureofTheFaculty
AJAYKUMARGARGENGINEERINGCOLLEGE,GHAZIABAD
DepartmentofCSE(AIML)
6
SignatureofTheFaculty
AJAYKUMARGARGENGINEERINGCOLLEGE,GHAZIABAD
DepartmentofCSE(AIML)
4. Split percentage
3. Cluster- used to apply different tools that identify clusters within the data file.
The Cluster tab opens the process that is used to identify commonalties or clusters
of occurrenceswithin the data set with user to analyze.
5. Visualize- used to see what the various manipulation produced on the data
set in a 2D format,in scatter plot and bar graph output.
7
SignatureofTheFaculty
AJAYKUMARGARGENGINEERINGCOLLEGE,GHAZIABAD
DepartmentofCSE(AIML)
3. Knowledge Flow -basically the same functionality as Explorer with drag and
drop functionality. The advantage of this option is that it supports incremental
learning from previous results
4. Simple CLI - provides users without a graphic interface option the ability to
execute commands from a terminal window.
Click the “Open file…” button to open a data set and double click on the
“data” directory. Weka provides a number of small common machine
learning datasets that you can use to practice on.Select the “iris.arff” file to
load the Iris dataset.
8
SignatureofTheFaculty
AJAYKUMARGARGENGINEERINGCOLLEGE,GHAZIABAD
DepartmentofCSE(AIML)
9
SignatureofTheFaculty
AJAYKUMARGARGENGINEERINGCOLLEGE,GHAZIABAD
DepartmentofCSE(AIML)
The figure above is from the textbook that shows an ARFF file for the weather
data. Lines beginning with a % sign are comments. And there are three basic
1
0 SignatureofTheFaculty
AJAYKUMARGARGENGINEERINGCOLLEGE,GHAZIABAD
DepartmentofCSE(AIML)
1
1 SignatureofTheFaculty
AJAYKUMARGARGENGINEERINGCOLLEGE,GHAZIABAD
DepartmentofCSE(AIML)
1
2 SignatureofTheFaculty
AJAYKUMARGARGENGINEERINGCOLLEGE,GHAZIABAD
DepartmentofCSE(AIML)
1. Use full training set. The worth of the attribute subset is determined
using the full set oftraining data.
13
SignatureofTheFaculty
AJAYKUMARGARGENGINEERINGCOLLEGE,GHAZIABAD
DepartmentofCSE(AIML)
Specify which attribute to treat as the class in the drop-down box below the test options.
Once allthe test options are set, you can start the attribute selection process by clicking
on „Start‟ button.
When it is finished, the results of selection are shown on the right part of the window
and entry isadded to the „Result list‟.
2. Visualizing Results:-
d), rotate 3-d visualizations (Xgobi-style). WEKA has “Jitter” option to deal with
nominal attributes and to detect “hidden” data points.
15
SignatureofTheFaculty
AJAYKUMARGARGENGINEERINGCOLLEGE,GHAZIABAD
DepartmentofCSE(AIML)
16
SignatureofTheFaculty
AJAYKUMARGARGENGINEERINGCOLLEGE,GHAZIABAD
DepartmentofCSE(AIML)
17
SignatureofTheFaculty
AJAYKUMARGARGENGINEERINGCOLLEGE,GHAZIABAD
DepartmentofCSE(AIML)
18
SignatureofTheFaculty
AJAYKUMARGARGENGINEERINGCOLLEGE,GHAZIABAD
DepartmentofCSE(AIML)
In this method, every missing attribute value for a numerical attribute is replaced
by the arithmeticmean of known attribute values. In Fig, the mean of known
attribute values for Temperature is 99.2, hence all missing attribute values for
Temperature should be replaced by The table with missing attribute values
replaced by the mean is presented in fig. For symbolic attributes Headacheand
Nausea, missing attribute values were replaced using the most common value of
the Replace Missing Values.
19
SignatureofTheFaculty
AJAYKUMARGARGENGINEERINGCOLLEGE,GHAZIABAD
DepartmentofCSE(AIML)
20
SignatureofTheFaculty
AJAYKUMARGARGENGINEERINGCOLLEGE,GHAZIABAD
DepartmentofCSE(AIML)
Operations:
1. Sliceis the act of picking a rectangular subset of a cube by choosing a single
value for one ofits dimensions, creating a new cube with one fewer dimension.
[4] The picture shows a slicing operation: The sales figures of all sales regions
and all product categories of the company in theyear 2005 and 2006 are
"sliced" out of the data cube.
3. Drill
Down/Up allows the user to navigate among levels of data ranging
from the most summarized (up) to the most detailed (down).[4] The picture
shows a drill-down operation: Theanalyst moves from the summary category
"Outdoor-Schutzausrüstung" to see the sales figuresfor the individual
products.
5. Pivot
allows an analyst to rotate the cube in space to see its various faces.
For example, citiescould be arranged vertically and products horizontally
21
SignatureofTheFaculty
AJAYKUMARGARGENGINEERINGCOLLEGE,GHAZIABAD
DepartmentofCSE(AIML)
while viewing data for a particular quarter. Pivoting could replace products
with time periods to see data across time for a single product.
22
SignatureofTheFaculty
AJAYKUMARGARGENGINEERINGCOLLEGE,GHAZIABAD
DepartmentofCSE(AIML)
23
SignatureofTheFaculty
AJAYKUMARGARGENGINEERINGCOLLEGE,GHAZIABAD
DepartmentofCSE(AIML)
24
SignatureofTheFaculty
AJAYKUMARGARGENGINEERINGCOLLEGE,GHAZIABAD
DepartmentofCSE(AIML)
Description:
The Apriori algorithm is an influential algorithm for mining frequent item sets for
Boolean association rules. It uses a “bottom-up” approach, where frequent subsets
are extended one at a time (a step known as candidate generation, and groups of
candidates are tested against the data).
Problem:
TID ITEMS
100 1,3,4
200 2,3,5
300 1,2,3,5
400 2,5
To find frequent item sets for above transaction with a minimum support of 2
having confidencemeasure of 70% (i.e, 0.7).
Procedure:
Step 1:
Count the number of transactions in which each item occurs
TID ITEMS
1 2
2 3
3 3
4 1
5 3
25
SignatureofTheFaculty
AJAYKUMARGARGENGINEERINGCOLLEGE,GHAZIABAD
DepartmentofCSE(AIML)
Step 2:
Eliminate all those occurrences that have transaction numbers less than the minimum
support ( 2in this case).
ITE NO. OF
M TRANSACTIO
NS
1 2
2 3
3 3
5 3
This is the single items that are bought frequently. Now let’s say we want to
find a pair of itemsthat are bought frequently. We continue from the above
table (Table in step 2).
26
SignatureofTheFaculty
AJAYKUMARGARGENGINEERINGCOLLEGE,GHAZIABAD
DepartmentofCSE(AIML)
Step 3:
We start making pairs from the first
item like 1,2;1,3;1,5 and then from
second item like 2,3;2,5.We do not
perform 2,1 because we already did
1,2 when we were making pairs with
1 and buying 1 and 2 together is same
as buying 2 and 1 together. After
making all the pairs we get,
ITEM PAIRS
1,2
1,3
1,5
Step 4: 2,3
2,5
3,5
NO.OF
ITEM PAIRS TRANSACTIO
NS
1,2 1
1,3 2
1,5 1
2,3 2
2,5 3
3,5 2
27
SignatureofTheFaculty
AJAYKUMARGARGENGINEERINGCOLLEGE,GHAZIABAD
DepartmentofCSE(AIML)
Step 5:
Again remove all item pairs having number of transactions less than 2.
These pair of items is bought frequently together. Now, let’s say we want to
find a set of threeitems that are bought together. We use above table (of step
5) and make a set of three items.
Step 6:
To make the set of three items we need one more rule (It is termed as self- join),
it simply means,from item pairs in above table, we find two pairs with the same
first numeric, so, we get (2,3) and (2,5), which gives (2,3,5). Then we find how
many times (2, 3, 5) are bought together in theoriginal table and we get the
following
ITEM NO. OF
SET TRANSACTIO
NS
(2,3,5) 2
Thus, the set of three items that are bought together from this
data are (2, 3, 5).
Confidence:
We can take our frequent item set knowledge even further, by finding
association rules using thefrequent item set. In simple words, we know (2, 3, 5)
are bought together frequently, but what isthe association between them. To do
28
SignatureofTheFaculty
AJAYKUMARGARGENGINEERINGCOLLEGE,GHAZIABAD
DepartmentofCSE(AIML)
this, we create a list of all subsets of frequently bought items (2, 3, 5) in our case
we get following subsets:
29
SignatureofTheFaculty
AJAYKUMARGARGENGINEERINGCOLLEGE,GHAZIABAD
DepartmentofCSE(AIML)
▪ {2}
▪ {3}
▪ {5}
▪ {2,3}
▪ {3,5}
▪ {2,5}
⮚ Nowthese manual results should be checked with the rules generated in WEKA.
30
SignatureofTheFacu lty
AJAYKUMARGARGENGINEERINGCOLLEGE,GHAZIABAD
DepartmentofCSE(AIML)
So first create a csv file for the above problem, the csv file for the above problem
will look likethe rows and columns in the above figure. This file is written in
excel sheet.
31
SignatureofTheFaculty
AJAYKUMARGARGENGINEERINGCOLLEGE,GHAZIABAD
DepartmentofCSE(AIML)
Step 2:
Now select the association tab and then choose apriori algorithm by setting
the minimum support and confidence as shown in the figure….
32
SignatureofTheFaculty
AJAYKUMARGARGENGINEERINGCOLLEGE,GHAZIABAD
DepartmentofCSE(AIML)
Step 3:
Now run the apriori algorithm with the set values of minimum support and the
confidence. Afterrunning the weka generates the association rules and the respective
confidence with minimum support as shown in the figure.
The above csv file has generated 5 rules as shown in the figure….
Conclusion:
As we have seen the total rules generated by us manually and by the weka are
33
SignatureofTheFaculty
AJAYKUMARGARGENGINEERINGCOLLEGE,GHAZIABAD
DepartmentofCSE(AIML)
34
SignatureofTheFaculty
AJAYKUMARGARGENGINEERINGCOLLEGE,GHAZIABAD
DepartmentofCSE(AIML)
PROBLEM:
To find all frequent item sets in following dataset using FP-growth
algorithm. Minimumsupport=2 and confidence =70%
TID ITEMS
100 1,3,4
200 2,3,5
300 1,2,3,5
400 2,5
Solution:
Similar to Apriori Algorithm, find the frequency of occurrences of all each item in
dataset andthen prioritize the items according to its descending order of its frequency
of occurrence.
Eliminating those occurrences with the value less than minimum support and
assigning thepriorities, we obtain the following table.
2 3 1
3 3 2
5 3 3
35
SignatureofTheFaculty
AJAYKUMARGARGENGINEERINGCOLLEGE,GHAZIABAD
DepartmentofCSE(AIML)
TID ITEMS
100 1,3
200 2,3,5
300 2,3,5,1
400 2,5
Construction of tree:
Note that all FP trees have „null‟ node as the root node. So, draw the root node
first and attach the items of the row 1 one by one respectively and write their
occurrences in front of it. The treeis further expanded by adding nodes according
to the prefixes (count) formed and by further incrementing the occurrences every
time they occur and hence the tree is built.
Prefixes:
▪ 1->3:1 2,3,5:1
▪ 5->2,3:2 2:1
▪ 3->2:2
▪ 1-> 3:2 /*2 and 5 are eliminated because they‟re less than
minimum support, and theoccurrence of 3 is obtained by adding
the occurrences in both the instances*/
▪ Similarly, 5->2,3:2 ; 2:3;3:2
▪ 3->2 :2
36
SignatureofTheFaculty
AJAYKUMARGARGENGINEERINGCOLLEGE,GHAZIABAD
DepartmentofCSE(AIML)
1:1
Thus eliminating all the sets having confidence less than 70%, we obtain the
following conclusions:
{1}=>{3} , {3,5}=>{2} , {2,3}=>{5} , {2}=>{5}, {5}=>{2}.
As we see there are 5 rules that are being generated manually and these are to be
checked against the results in WEKA. Inorder to check the results in the tool we
37
SignatureofTheFaculty
AJAYKUMARGARGENGINEERINGCOLLEGE,GHAZIABAD
DepartmentofCSE(AIML)
38
SignatureofTheFaculty
AJAYKUMARGARGENGINEERINGCOLLEGE,GHAZIABAD
DepartmentofCSE(AIML)
Sofirst create a csv file forthe above problem, the csv file for the above problem
will look like the rowsand columns in the above figure. This file is written in excel
sheet.
39
SignatureofTheFaculty
AJAYKUMARGARGENGINEERINGCOLLEGE,GHAZIABAD
DepartmentofCSE(AIML)
Step 2:
Now select the association tab and then choose FP growth algorithm by setting theminimum support
and confidence as shown in the figure….
40
SignatureofTheFaculty
AJAYKUMARGARGENGINEERINGCOLLEGE,GHAZIABAD
DepartmentofCSE(AIML)
Step 3:
Now run the FP Growth algorithm with the set values of minimum support
and the confidence. After running the weka generates the association rules and the
respective confidence withminimumsupport as shown in the figure.
The above csv file has generated 5 rules as shown in the figure…
Conclusion:
As we have seen the total rules generated by us manually and by the weka are matching,
hencethe rules generated are 5.
41
SignatureofTheFaculty
AJAYKUMARGARGENGINEERINGCOLLEGE,GHAZIABAD
DepartmentofCSE(AIML)
42
SignatureofTheFaculty
AJAYKUMARGARGENGINEERINGCOLLEGE,GHAZIABAD
DepartmentofCSE(AIML)
43
SignatureofTheFaculty
AJAYKUMARGARGENGINEERINGCOLLEGE,GHAZIABAD
DepartmentofCSE(AIML)
44
SignatureofTheFaculty
AJAYKUMARGARGENGINEERINGCOLLEGE,GHAZIABAD
DepartmentofCSE(AIML)
45
SignatureofTheFaculty
AJAYKUMARGARGENGINEERINGCOLLEGE,GHAZIABAD
DepartmentofCSE(AIML)
46
SignatureofTheFaculty
AJAYKUMARGARGENGINEERINGCOLLEGE,GHAZIABAD
DepartmentofCSE(AIML)
47
SignatureofTheFaculty