Author Archives: Kulwinder Kaur



Kulwinder Kaur

Data Classification
in Data Mining, Weka

Classification in Data Mining

Classification is the process of finding a model (or function) that describes and distinguishes data classes or concepts, for the purpose of being able to use the model to predict the class of objects whose class label is unknown. The derived model is based on the analysis of a set of training data (i.e., data objects whose class label is known). Classification predicts categorical (discrete,...

Read More

0
06 Jan 2018
Networking topics
in MANET, Network Security, NS2, VANET, WSN

Topics for research in Networking

REHDIS: Refined Hamming Distance Technique to Minimize Data Transfer Delay in Mobile Ad-hoc Networks, Manet, 2017, IEEE Performance Analysis of Power -aware Node-disjoint Multipath Source Routing in Mobile Ad Hoc Networks, Manet, 2017, IEEE Mobility and Energy Aware Routing Algorithm for Mobile Ad-hoc Networks, Manet, 2017, IEEE Learning Automata based Optimized Multipath routing using Leapfrog Algorithm for VANETs, Vanet, 2017, IEEE Selective epidemic broadcast algorithm...

Read More

0
05 Jan 2018
Cloud Analyst
in Cloud Computing

How to add new load balancing policy in Cloud Analyst

Step 1 Add the entry of an algorithm the in Constants.java file in the package cloudsim.ext Step 2 Add new algorithm entry in ConfiguresimulationPanel class combo box found in the package cloudsim.ext.gui.screens Step 3 Calling of the new algorithm from DatacenterController class found in the package cloudsim.ext.datacenter    

0
05 Jan 2018
Cloud analyst setup
in Cloud Computing

Cloud Analyst setup in Netbeans

Step1 Download Cloud Analyst Netbeans project from the below mentioned link http://www.cloudbus.org/cloudsim/ To run the cloud analyst got to NetBeans  File->open project –> browse the unzipped folder   Step2 Browse the unzipped folder that you have downloaded.   Step3 Open source package folder inside which open cloudsim.ext.gui right click on the gui.main.java and click run    

0
04 Jan 2018
Cloudsim setup
in Cloud Computing

Cloudsim Simulation in Netbeans Java

Step1 open Netbeans, Go to  file–>>new project Step 2  select “Java” folder then select first option java Application, Press next   Step3 Now give a name to the project as you wish, then un-check the “create a main class” press next. Step 4 Now your project is been created as shown. Step5  Go to library, right click on it, a menu will come, click on...

Read More

0
03 Jan 2018
Job scheduling in cloud
in Cloud Computing

 SCHEDULING IN CLOUD COMPUTING

In Cloud Computing, booking assumes a fundamental part in productively dealing with the PC administrations; it is the movement of enrapturing choices in regards to the allotment of accessible limit and/or assets to employment and/or clients on time. A large number of clients offer cloud administrations by presenting their a great many processing errands to the cloud computing environment. Booking of these a large number...

Read More

0
02 Jan 2018
KMeans Clustering with Example
in Data Mining, Machine Learning, Weka

KMeans Clustering With Example

Clustering is the process of making a group of abstract objects into classes of similar objects. Having similarity inside clusters to be high and low clustering similarities between the clusters. A cluster of data objects can be treated as one group. While doing cluster analysis, we first partition the set of data into groups based on data similarity and then assign the labels to the...

Read More

0
01 Jan 2018
PPDM Techniques
in Data Mining, Machine Learning, Weka

Privacy Preserving Data Mining (PPDM) Techniques

Based on the five dimensions explained in the previous blog different PPDM techniques can be categorized into following categories. PPDM is divided into two parts centralized and distributed which is further categorized into 5 techniques. 1. Anonymization Based: Anonymization is a technique in which record owner’s identity or sensitive data remain hidden. In a table, the most basic form of data consists of four types...

Read More

0
30 Dec 2017
Page 2 of 512345