SlideShare una empresa de Scribd logo
1 de 5
Descargar para leer sin conexión
IOSR Journal of Computer Engineering (IOSR-JCE)
e-ISSN: 2278-0661, p- ISSN: 2278-8727Volume 14, Issue 3 (Sep. - Oct. 2013), PP 58-62
www.iosrjournals.org
www.iosrjournals.org 58 | Page
Software effort estimation through clustering techniques of RBFN
network
Usha Gupta1
, Manoj Kumar2
1
(Assistant Professor, Department of Computer Science, MDU Rohtak, India)
2
(Mtech. Scholar, Department of Computer Science, MDU Rohtak, India)
Abstract: Now a day’s software cost/effort estimation is a very complex job to do. Several estimation
techniques have been developed in this regard. This assessment of parameters like, time, cost, and number of
staff required sequentially which in turn is to be done at an early stage. Constructive Cost model which is also
known as COCOMO model was one of the best model to estimate the cost and time in person month of a
software project. The estimation of cost and time supports the project planning and tracking, as well as also
controls the expenses of software development process. The accurate effort estimation will lead to improve the
project success rate. In this paper, the main focus is on finding the accuracy of estimation of effort/cost of
software using radial basis function neural network (RBFN) incorporating ANN-COCOMO II which can be
used for functional approximation. This model estimates the total effort of software development according to
the characteristics of COCOMO-II along with radial basis clustering techniques. The RBFN network is much
faster than other network because the learning process in this network has two stages and both stages can be
made efficient by appropriate learning algorithms. The RBFN network uses COCOMO-II dataset for training.
Keywords:- COCOMO-2, RBFN, Clustering techniques, K-means, APC-III.
I. Introduction
Effort estimation consist the assessment of how many hours of work needed and as well as how many
workforces are required to develop a software project. Predicting the software development effort/cost with
accurate results is a very challenging job for project managers. These estimation can be categorize in to three
categories including Algorithmic Models (AM) [1] and Expert Judgment (EJ), and Machine Learning (ML)
techniques. Among estimation techniques, COCOMO (Constructive Cost Model) is the most commonly used
algorithmic cost modeling technique [2] because of its simplicity for estimating the effort in person-month for a
project at different stages.
COCOMO uses the mathematical formulae to predict project cost estimation. The Constructive Cost
Model (COCOMO) is the well known software effort estimation model based on regression techniques. The
COCOMO model is used to calculate the amount of effort then on the basis of the effort calculated, the time,
cost and number of staff required for software project are estimated. The Post-Architecture [3], [4] Level of
COCOMO II consists of 17 cost drivers represented in the form of project attributes, programmer abilities,
developments tools, and etc. These cost drivers and scale factors for COCOMO II are then rated on a scale from
Very Low to Extra High in the same way as in COCOMO 81 dataset. The effort calculation formulas for
COCOMO II post architecture level are calculated as given below [4]:
𝐸𝑓𝑓𝑜𝑟𝑡 = 𝐴 ∗ 𝑠𝑖𝑧𝑒 𝑆𝐹
∗ 𝐸𝑀
Where
SF= Scale Factor usually lies between 1 and 1-5.
EM= Effort Multiplier
A: Multiplicative Constant depends upon types of software developed
Size: Size of the software measures in terms of KSLOC (kilo source line of code).
The scale factors (SF) are based on a significant source of exponential variation on a project’s effort or
productivity variation. COCOMO is the most commonly used model because of its simplicity for estimating the
effort in person-month for a project at different stages.
An RBFN architecture [2], [5], [6] configured for software development effort is a three-layer feed forward
network consisting of one input layer, one middle layer and an output layer. The RBFN generates output (effort)
by propagating the initial inputs (cost drivers) through the middle-layer to the final output layer. The activation
functions of each middle layer neurons are usually the Gaussian function. The output layer consists of one
Software effort estimation through clustering techniques of RBFN network
www.iosrjournals.org 59 | Page
output neuron that computes the software development effort as a linear weighted sum of the outputs of the
middle layer.
II. constructive cost model (COCOMO)
COCOMO- Post Architecture model determines the efforts (in Person-Months) required for a project
based on software project's size in KSLOC (Kilo Source Line Of Code) as well as other cost factors known as
scale factors and effort multipliers. The estimated effort in person-month is given below [4]:
𝑃𝑀 = 𝐴. 𝑆𝑖𝑧𝑒 1.01+ 𝑆𝐹 𝑖
5
𝑖=1 . 𝐸𝑀17
𝑖=1 i
Where A is a multiplicative constant, and the set of SF (Scale Factor) and EM (Effort Multiplier) are defined in
table given below [9]:
Symbol Abbreviation Name
SF1 PREC Precedentedness
SF2 FLEX Development Flexibity
SF3 RESL Architecture and Risk Resolution
SF4 TEAM Team Cohesion
SF5 PMAT Process Maturity
EM1 RELY Required Software
EM2 DATA Database Size
EM3 CPLX Product Complexity
EM4 RUSE Required Reusability
EM5 DOCU Documentation match to life-
cycle needs
EM6 TIME Time Constraints
EM7 STOR Storage Constraints
EM8 PVOL Platform Volatility
EM9 ACAP Analyst Capability
EM10 PCAP Programmer Capability
EM11 AEXP Application experience
EM12 PEXP Platform Experience
EM13 LTEX Language and Tool Experience
EM14 PCON Personnel Continuity
EM15 TOOL Use of Software tools
EM16 SITE Multi-site Development
EM17 SCED Required Development Schedule
In this paper, the main focus is on assessing the accuracy of the estimation using RBFN network. The aim of
this study is to check if RBFN network can be used for prediction of effort on the basis of effort multipliers, size
of the project, scale factor used in project development.
III. Radial Basis Function Neural Network
An RBFN architecture [2] configured for software development effort is a three-layer feed forward
network consisting of one input layer, one middle layer and an output layer. The RBFN generates output (effort)
by propagating the initial inputs (cost drivers) through the middle-layer to the final output layer. Each input
neuron corresponds to a component of an input vector. The input-layer contains M neurons, plus, eventually,
one bias neuron. Each input neuron is fully connected to the middle-layer neurons. The activation function of
each middle neuron is usually the Gaussian function. The Gaussian function decreases rapidly if the width σi is
small, and slowly if it is large. The output layer consists of one output neuron that computes the software
development effort as a linear weighted sum of the outputs of the middle layer. Clustering is the key technique
to be used as a preprocessing phase in the design of the RBFN networks [7]. This procedure initially distributes
the respective fields of hidden layer neurons across the space of input variables.
Software effort estimation through clustering techniques of RBFN network
www.iosrjournals.org 60 | Page
IV. Clustering Algorithms for RBFN network
As in general, clustering is a method of finding the most similar groups of given data, which means that
the data belonging to one cluster are the most similar, and data belonging to the different clusters are the most
dissimilar ones. Clustering techniques have been used in many applications like: medicine, biology, pattern
recognition etc. There are two types of clustering techniques briefly explained in this paper are as below:
 K-means
 APC-III.
K-means clustering algorithm has many successful applications such as pattern recognition and data
compression. It is a multi-pass and time-consuming clustering algorithm.
4.1 K-means algorithm
This algorithm helps in determining the receptive fields at hidden layer of a Radial Basis Neural
Network for estimating the cost of any software. In this algorithm, total vectors or datasets (say ‘N’) of
COCOMO-2 model are partitioned in to clusters (say ‘c’).The objective of this algorithm is to find out the
centers of the clusters known as centroids by minimizing the distance (or dissimilarity) between clusters. As per
the calculations, this approach is very time consuming and also multi pass process.
This approach starts with defining the total number of clusters in advance before estimating the cost of software.
This K-means approach [2], [6], [7] can be used with two variants/ criteria’s in order to measure the coherence
of clusters as:
 J function value
 Dunn’s validity index function value
