0% found this document useful (0 votes)
56 views3 pages

Experiment No 10

This document describes an experiment that uses the Weka knowledge flow tool to normalize a weather dataset. It provides the following steps: 1) Create a weather dataset in ARFF format with attributes like outlook, temperature, humidity, wind and play/no play. 2) In Weka, open the knowledge flow tool and add components like an ARFF loader, attribute selector, normalizer and ARFF saver. 3) Connect the components to load the weather data, select attributes, normalize values and save the output. 4) Run the flow to normalize the weather data and save it in a new ARFF file for analysis.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
56 views3 pages

Experiment No 10

This document describes an experiment that uses the Weka knowledge flow tool to normalize a weather dataset. It provides the following steps: 1) Create a weather dataset in ARFF format with attributes like outlook, temperature, humidity, wind and play/no play. 2) In Weka, open the knowledge flow tool and add components like an ARFF loader, attribute selector, normalizer and ARFF saver. 3) Connect the components to load the weather data, select attributes, normalize values and save the output. 4) Run the flow to normalize the weather data and save it in a new ARFF file for analysis.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

EXPERIMENT NO:10

Aim:
Normalize Weather Table data using Knowledge Flow.
Description:
The knowledge flow provides an alternative way to the explorer as a graphical front end to
WEKA’s
algorithm. Knowledge flow is a working progress. So, some of the functionality from
explorer is not yet
available. So, on the other hand there are the things that can be done in knowledge flow, but
not in explorer.
Knowledge flow presents a dataflow interface to WEKA. The user can select WEKA
components from a
toolbar placed them on a layout campus and connect them together in order to form a
knowledge flow for
processing and analyzing the data.
Creation of Weather Table:
Procedure:
1) Open Start  
Programs Accessories Notepad 
2) Type the following training data set with the help of Notepad for Weather Table.
@relation weather
@attribute outlook
{sunny,rainy,overcast}@attribute
temparature numeric @attribute
humidity numeric
@attribute windy
{true,false}@attribute play
{yes,no}
@data
sunny,85.0,85.0,false,no
overcast,80.0,90.0,true,no
sunny,83.0,86.0,false,yes
rainy,70.0,86.0,false,yes
rainy,68.0,80.0,false,yes
rainy,65.0,70.0,true,no
overcast,64.0,65.0,false,y
essunny,72.0,95.0,true,no
sunny,69.0,70.0,false,yes
rainy,75.0,80.0,false,yes
3) After that the file is saved with .arff file format.
4) Minimize the arff file and then open Start  
Programs weka-3-4.
5) Click on weka-3-4, then Weka dialog box is displayed on the screen.
6) In that dialog box there are four modes, click on explorer.
7) Explorer shows many options. In that click on ‘open file’ and select thearff file
8) Click on edit button which shows Weather table on weka.Output:
Training Data Set Weather Table
Procedure for Knowledge Flow:
1) Open Start  
Programs Weka-3-4 Weka-3-4
2) Open the Knowledge Flow.
3) Select the Data Source component and add Arff Loader into the knowledge layout canvas.
4) Select the Filters component and add Attribute Selection and Normalize into the knowledge
layout canvas.
5) Select the Data Sinks component and add Arff Saver into the knowledgelayout canvas.
6) Right click on Arff Loader and select Configure option then the new window will be opened and
select
Weather.arff
7) Right click on Arff Loader and select Dataset option then establish a link between Arff Loader
and
Attribute Selection.
8) Right click on Attribute Selection and select Dataset option then establish a link between
Attribute
Selection and Normalize.
9) Right click on Attribute Selection and select Configure option and choose the best attribute for
Weather
data.
10) Right click on Normalize and select Dataset option then establish a link between Normalize and
Arff Saver.
11) Right click on Arff Saver and select Configure option then new window will be opened and set
the path,
enter .arff in look in dialog box to save normalize data.
12) Right click on Arff Loader and click on Start Loading option then everything will be executed
one by one.
13) Check whether output is created or not by selecting the preferredpath.
14) Rename the data name as a.arff15) Double click on a.arff then automatically the output will be
opened in MS-Excel

You might also like