4.1.1 K-means with J function value criteria (J value):
In J function value criteria, the data points or datasets are assigned to different clusters on the basis of
Euclidean distance values. The algorithmic approach is explained below:
Algorithm: RBFN_K-means J-value (c, x, C, J)
(Here c=total number of clusters
x=dataset from COCOMO-2 dataset model.
C=cluster.
J=dissimilarity or distance function).
Step 1: start the K-means procedure for radial basis function for neural network with J function value.
Step 2: define the total number of clusters desired, say ‘c’.
Step 3: initialize the centers of clusters to 1, say ci,, where ‘c’ is the total number of clusters. And ‘i’ is used for
iteration and for i=1 to c.
Step 4: now compute the Euclidean distance between xj and ci, for j=1 to N, and i=1 to c. here xj represents a
dataset from dataset collection of COCOMO-2 model, j indicates iteration for each dataset.
Step 5: now according to the Euclidean distance values, assign the xj to the most closer cluster Ci on the basis of
less distance value (compare the distance values for xj to each and every cluster ci).
Step 6: now again recalculate the centers of each and every cluster say ‘ci’.
Step 7: now calculate the distance or dissimilarity function say ‘J’ as given below:
𝐽 = 𝑑(𝑥𝑗, 𝑐𝑖)
𝑥𝑗 ∈𝐶𝑖
𝑐
𝑖=1
Here d(xj,ci) is the measure of distance value between ith
center (ci) and the kth
data point of dataset of
COCOMO-2 model.
All for the sake of simplicity this d value can be taken as Euclidean distance value and hence the J function
value can be represented as given below:
𝐽 = 𝑥𝑗 − 𝑐𝑖 2
𝑥𝑗 ∈𝐶𝑖
𝑐
𝑖=1
Step 8: check if the improvement is below a certain threshold value, and then stop the iteration.
Step 9: else go to step 3.
Step 10: exit.
Software effort estimation through clustering techniques of RBFN network
www.iosrjournals.org 61 | Page
The main goal of this approach is to minimize the J function value.
4.1.2 Dunn’s validity index function value (D value):
In case of Dunn’s validity index function, the data points are assigned to the clusters on the basis of
inter-cluster distance as well as intra-cluster distance. The algorithmic approach [5], [7] is explained below:
Algorithm: RBFN_K-means D-value (c, x, C, D)
(Here c=total number of clusters
x=dataset from COCOMO-2 dataset model.
C=cluster.
D=Dunn’s validity index function value).
Step 1: start the K-means procedure for radial basis function for neural network with Dunn’s validity index.
Step 2: define the total number of clusters desired, say ‘c’.
Step 3: now compute the Euclidean distance between two randomly selected clusters say Ci and Cj, for i=1 to c,
and j=2 to c. The distance d(Ci, Cj) is referred to as the minimum inter-cluster distance as given below:
d(Ci, Cj)= 𝑚𝑖𝑛 𝑥𝑖∈𝐶𝑖,𝑥𝑗 ∈𝑐𝑗 𝑑(𝑥𝑖, 𝑥𝑗 )
Step 4: now compute the Euclidean distance with in a randomly selected cluster say Ck for k=1 to c. The
distance d(Ck) is referred to as the maximum intra-cluster distance calculated as below:
d(Ck)=𝑚𝑎𝑥 𝑥𝑖 ,𝑥𝑗 ∈𝐶𝑘 𝑑(𝑥𝑗 , 𝑥 𝑘 )
Step 5: now calculate the dunn’s validity index say ‘D’ on the basis of inter-cluster distance and intra-cluster
distance values. This D value can be calculated by the formula given below:
𝐷 = 𝑚𝑖𝑛1≤𝑖≤𝑐 𝑚𝑖𝑛𝑖+1≤𝑗 ≤𝑐−1
𝑑(𝐶𝑖,𝐶𝑗 )
𝑚𝑎𝑥 1≤𝑘≤𝑐 𝑑(𝐶𝑘)
…(1)
Step 7: this D value calculated from equation 1 is used as an idea of identifying whether the clusters are compact
and well separated or not.
Step 8: exit.
The main goal of the measure of the D value is to maximize the inter-cluster distances and minimizing the intra-
cluster distances.
As per the algorithm or procedure given above, it is very much obvious that the performance of the RBFN K-
means algorithm depends only upon the initial positions of the cluster centers as the number of clusters is taken
as an initial value to start off the procedure. And the data points or the datasets are assigned to these clusters one
by one. So there lies no guarantee for the optimality of the solutions for estimating the cost of software. And
hence it is said to be a quite lengthy approach, also known as multi pass approach.
4.2 APC-III approach:
This is a one pass clustering algorithm. This approach works by calculating the constant radius of
cluster through the following formula:
𝑅0 = 𝛼 ∗
1
𝑁
∗ 𝑚𝑖𝑛𝑖≠𝑗
𝑁
𝑖=1
𝑃𝑖 − 𝑃𝑗
Where
N=number of historical software projects
α=predetermined constant
R0=radius of each cluster which in turn controls the number of clusters provided.
APC-III approach [5], [7] works by generating clusters for each dataset. As the classification generated by the
APC-III algorithm depends on the number of α that defines the radius R0. The number of clusters generated is
inversely proportional to the radius.
𝑁𝑢𝑚𝑏𝑒𝑟 𝑜𝑓 𝑐𝑙𝑢𝑠𝑡𝑒𝑟𝑠 ∝
1
𝑅0
As the value of R0 decreases, the numbers of clusters generated are also increases. In short, APC-III approach
generates many clusters if R0 is small and few numbers of clusters if it is large.
Software effort estimation through clustering techniques of RBFN network
www.iosrjournals.org 62 | Page
Algorithm: RBFN_APC-III (c, C, N, Pi, R0)
(Here c=total number of clusters
C=center of cluster.
N=number of historical software projects
Pi =dataset from COCOMO-2 dataset model.
R0=radius of clusters).
Step 1: start the APC-III procedure for radial basis function for neural network.
Step 2: set the total number of clusters initially to 1, i.e. c=1.
Step 3: now set P1 as the center of this cluster C1, here P1 represents the first software project in the datasets.
Step 4: now for i=2 to N (N=total number of historical software projects), repeat the following steps.
Step 4(a): for j=1 to c (c=number of clusters)
i. Calculate the dij (dij is the Euclidean distance of Pi and cj, cj is the center of the cluster Cj).
ii. now check if dij < R0 then,
i. Add the Pi dataset into Cj and correspondingly adjust the center of Cj.
ii. Exit from the loop.
Step 4(b): else, if Pi is not included in to any of the clusters then,
i. Create a new cluster that contains Pi as a center.
Step 5: stop the criteria.
According to Hwang and Bang, the APC-III is quite an efficient technique for constructing the middle layer of
an RBFN because it can finish making clusters by going through all the training patterns only once. However it
still proves to be dependent on the order of the data presentation.
V. Conclusion
In this paper, there are three most popular clustering approaches were presented to predict the software
cost estimation. In one hand COCOMO which has been already proven and successfully applied in the software
cost estimation field and in other hand the Radial Basis Function Neural Network that has been extensively used
in incorporating COCOMO estimation and have proven its strength in estimating the cost. Furthermore, the
APC-III clustering algorithm is used to estimate the efforts on the basis of historical projects and by calculating
the radius function. On the other hand, the K-means clustering algorithm is used to predict the mean value
which is useful in Gaussian function for network. To get accurate results the proposed network depends only
on adjustments of weights from hidden layer of network to output layer of RBFN network. RBFN network with
the APC-III clustering algorithm performs better, in terms cost estimation accuracy as compared to that of K-
means approach because of its complexity and simplicity. This work can be extended by integrating with Fuzzy
C-means clustering algorithm as well as with genetic algorithm approach.
References:
[1] A New Approach For Estimating Software Effort. Using RBFN Network. Ch. Satyananda Reddy, P. Sankara Rao, KVSVN Raju,
V. Valli Kumari, IJCSNS International Journal of Computer Science and Network Security, VOL.8 No.7, July 2008.
[2] A new approach of Software Effort Estimation Using Radial Basis. Sriman Srichandan Balasore College of Engineering and
Technology,Balasore,Odisha ,India, International Journal on Advanced Computer Theory and Engineering (IJACTE), ISSN (Print) :
2319 – 2526, Volume-1, Issue-1, 2012, pp. 113-120.
[3] M. Jorgensen, and M. Shepperd, "A Systematic Review of Software Development Cost Estimation Studies", IEEE
Transactions on Software Engineering, Vol. 33, No. 1, 2007, pp. 33-53.
[4] K. Molokken, and M. Jorgensen, "A Review of Surveys on Software Effort Estimation", in International Symposium on
Empirical Software Engineering, 2003, pp. 223-231.
[5] G. R. Finnie, and G. Witting, and J.-M. Desharnais, "A Comparison of Software Effort Estimation Techniques: Using Function
Points with Neural Networks, Case-Based Reasoning and Regression Models", Systems and Software, Vol. 39, No. 3, 1997,
pp. 281-289.
[6] A. Idri, and A. Abran, and S. Mbarki, "An Experiment on the Design of Radial Basis Function Neural Networks for Software
Cost Estimation", in 2nd IEEE International Conference on Information and Communication Technologies: from Theory to
Applications, 2006, Vol. 1, pp. 230-235.
[7] A. Idri, and A. Zahi, and E. Mendes, and A. Zakrani, "Software Cost Estimation Models Using Radial Basis Function Neural
Networks", in International Conference on Software Process and Product Measurement, 2007, pp. 21-31.

Más contenido relacionado

La actualidad más candente

Parallelization of the LBG Vector Quantization Algorithm for Shared Memory Sy...
Parallelization of the LBG Vector Quantization Algorithm for Shared Memory Sy...Parallelization of the LBG Vector Quantization Algorithm for Shared Memory Sy...
Parallelization of the LBG Vector Quantization Algorithm for Shared Memory Sy...CSCJournals
 
Automatically Generated Simulations for Predicting Software-Defined Networkin...
Automatically Generated Simulations for Predicting Software-Defined Networkin...Automatically Generated Simulations for Predicting Software-Defined Networkin...
Automatically Generated Simulations for Predicting Software-Defined Networkin...Felipe Alencar
 
Integration of queuing network and idef3 for business process analysis
Integration of queuing network and idef3 for business process analysisIntegration of queuing network and idef3 for business process analysis
Integration of queuing network and idef3 for business process analysisPatricia Tavares Boralli
 
A Model To Compare The Degree Of Refactoring Opportunities Of Three Projects ...
A Model To Compare The Degree Of Refactoring Opportunities Of Three Projects ...A Model To Compare The Degree Of Refactoring Opportunities Of Three Projects ...
A Model To Compare The Degree Of Refactoring Opportunities Of Three Projects ...acijjournal
 
Transfer Learning for Software Performance Analysis: An Exploratory Analysis
Transfer Learning for Software Performance Analysis: An Exploratory AnalysisTransfer Learning for Software Performance Analysis: An Exploratory Analysis
Transfer Learning for Software Performance Analysis: An Exploratory AnalysisPooyan Jamshidi
 
Optimizing Time and Effort Parameters of COCOMO II Using Fuzzy Multi-objectiv...
Optimizing Time and Effort Parameters of COCOMO II Using Fuzzy Multi-objectiv...Optimizing Time and Effort Parameters of COCOMO II Using Fuzzy Multi-objectiv...
Optimizing Time and Effort Parameters of COCOMO II Using Fuzzy Multi-objectiv...TELKOMNIKA JOURNAL
 
Application Profiling and Mapping on NoC-based MPSoC Emulation Platform on Re...
Application Profiling and Mapping on NoC-based MPSoC Emulation Platform on Re...Application Profiling and Mapping on NoC-based MPSoC Emulation Platform on Re...
Application Profiling and Mapping on NoC-based MPSoC Emulation Platform on Re...TELKOMNIKA JOURNAL
 
Comparative Study of Object Detection Algorithms
Comparative Study of Object Detection AlgorithmsComparative Study of Object Detection Algorithms
Comparative Study of Object Detection AlgorithmsIRJET Journal
 
Large Scale Kernel Learning using Block Coordinate Descent
Large Scale Kernel Learning using Block Coordinate DescentLarge Scale Kernel Learning using Block Coordinate Descent
Large Scale Kernel Learning using Block Coordinate DescentShaleen Kumar Gupta
 
Issues in implementation of parallel
Issues in implementation of parallelIssues in implementation of parallel
Issues in implementation of parallelijcseit
 
Improved Max-Min Scheduling Algorithm
Improved Max-Min Scheduling AlgorithmImproved Max-Min Scheduling Algorithm
Improved Max-Min Scheduling Algorithmiosrjce
 
Using Mutation in Fault Localization
Using Mutation in Fault Localization Using Mutation in Fault Localization
Using Mutation in Fault Localization csandit
 
Functional Verification of Large-integers Circuits using a Cosimulation-base...
Functional Verification of Large-integers Circuits using a  Cosimulation-base...Functional Verification of Large-integers Circuits using a  Cosimulation-base...
Functional Verification of Large-integers Circuits using a Cosimulation-base...IJECEIAES
 

La actualidad más candente (17)

N03430990106
N03430990106N03430990106
N03430990106
 
Parallelization of the LBG Vector Quantization Algorithm for Shared Memory Sy...
Parallelization of the LBG Vector Quantization Algorithm for Shared Memory Sy...Parallelization of the LBG Vector Quantization Algorithm for Shared Memory Sy...
Parallelization of the LBG Vector Quantization Algorithm for Shared Memory Sy...
 
Complexity metrics and models
Complexity metrics and modelsComplexity metrics and models
Complexity metrics and models
 
Automatically Generated Simulations for Predicting Software-Defined Networkin...
Automatically Generated Simulations for Predicting Software-Defined Networkin...Automatically Generated Simulations for Predicting Software-Defined Networkin...
Automatically Generated Simulations for Predicting Software-Defined Networkin...
 
Cloud Computing and PSo
Cloud Computing and PSoCloud Computing and PSo
Cloud Computing and PSo
 
Integration of queuing network and idef3 for business process analysis
Integration of queuing network and idef3 for business process analysisIntegration of queuing network and idef3 for business process analysis
Integration of queuing network and idef3 for business process analysis
 
A Model To Compare The Degree Of Refactoring Opportunities Of Three Projects ...
A Model To Compare The Degree Of Refactoring Opportunities Of Three Projects ...A Model To Compare The Degree Of Refactoring Opportunities Of Three Projects ...
A Model To Compare The Degree Of Refactoring Opportunities Of Three Projects ...
 
Transfer Learning for Software Performance Analysis: An Exploratory Analysis
Transfer Learning for Software Performance Analysis: An Exploratory AnalysisTransfer Learning for Software Performance Analysis: An Exploratory Analysis
Transfer Learning for Software Performance Analysis: An Exploratory Analysis
 
Optimizing Time and Effort Parameters of COCOMO II Using Fuzzy Multi-objectiv...
Optimizing Time and Effort Parameters of COCOMO II Using Fuzzy Multi-objectiv...Optimizing Time and Effort Parameters of COCOMO II Using Fuzzy Multi-objectiv...
Optimizing Time and Effort Parameters of COCOMO II Using Fuzzy Multi-objectiv...
 
2453
24532453
2453
 
Application Profiling and Mapping on NoC-based MPSoC Emulation Platform on Re...
Application Profiling and Mapping on NoC-based MPSoC Emulation Platform on Re...Application Profiling and Mapping on NoC-based MPSoC Emulation Platform on Re...
Application Profiling and Mapping on NoC-based MPSoC Emulation Platform on Re...
 
Comparative Study of Object Detection Algorithms
Comparative Study of Object Detection AlgorithmsComparative Study of Object Detection Algorithms
Comparative Study of Object Detection Algorithms
 
Large Scale Kernel Learning using Block Coordinate Descent
Large Scale Kernel Learning using Block Coordinate DescentLarge Scale Kernel Learning using Block Coordinate Descent
Large Scale Kernel Learning using Block Coordinate Descent
 
Issues in implementation of parallel
Issues in implementation of parallelIssues in implementation of parallel
Issues in implementation of parallel
 
Improved Max-Min Scheduling Algorithm
Improved Max-Min Scheduling AlgorithmImproved Max-Min Scheduling Algorithm
Improved Max-Min Scheduling Algorithm
 
Using Mutation in Fault Localization
Using Mutation in Fault Localization Using Mutation in Fault Localization
Using Mutation in Fault Localization
 
Functional Verification of Large-integers Circuits using a Cosimulation-base...
Functional Verification of Large-integers Circuits using a  Cosimulation-base...Functional Verification of Large-integers Circuits using a  Cosimulation-base...
Functional Verification of Large-integers Circuits using a Cosimulation-base...
 

Destacado

Surfactant-assisted Hydrothermal Synthesis of Ceria-Zirconia Nanostructured M...
Surfactant-assisted Hydrothermal Synthesis of Ceria-Zirconia Nanostructured M...Surfactant-assisted Hydrothermal Synthesis of Ceria-Zirconia Nanostructured M...
Surfactant-assisted Hydrothermal Synthesis of Ceria-Zirconia Nanostructured M...IOSR Journals
 
Convolution Theorem for Canonical Cosine Transform and Their Properties
Convolution Theorem for Canonical Cosine Transform and Their PropertiesConvolution Theorem for Canonical Cosine Transform and Their Properties
Convolution Theorem for Canonical Cosine Transform and Their PropertiesIOSR Journals
 
Gain Comparison between NIFTY and Selected Stocks identified by SOM using Tec...
Gain Comparison between NIFTY and Selected Stocks identified by SOM using Tec...Gain Comparison between NIFTY and Selected Stocks identified by SOM using Tec...
Gain Comparison between NIFTY and Selected Stocks identified by SOM using Tec...IOSR Journals
 
Solving Age-old Transportation Problems by Nonlinear Programming methods
Solving Age-old Transportation Problems by Nonlinear Programming methodsSolving Age-old Transportation Problems by Nonlinear Programming methods
Solving Age-old Transportation Problems by Nonlinear Programming methodsIOSR Journals
 
On The Effect of Perturbations, Radiation and Triaxiality on the Stability of...
On The Effect of Perturbations, Radiation and Triaxiality on the Stability of...On The Effect of Perturbations, Radiation and Triaxiality on the Stability of...
On The Effect of Perturbations, Radiation and Triaxiality on the Stability of...IOSR Journals
 
A Hierarchical Clustering Algorithm Based Computer Aided Molecular Modeling w...
A Hierarchical Clustering Algorithm Based Computer Aided Molecular Modeling w...A Hierarchical Clustering Algorithm Based Computer Aided Molecular Modeling w...
A Hierarchical Clustering Algorithm Based Computer Aided Molecular Modeling w...IOSR Journals
 
Enhancing Digital Cephalic Radiography
Enhancing Digital Cephalic RadiographyEnhancing Digital Cephalic Radiography
Enhancing Digital Cephalic RadiographyIOSR Journals
 
Computer aided environment for drawing (to set) fill in the blank from given ...
Computer aided environment for drawing (to set) fill in the blank from given ...Computer aided environment for drawing (to set) fill in the blank from given ...
Computer aided environment for drawing (to set) fill in the blank from given ...IOSR Journals
 
A Comparative Study on Dyeing of Cotton and Silk Fabric Using Madder as a Nat...
A Comparative Study on Dyeing of Cotton and Silk Fabric Using Madder as a Nat...A Comparative Study on Dyeing of Cotton and Silk Fabric Using Madder as a Nat...
A Comparative Study on Dyeing of Cotton and Silk Fabric Using Madder as a Nat...IOSR Journals
 
Design Issues for Search Engines and Web Crawlers: A Review
Design Issues for Search Engines and Web Crawlers: A ReviewDesign Issues for Search Engines and Web Crawlers: A Review
Design Issues for Search Engines and Web Crawlers: A ReviewIOSR Journals
 
Modeling of Vortex Induced Vibration based Hydrokinetic Energy Converter
Modeling of Vortex Induced Vibration based Hydrokinetic Energy ConverterModeling of Vortex Induced Vibration based Hydrokinetic Energy Converter
Modeling of Vortex Induced Vibration based Hydrokinetic Energy ConverterIOSR Journals
 
How Cognitive Science Has Influenced the Applied Science of HCI “The evolutio...
How Cognitive Science Has Influenced the Applied Science of HCI “The evolutio...How Cognitive Science Has Influenced the Applied Science of HCI “The evolutio...
How Cognitive Science Has Influenced the Applied Science of HCI “The evolutio...IOSR Journals
 
Information Security Management System: Emerging Issues and Prospect
Information Security Management System: Emerging Issues and ProspectInformation Security Management System: Emerging Issues and Prospect
Information Security Management System: Emerging Issues and ProspectIOSR Journals
 

Destacado (20)

E010412433
E010412433E010412433
E010412433
 
C012531118
C012531118C012531118
C012531118
 
H010613642
H010613642H010613642
H010613642
 
Surfactant-assisted Hydrothermal Synthesis of Ceria-Zirconia Nanostructured M...
Surfactant-assisted Hydrothermal Synthesis of Ceria-Zirconia Nanostructured M...Surfactant-assisted Hydrothermal Synthesis of Ceria-Zirconia Nanostructured M...
Surfactant-assisted Hydrothermal Synthesis of Ceria-Zirconia Nanostructured M...
 
Convolution Theorem for Canonical Cosine Transform and Their Properties
Convolution Theorem for Canonical Cosine Transform and Their PropertiesConvolution Theorem for Canonical Cosine Transform and Their Properties
Convolution Theorem for Canonical Cosine Transform and Their Properties
 
B1803020915
B1803020915B1803020915
B1803020915
 
E010224043
E010224043E010224043
E010224043
 
Gain Comparison between NIFTY and Selected Stocks identified by SOM using Tec...
Gain Comparison between NIFTY and Selected Stocks identified by SOM using Tec...Gain Comparison between NIFTY and Selected Stocks identified by SOM using Tec...
Gain Comparison between NIFTY and Selected Stocks identified by SOM using Tec...
 
C1303061622
C1303061622C1303061622
C1303061622
 
Solving Age-old Transportation Problems by Nonlinear Programming methods
Solving Age-old Transportation Problems by Nonlinear Programming methodsSolving Age-old Transportation Problems by Nonlinear Programming methods
Solving Age-old Transportation Problems by Nonlinear Programming methods
 
On The Effect of Perturbations, Radiation and Triaxiality on the Stability of...
On The Effect of Perturbations, Radiation and Triaxiality on the Stability of...On The Effect of Perturbations, Radiation and Triaxiality on the Stability of...
On The Effect of Perturbations, Radiation and Triaxiality on the Stability of...
 
A Hierarchical Clustering Algorithm Based Computer Aided Molecular Modeling w...
A Hierarchical Clustering Algorithm Based Computer Aided Molecular Modeling w...A Hierarchical Clustering Algorithm Based Computer Aided Molecular Modeling w...
A Hierarchical Clustering Algorithm Based Computer Aided Molecular Modeling w...
 
Enhancing Digital Cephalic Radiography
Enhancing Digital Cephalic RadiographyEnhancing Digital Cephalic Radiography
Enhancing Digital Cephalic Radiography
 
Computer aided environment for drawing (to set) fill in the blank from given ...
Computer aided environment for drawing (to set) fill in the blank from given ...Computer aided environment for drawing (to set) fill in the blank from given ...
Computer aided environment for drawing (to set) fill in the blank from given ...
 
A Comparative Study on Dyeing of Cotton and Silk Fabric Using Madder as a Nat...
A Comparative Study on Dyeing of Cotton and Silk Fabric Using Madder as a Nat...A Comparative Study on Dyeing of Cotton and Silk Fabric Using Madder as a Nat...
A Comparative Study on Dyeing of Cotton and Silk Fabric Using Madder as a Nat...
 
E010422834
E010422834E010422834
E010422834
 
Design Issues for Search Engines and Web Crawlers: A Review
Design Issues for Search Engines and Web Crawlers: A ReviewDesign Issues for Search Engines and Web Crawlers: A Review
Design Issues for Search Engines and Web Crawlers: A Review
 
Modeling of Vortex Induced Vibration based Hydrokinetic Energy Converter
Modeling of Vortex Induced Vibration based Hydrokinetic Energy ConverterModeling of Vortex Induced Vibration based Hydrokinetic Energy Converter
Modeling of Vortex Induced Vibration based Hydrokinetic Energy Converter
 
How Cognitive Science Has Influenced the Applied Science of HCI “The evolutio...
How Cognitive Science Has Influenced the Applied Science of HCI “The evolutio...How Cognitive Science Has Influenced the Applied Science of HCI “The evolutio...
How Cognitive Science Has Influenced the Applied Science of HCI “The evolutio...
 
Information Security Management System: Emerging Issues and Prospect
Information Security Management System: Emerging Issues and ProspectInformation Security Management System: Emerging Issues and Prospect
Information Security Management System: Emerging Issues and Prospect
 

Similar a Software effort estimation through clustering techniques of RBFN network

Using Data Mining to Identify COSMIC Function Point Measurement Competence
Using Data Mining to Identify COSMIC Function Point Measurement Competence  Using Data Mining to Identify COSMIC Function Point Measurement Competence
Using Data Mining to Identify COSMIC Function Point Measurement Competence IJECEIAES
 
Estimation techniques and risk management
Estimation techniques and risk managementEstimation techniques and risk management
Estimation techniques and risk managementPurushottam Basnet
 
RESEARCH ON DISTRIBUTED SOFTWARE TESTING PLATFORM BASED ON CLOUD RESOURCE
RESEARCH ON DISTRIBUTED SOFTWARE TESTING  PLATFORM BASED ON CLOUD RESOURCERESEARCH ON DISTRIBUTED SOFTWARE TESTING  PLATFORM BASED ON CLOUD RESOURCE
RESEARCH ON DISTRIBUTED SOFTWARE TESTING PLATFORM BASED ON CLOUD RESOURCEijcses
 
A Survey of Machine Learning Methods Applied to Computer ...
A Survey of Machine Learning Methods Applied to Computer ...A Survey of Machine Learning Methods Applied to Computer ...
A Survey of Machine Learning Methods Applied to Computer ...butest
 
An Algorithm for Optimized Cost in a Distributed Computing System
An Algorithm for Optimized Cost in a Distributed Computing SystemAn Algorithm for Optimized Cost in a Distributed Computing System
An Algorithm for Optimized Cost in a Distributed Computing SystemIRJET Journal
 
Genetic Algorithm for task scheduling in Cloud Computing Environment
Genetic Algorithm for task scheduling in Cloud Computing EnvironmentGenetic Algorithm for task scheduling in Cloud Computing Environment
Genetic Algorithm for task scheduling in Cloud Computing EnvironmentSwapnil Shahade
 
HW/SW Partitioning Approach on Reconfigurable Multimedia System on Chip
HW/SW Partitioning Approach on Reconfigurable Multimedia System on ChipHW/SW Partitioning Approach on Reconfigurable Multimedia System on Chip
HW/SW Partitioning Approach on Reconfigurable Multimedia System on ChipCSCJournals
 
Oo estimation through automation of the predictive object points sizing metric
Oo estimation through automation of the predictive object points sizing metricOo estimation through automation of the predictive object points sizing metric
Oo estimation through automation of the predictive object points sizing metricIAEME Publication
 
A DECISION SUPPORT SYSTEM FOR ESTIMATING COST OF SOFTWARE PROJECTS USING A HY...
A DECISION SUPPORT SYSTEM FOR ESTIMATING COST OF SOFTWARE PROJECTS USING A HY...A DECISION SUPPORT SYSTEM FOR ESTIMATING COST OF SOFTWARE PROJECTS USING A HY...
A DECISION SUPPORT SYSTEM FOR ESTIMATING COST OF SOFTWARE PROJECTS USING A HY...ijfcstjournal
 
A DECISION SUPPORT SYSTEM FOR ESTIMATING COST OF SOFTWARE PROJECTS USING A HY...
A DECISION SUPPORT SYSTEM FOR ESTIMATING COST OF SOFTWARE PROJECTS USING A HY...A DECISION SUPPORT SYSTEM FOR ESTIMATING COST OF SOFTWARE PROJECTS USING A HY...
A DECISION SUPPORT SYSTEM FOR ESTIMATING COST OF SOFTWARE PROJECTS USING A HY...ijfcstjournal
 
Extreme software estimation (xsoft estimation)
Extreme software estimation (xsoft estimation)Extreme software estimation (xsoft estimation)
Extreme software estimation (xsoft estimation)eSAT Journals
 
Deepcoder to Self-Code with Machine Learning
Deepcoder to Self-Code with Machine LearningDeepcoder to Self-Code with Machine Learning
Deepcoder to Self-Code with Machine LearningIRJET Journal
 
Extreme software estimation (xsoft estimation)
Extreme software estimation (xsoft estimation)Extreme software estimation (xsoft estimation)
Extreme software estimation (xsoft estimation)eSAT Publishing House
 
Task Scheduling using Hybrid Algorithm in Cloud Computing Environments
Task Scheduling using Hybrid Algorithm in Cloud Computing EnvironmentsTask Scheduling using Hybrid Algorithm in Cloud Computing Environments
Task Scheduling using Hybrid Algorithm in Cloud Computing Environmentsiosrjce
 

Similar a Software effort estimation through clustering techniques of RBFN network (20)

V2I6_IJERTV2IS60721
V2I6_IJERTV2IS60721V2I6_IJERTV2IS60721
V2I6_IJERTV2IS60721
 
Aa03101540158
Aa03101540158Aa03101540158
Aa03101540158
 
50120130406033
5012013040603350120130406033
50120130406033
 
Using Data Mining to Identify COSMIC Function Point Measurement Competence
Using Data Mining to Identify COSMIC Function Point Measurement Competence  Using Data Mining to Identify COSMIC Function Point Measurement Competence
Using Data Mining to Identify COSMIC Function Point Measurement Competence
 
ONE HIDDEN LAYER ANFIS MODEL FOR OOS DEVELOPMENT EFFORT ESTIMATION
ONE HIDDEN LAYER ANFIS MODEL FOR OOS DEVELOPMENT EFFORT ESTIMATIONONE HIDDEN LAYER ANFIS MODEL FOR OOS DEVELOPMENT EFFORT ESTIMATION
ONE HIDDEN LAYER ANFIS MODEL FOR OOS DEVELOPMENT EFFORT ESTIMATION
 
Estimation techniques and risk management
Estimation techniques and risk managementEstimation techniques and risk management
Estimation techniques and risk management
 
RESEARCH ON DISTRIBUTED SOFTWARE TESTING PLATFORM BASED ON CLOUD RESOURCE
RESEARCH ON DISTRIBUTED SOFTWARE TESTING  PLATFORM BASED ON CLOUD RESOURCERESEARCH ON DISTRIBUTED SOFTWARE TESTING  PLATFORM BASED ON CLOUD RESOURCE
RESEARCH ON DISTRIBUTED SOFTWARE TESTING PLATFORM BASED ON CLOUD RESOURCE
 
A Survey of Machine Learning Methods Applied to Computer ...
A Survey of Machine Learning Methods Applied to Computer ...A Survey of Machine Learning Methods Applied to Computer ...
A Survey of Machine Learning Methods Applied to Computer ...
 
An Algorithm for Optimized Cost in a Distributed Computing System
An Algorithm for Optimized Cost in a Distributed Computing SystemAn Algorithm for Optimized Cost in a Distributed Computing System
An Algorithm for Optimized Cost in a Distributed Computing System
 
Genetic Algorithm for task scheduling in Cloud Computing Environment
Genetic Algorithm for task scheduling in Cloud Computing EnvironmentGenetic Algorithm for task scheduling in Cloud Computing Environment
Genetic Algorithm for task scheduling in Cloud Computing Environment
 
HW/SW Partitioning Approach on Reconfigurable Multimedia System on Chip
HW/SW Partitioning Approach on Reconfigurable Multimedia System on ChipHW/SW Partitioning Approach on Reconfigurable Multimedia System on Chip
HW/SW Partitioning Approach on Reconfigurable Multimedia System on Chip
 
Cost effort.ppt
Cost effort.pptCost effort.ppt
Cost effort.ppt
 
Oo estimation through automation of the predictive object points sizing metric
Oo estimation through automation of the predictive object points sizing metricOo estimation through automation of the predictive object points sizing metric
Oo estimation through automation of the predictive object points sizing metric
 
A DECISION SUPPORT SYSTEM FOR ESTIMATING COST OF SOFTWARE PROJECTS USING A HY...
A DECISION SUPPORT SYSTEM FOR ESTIMATING COST OF SOFTWARE PROJECTS USING A HY...A DECISION SUPPORT SYSTEM FOR ESTIMATING COST OF SOFTWARE PROJECTS USING A HY...
A DECISION SUPPORT SYSTEM FOR ESTIMATING COST OF SOFTWARE PROJECTS USING A HY...
 
A DECISION SUPPORT SYSTEM FOR ESTIMATING COST OF SOFTWARE PROJECTS USING A HY...
A DECISION SUPPORT SYSTEM FOR ESTIMATING COST OF SOFTWARE PROJECTS USING A HY...A DECISION SUPPORT SYSTEM FOR ESTIMATING COST OF SOFTWARE PROJECTS USING A HY...
A DECISION SUPPORT SYSTEM FOR ESTIMATING COST OF SOFTWARE PROJECTS USING A HY...
 
Extreme software estimation (xsoft estimation)
Extreme software estimation (xsoft estimation)Extreme software estimation (xsoft estimation)
Extreme software estimation (xsoft estimation)
 
Deepcoder to Self-Code with Machine Learning
Deepcoder to Self-Code with Machine LearningDeepcoder to Self-Code with Machine Learning
Deepcoder to Self-Code with Machine Learning
 
PID2143641
PID2143641PID2143641
PID2143641
 
Extreme software estimation (xsoft estimation)
Extreme software estimation (xsoft estimation)Extreme software estimation (xsoft estimation)
Extreme software estimation (xsoft estimation)
 
Task Scheduling using Hybrid Algorithm in Cloud Computing Environments
Task Scheduling using Hybrid Algorithm in Cloud Computing EnvironmentsTask Scheduling using Hybrid Algorithm in Cloud Computing Environments
Task Scheduling using Hybrid Algorithm in Cloud Computing Environments
 

Más de IOSR Journals (20)

A011140104
A011140104A011140104
A011140104
 
M0111397100
M0111397100M0111397100
M0111397100
 
L011138596
L011138596L011138596
L011138596
 
K011138084
K011138084K011138084
K011138084
 
J011137479
J011137479J011137479
J011137479
 
I011136673
I011136673I011136673
I011136673
 
G011134454
G011134454G011134454
G011134454
 
H011135565
H011135565H011135565
H011135565
 
F011134043
F011134043F011134043
F011134043
 
E011133639
E011133639E011133639
E011133639
 
D011132635
D011132635D011132635
D011132635
 
C011131925
C011131925C011131925
C011131925
 
B011130918
B011130918B011130918
B011130918
 
A011130108
A011130108A011130108
A011130108
 
I011125160
I011125160I011125160
I011125160
 
H011124050
H011124050H011124050
H011124050
 
G011123539
G011123539G011123539
G011123539
 
F011123134
F011123134F011123134
F011123134
 
E011122530
E011122530E011122530
E011122530
 
D011121524
D011121524D011121524
D011121524
 

Último

CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordAsst.prof M.Gokilavani
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXssuser89054b
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performancesivaprakash250
 
Online banking management system project.pdf
Online banking management system project.pdfOnline banking management system project.pdf
Online banking management system project.pdfKamal Acharya
 
Generative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTGenerative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTbhaskargani46
 
Unit 2- Effective stress & Permeability.pdf
Unit 2- Effective stress & Permeability.pdfUnit 2- Effective stress & Permeability.pdf
Unit 2- Effective stress & Permeability.pdfRagavanV2
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlysanyuktamishra911
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Call Girls in Nagpur High Profile
 
Thermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptThermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptDineshKumar4165
 
Top Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoor
Top Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoorTop Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoor
Top Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoordharasingh5698
 
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...Arindam Chakraborty, Ph.D., P.E. (CA, TX)
 
notes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.pptnotes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.pptMsecMca
 
Intro To Electric Vehicles PDF Notes.pdf
Intro To Electric Vehicles PDF Notes.pdfIntro To Electric Vehicles PDF Notes.pdf
Intro To Electric Vehicles PDF Notes.pdfrs7054576148
 
Thermal Engineering Unit - I & II . ppt
Thermal Engineering  Unit - I & II . pptThermal Engineering  Unit - I & II . ppt
Thermal Engineering Unit - I & II . pptDineshKumar4165
 
Unleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leapUnleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leapRishantSharmaFr
 
chapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineeringchapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineeringmulugeta48
 
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...roncy bisnoi
 

Último (20)

CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performance
 
Online banking management system project.pdf
Online banking management system project.pdfOnline banking management system project.pdf
Online banking management system project.pdf
 
Call Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort ServiceCall Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
 
NFPA 5000 2024 standard .
NFPA 5000 2024 standard                                  .NFPA 5000 2024 standard                                  .
NFPA 5000 2024 standard .
 
Generative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTGenerative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPT
 
Unit 2- Effective stress & Permeability.pdf
Unit 2- Effective stress & Permeability.pdfUnit 2- Effective stress & Permeability.pdf
Unit 2- Effective stress & Permeability.pdf
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghly
 
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
 
Thermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptThermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.ppt
 
Top Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoor
Top Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoorTop Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoor
Top Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoor
 
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
 
notes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.pptnotes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.ppt
 
Intro To Electric Vehicles PDF Notes.pdf
Intro To Electric Vehicles PDF Notes.pdfIntro To Electric Vehicles PDF Notes.pdf
Intro To Electric Vehicles PDF Notes.pdf
 
Thermal Engineering Unit - I & II . ppt
Thermal Engineering  Unit - I & II . pptThermal Engineering  Unit - I & II . ppt
Thermal Engineering Unit - I & II . ppt
 
Unleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leapUnleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leap
 
chapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineeringchapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineering
 
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
 

Software effort estimation through clustering techniques of RBFN network

  • 1. IOSR Journal of Computer Engineering (IOSR-JCE) e-ISSN: 2278-0661, p- ISSN: 2278-8727Volume 14, Issue 3 (Sep. - Oct. 2013), PP 58-62 www.iosrjournals.org www.iosrjournals.org 58 | Page Software effort estimation through clustering techniques of RBFN network Usha Gupta1 , Manoj Kumar2 1 (Assistant Professor, Department of Computer Science, MDU Rohtak, India) 2 (Mtech. Scholar, Department of Computer Science, MDU Rohtak, India) Abstract: Now a day’s software cost/effort estimation is a very complex job to do. Several estimation techniques have been developed in this regard. This assessment of parameters like, time, cost, and number of staff required sequentially which in turn is to be done at an early stage. Constructive Cost model which is also known as COCOMO model was one of the best model to estimate the cost and time in person month of a software project. The estimation of cost and time supports the project planning and tracking, as well as also controls the expenses of software development process. The accurate effort estimation will lead to improve the project success rate. In this paper, the main focus is on finding the accuracy of estimation of effort/cost of software using radial basis function neural network (RBFN) incorporating ANN-COCOMO II which can be used for functional approximation. This model estimates the total effort of software development according to the characteristics of COCOMO-II along with radial basis clustering techniques. The RBFN network is much faster than other network because the learning process in this network has two stages and both stages can be made efficient by appropriate learning algorithms. The RBFN network uses COCOMO-II dataset for training. Keywords:- COCOMO-2, RBFN, Clustering techniques, K-means, APC-III. I. Introduction Effort estimation consist the assessment of how many hours of work needed and as well as how many workforces are required to develop a software project. Predicting the software development effort/cost with accurate results is a very challenging job for project managers. These estimation can be categorize in to three categories including Algorithmic Models (AM) [1] and Expert Judgment (EJ), and Machine Learning (ML) techniques. Among estimation techniques, COCOMO (Constructive Cost Model) is the most commonly used algorithmic cost modeling technique [2] because of its simplicity for estimating the effort in person-month for a project at different stages. COCOMO uses the mathematical formulae to predict project cost estimation. The Constructive Cost Model (COCOMO) is the well known software effort estimation model based on regression techniques. The COCOMO model is used to calculate the amount of effort then on the basis of the effort calculated, the time, cost and number of staff required for software project are estimated. The Post-Architecture [3], [4] Level of COCOMO II consists of 17 cost drivers represented in the form of project attributes, programmer abilities, developments tools, and etc. These cost drivers and scale factors for COCOMO II are then rated on a scale from Very Low to Extra High in the same way as in COCOMO 81 dataset. The effort calculation formulas for COCOMO II post architecture level are calculated as given below [4]: 𝐸𝑓𝑓𝑜𝑟𝑡 = 𝐴 ∗ 𝑠𝑖𝑧𝑒 𝑆𝐹 ∗ 𝐸𝑀 Where SF= Scale Factor usually lies between 1 and 1-5. EM= Effort Multiplier A: Multiplicative Constant depends upon types of software developed Size: Size of the software measures in terms of KSLOC (kilo source line of code). The scale factors (SF) are based on a significant source of exponential variation on a project’s effort or productivity variation. COCOMO is the most commonly used model because of its simplicity for estimating the effort in person-month for a project at different stages. An RBFN architecture [2], [5], [6] configured for software development effort is a three-layer feed forward network consisting of one input layer, one middle layer and an output layer. The RBFN generates output (effort) by propagating the initial inputs (cost drivers) through the middle-layer to the final output layer. The activation functions of each middle layer neurons are usually the Gaussian function. The output layer consists of one
  • 2. Software effort estimation through clustering techniques of RBFN network www.iosrjournals.org 59 | Page output neuron that computes the software development effort as a linear weighted sum of the outputs of the middle layer. II. constructive cost model (COCOMO) COCOMO- Post Architecture model determines the efforts (in Person-Months) required for a project based on software project's size in KSLOC (Kilo Source Line Of Code) as well as other cost factors known as scale factors and effort multipliers. The estimated effort in person-month is given below [4]: 𝑃𝑀 = 𝐴. 𝑆𝑖𝑧𝑒 1.01+ 𝑆𝐹 𝑖 5 𝑖=1 . 𝐸𝑀17 𝑖=1 i Where A is a multiplicative constant, and the set of SF (Scale Factor) and EM (Effort Multiplier) are defined in table given below [9]: Symbol Abbreviation Name SF1 PREC Precedentedness SF2 FLEX Development Flexibity SF3 RESL Architecture and Risk Resolution SF4 TEAM Team Cohesion SF5 PMAT Process Maturity EM1 RELY Required Software EM2 DATA Database Size EM3 CPLX Product Complexity EM4 RUSE Required Reusability EM5 DOCU Documentation match to life- cycle needs EM6 TIME Time Constraints EM7 STOR Storage Constraints EM8 PVOL Platform Volatility EM9 ACAP Analyst Capability EM10 PCAP Programmer Capability EM11 AEXP Application experience EM12 PEXP Platform Experience EM13 LTEX Language and Tool Experience EM14 PCON Personnel Continuity EM15 TOOL Use of Software tools EM16 SITE Multi-site Development EM17 SCED Required Development Schedule In this paper, the main focus is on assessing the accuracy of the estimation using RBFN network. The aim of this study is to check if RBFN network can be used for prediction of effort on the basis of effort multipliers, size of the project, scale factor used in project development. III. Radial Basis Function Neural Network An RBFN architecture [2] configured for software development effort is a three-layer feed forward network consisting of one input layer, one middle layer and an output layer. The RBFN generates output (effort) by propagating the initial inputs (cost drivers) through the middle-layer to the final output layer. Each input neuron corresponds to a component of an input vector. The input-layer contains M neurons, plus, eventually, one bias neuron. Each input neuron is fully connected to the middle-layer neurons. The activation function of each middle neuron is usually the Gaussian function. The Gaussian function decreases rapidly if the width σi is small, and slowly if it is large. The output layer consists of one output neuron that computes the software development effort as a linear weighted sum of the outputs of the middle layer. Clustering is the key technique to be used as a preprocessing phase in the design of the RBFN networks [7]. This procedure initially distributes the respective fields of hidden layer neurons across the space of input variables.
  • 3. Software effort estimation through clustering techniques of RBFN network www.iosrjournals.org 60 | Page IV. Clustering Algorithms for RBFN network As in general, clustering is a method of finding the most similar groups of given data, which means that the data belonging to one cluster are the most similar, and data belonging to the different clusters are the most dissimilar ones. Clustering techniques have been used in many applications like: medicine, biology, pattern recognition etc. There are two types of clustering techniques briefly explained in this paper are as below:  K-means  APC-III. K-means clustering algorithm has many successful applications such as pattern recognition and data compression. It is a multi-pass and time-consuming clustering algorithm. 4.1 K-means algorithm This algorithm helps in determining the receptive fields at hidden layer of a Radial Basis Neural Network for estimating the cost of any software. In this algorithm, total vectors or datasets (say ‘N’) of COCOMO-2 model are partitioned in to clusters (say ‘c’).The objective of this algorithm is to find out the centers of the clusters known as centroids by minimizing the distance (or dissimilarity) between clusters. As per the calculations, this approach is very time consuming and also multi pass process. This approach starts with defining the total number of clusters in advance before estimating the cost of software. This K-means approach [2], [6], [7] can be used with two variants/ criteria’s in order to measure the coherence of clusters as:  J function value  Dunn’s validity index function value 4.1.1 K-means with J function value criteria (J value): In J function value criteria, the data points or datasets are assigned to different clusters on the basis of Euclidean distance values. The algorithmic approach is explained below: Algorithm: RBFN_K-means J-value (c, x, C, J) (Here c=total number of clusters x=dataset from COCOMO-2 dataset model. C=cluster. J=dissimilarity or distance function). Step 1: start the K-means procedure for radial basis function for neural network with J function value. Step 2: define the total number of clusters desired, say ‘c’. Step 3: initialize the centers of clusters to 1, say ci,, where ‘c’ is the total number of clusters. And ‘i’ is used for iteration and for i=1 to c. Step 4: now compute the Euclidean distance between xj and ci, for j=1 to N, and i=1 to c. here xj represents a dataset from dataset collection of COCOMO-2 model, j indicates iteration for each dataset. Step 5: now according to the Euclidean distance values, assign the xj to the most closer cluster Ci on the basis of less distance value (compare the distance values for xj to each and every cluster ci). Step 6: now again recalculate the centers of each and every cluster say ‘ci’. Step 7: now calculate the distance or dissimilarity function say ‘J’ as given below: 𝐽 = 𝑑(𝑥𝑗, 𝑐𝑖) 𝑥𝑗 ∈𝐶𝑖 𝑐 𝑖=1 Here d(xj,ci) is the measure of distance value between ith center (ci) and the kth data point of dataset of COCOMO-2 model. All for the sake of simplicity this d value can be taken as Euclidean distance value and hence the J function value can be represented as given below: 𝐽 = 𝑥𝑗 − 𝑐𝑖 2 𝑥𝑗 ∈𝐶𝑖 𝑐 𝑖=1 Step 8: check if the improvement is below a certain threshold value, and then stop the iteration. Step 9: else go to step 3. Step 10: exit.
  • 4. Software effort estimation through clustering techniques of RBFN network www.iosrjournals.org 61 | Page The main goal of this approach is to minimize the J function value. 4.1.2 Dunn’s validity index function value (D value): In case of Dunn’s validity index function, the data points are assigned to the clusters on the basis of inter-cluster distance as well as intra-cluster distance. The algorithmic approach [5], [7] is explained below: Algorithm: RBFN_K-means D-value (c, x, C, D) (Here c=total number of clusters x=dataset from COCOMO-2 dataset model. C=cluster. D=Dunn’s validity index function value). Step 1: start the K-means procedure for radial basis function for neural network with Dunn’s validity index. Step 2: define the total number of clusters desired, say ‘c’. Step 3: now compute the Euclidean distance between two randomly selected clusters say Ci and Cj, for i=1 to c, and j=2 to c. The distance d(Ci, Cj) is referred to as the minimum inter-cluster distance as given below: d(Ci, Cj)= 𝑚𝑖𝑛 𝑥𝑖∈𝐶𝑖,𝑥𝑗 ∈𝑐𝑗 𝑑(𝑥𝑖, 𝑥𝑗 ) Step 4: now compute the Euclidean distance with in a randomly selected cluster say Ck for k=1 to c. The distance d(Ck) is referred to as the maximum intra-cluster distance calculated as below: d(Ck)=𝑚𝑎𝑥 𝑥𝑖 ,𝑥𝑗 ∈𝐶𝑘 𝑑(𝑥𝑗 , 𝑥 𝑘 ) Step 5: now calculate the dunn’s validity index say ‘D’ on the basis of inter-cluster distance and intra-cluster distance values. This D value can be calculated by the formula given below: 𝐷 = 𝑚𝑖𝑛1≤𝑖≤𝑐 𝑚𝑖𝑛𝑖+1≤𝑗 ≤𝑐−1 𝑑(𝐶𝑖,𝐶𝑗 ) 𝑚𝑎𝑥 1≤𝑘≤𝑐 𝑑(𝐶𝑘) …(1) Step 7: this D value calculated from equation 1 is used as an idea of identifying whether the clusters are compact and well separated or not. Step 8: exit. The main goal of the measure of the D value is to maximize the inter-cluster distances and minimizing the intra- cluster distances. As per the algorithm or procedure given above, it is very much obvious that the performance of the RBFN K- means algorithm depends only upon the initial positions of the cluster centers as the number of clusters is taken as an initial value to start off the procedure. And the data points or the datasets are assigned to these clusters one by one. So there lies no guarantee for the optimality of the solutions for estimating the cost of software. And hence it is said to be a quite lengthy approach, also known as multi pass approach. 4.2 APC-III approach: This is a one pass clustering algorithm. This approach works by calculating the constant radius of cluster through the following formula: 𝑅0 = 𝛼 ∗ 1 𝑁 ∗ 𝑚𝑖𝑛𝑖≠𝑗 𝑁 𝑖=1 𝑃𝑖 − 𝑃𝑗 Where N=number of historical software projects α=predetermined constant R0=radius of each cluster which in turn controls the number of clusters provided. APC-III approach [5], [7] works by generating clusters for each dataset. As the classification generated by the APC-III algorithm depends on the number of α that defines the radius R0. The number of clusters generated is inversely proportional to the radius. 𝑁𝑢𝑚𝑏𝑒𝑟 𝑜𝑓 𝑐𝑙𝑢𝑠𝑡𝑒𝑟𝑠 ∝ 1 𝑅0 As the value of R0 decreases, the numbers of clusters generated are also increases. In short, APC-III approach generates many clusters if R0 is small and few numbers of clusters if it is large.
  • 5. Software effort estimation through clustering techniques of RBFN network www.iosrjournals.org 62 | Page Algorithm: RBFN_APC-III (c, C, N, Pi, R0) (Here c=total number of clusters C=center of cluster. N=number of historical software projects Pi =dataset from COCOMO-2 dataset model. R0=radius of clusters). Step 1: start the APC-III procedure for radial basis function for neural network. Step 2: set the total number of clusters initially to 1, i.e. c=1. Step 3: now set P1 as the center of this cluster C1, here P1 represents the first software project in the datasets. Step 4: now for i=2 to N (N=total number of historical software projects), repeat the following steps. Step 4(a): for j=1 to c (c=number of clusters) i. Calculate the dij (dij is the Euclidean distance of Pi and cj, cj is the center of the cluster Cj). ii. now check if dij < R0 then, i. Add the Pi dataset into Cj and correspondingly adjust the center of Cj. ii. Exit from the loop. Step 4(b): else, if Pi is not included in to any of the clusters then, i. Create a new cluster that contains Pi as a center. Step 5: stop the criteria. According to Hwang and Bang, the APC-III is quite an efficient technique for constructing the middle layer of an RBFN because it can finish making clusters by going through all the training patterns only once. However it still proves to be dependent on the order of the data presentation. V. Conclusion In this paper, there are three most popular clustering approaches were presented to predict the software cost estimation. In one hand COCOMO which has been already proven and successfully applied in the software cost estimation field and in other hand the Radial Basis Function Neural Network that has been extensively used in incorporating COCOMO estimation and have proven its strength in estimating the cost. Furthermore, the APC-III clustering algorithm is used to estimate the efforts on the basis of historical projects and by calculating the radius function. On the other hand, the K-means clustering algorithm is used to predict the mean value which is useful in Gaussian function for network. To get accurate results the proposed network depends only on adjustments of weights from hidden layer of network to output layer of RBFN network. RBFN network with the APC-III clustering algorithm performs better, in terms cost estimation accuracy as compared to that of K- means approach because of its complexity and simplicity. This work can be extended by integrating with Fuzzy C-means clustering algorithm as well as with genetic algorithm approach. References: [1] A New Approach For Estimating Software Effort. Using RBFN Network. Ch. Satyananda Reddy, P. Sankara Rao, KVSVN Raju, V. Valli Kumari, IJCSNS International Journal of Computer Science and Network Security, VOL.8 No.7, July 2008. [2] A new approach of Software Effort Estimation Using Radial Basis. Sriman Srichandan Balasore College of Engineering and Technology,Balasore,Odisha ,India, International Journal on Advanced Computer Theory and Engineering (IJACTE), ISSN (Print) : 2319 – 2526, Volume-1, Issue-1, 2012, pp. 113-120. [3] M. Jorgensen, and M. Shepperd, "A Systematic Review of Software Development Cost Estimation Studies", IEEE Transactions on Software Engineering, Vol. 33, No. 1, 2007, pp. 33-53. [4] K. Molokken, and M. Jorgensen, "A Review of Surveys on Software Effort Estimation", in International Symposium on Empirical Software Engineering, 2003, pp. 223-231. [5] G. R. Finnie, and G. Witting, and J.-M. Desharnais, "A Comparison of Software Effort Estimation Techniques: Using Function Points with Neural Networks, Case-Based Reasoning and Regression Models", Systems and Software, Vol. 39, No. 3, 1997, pp. 281-289. [6] A. Idri, and A. Abran, and S. Mbarki, "An Experiment on the Design of Radial Basis Function Neural Networks for Software Cost Estimation", in 2nd IEEE International Conference on Information and Communication Technologies: from Theory to Applications, 2006, Vol. 1, pp. 230-235. [7] A. Idri, and A. Zahi, and E. Mendes, and A. Zakrani, "Software Cost Estimation Models Using Radial Basis Function Neural Networks", in International Conference on Software Process and Product Measurement, 2007, pp. 21-31.