SlideShare a Scribd company logo
Scientific Journal Impact Factor (SJIF): 1.711
International Journal of Modern Trends in Engineering
and Research
www.ijmter.com
@IJMTER-2014, All rights Reserved 450
e-ISSN: 2349-9745
p-ISSN: 2393-8161
Software Cost Estimation Using Clustering and Ranking Scheme
Ms. S. Buvana1
, Dr. M. Latha2
, Mr. R. Subramanian3
1
Research Scholar
2
M.Sc., M.Phil., Ph.D, Associate Professor, Department of Computer Science
1,2
Sri Sarada College for Women, Salem, Tamilnadu, India
3
Erode Arts and Science College, Erode
Abstract-Software cost estimation is an important task in the software design and development process.
Planning and budgeting tasks are carried out with reference to the software cost values. A variety of
software properties are used in the cost estimation process. Hardware, products, technology and
methodology factors are used in the cost estimation process. The software cost estimation quality is
measured with reference to the accuracy levels.
Software cost estimation is carried out using three types of techniques. They are regression based
model, anology based model and machine learning model. Each model has a set of technique for the
software cost estimation process. 11 cost estimation techniques fewer than 3 different categories are
used in the system. The Attribute Relational File Format (ARFF) is used maintain the software product
property values. The ARFF file is used as the main input for the system.
The proposed system is designed to perform the clustering and ranking of software cost
estimation methods. Non overlapped clustering technique is enhanced with optimal centroid estimation
mechanism. The system improves the clustering and ranking process accuracy. The system produces
efficient ranking results on software cost estimation methods.
I. INTRODUCTION
Cost judgment or estimation is one of the most difficult tasks in project management. It is to
accurately estimate needed resources and required schedules for software development projects. The
software estimation process includes estimating the size of the software product to be produced,
estimating the effort required, developing preliminary project schedules and finally, estimating on the
whole cost of the project. In the last few years’there are many software cost estimation methods
available including algorithmic methods, estimating by analogy, expert judgment method, price to win
method, top-down method and bottom-up method. No one method is necessarily better or worse than the
other, their strengths and weaknesses are often complimentary to each other. To understand their
strengths and weaknesses is very important when the user want to estimate their projects.
For improving the accuracy of cost estimation other fields also calibrate with the software
engineering fields. 2CEE is one of the cost estimation model developed by JPL for NASA [4]. This
model combination of data mining and software engineering fields. This type of estimation it can
calibrate machine learning algorithms with cost estimation models. The main aim of the system to
provide a survey of all these type of models and methods and see which model generates the accurate
sestimation.
II. RELATED WORK
During the last decades there has been evolving research concerning the identification of the best
SCE method [1]. Researchers strive to introduce prediction techniques including expert judgment,
algorithmic, statistical and machine learning methods. Miyazaki et al. claimed that the “de facto”
International Journal of Modern Trends in Engineering and Research (IJMTER)
Volume 02, Issue 01, [January - 2015] e-ISSN: 2349-9745, p-ISSN: 2393-8161
@IJMTER-2014, All rights Reserved 451
MMRE accuracy measure tends to advance models that underestimate the actual effort while
Kitchenham et al. indicated the variation of accuracy measures as a primary source of inconclusive
studies. Toward this direction, Foss et al. investigated the basis of this criticism through a simulation
study, proposing alternative accuracy indicators and concluding that there is need for applying well
established statistical procedures when conducting SCE experiments.
Myrtveit et al. extended the above-mentioned findings and pointed out that inconsistent results
are not caused only by accuracy measures but also by unreliable research procedures. Through a
simulation study, they studied the consequences of three main ingredients of the comparison process: the
single data sample, the accuracy indicator and the cross-validation procedure. Mittas and Angelis [5]
showed that the usual practice of promoting a model against a competitive one just by reporting an
indicator can lead to erroneous results since these indicators are single statistics of error distributions,
usually highly skewed and nonnormal. In this regard, they proposed resampling procedures for
hypothesis testing, such as permutation tests and bootstrap techniques for the construction of robust
confidence intervals.
Menzies et al. [6] studied the problem of “conclusion instability” through the COSEEKMO
toolkit that supports 15 parametric learners with row and column preprocessors based on two different
sets of tuning parameters. The Scott-Knott test presented here was used in another context, for
combining classifiers applied to large databases. Specifically, the Scott-Knott test and other statistical
tests were used for the selection of the best subgroup among different classification algorithms and the
subsequent fusion of the models’ decisions in this subgroup via simple methods, like weighted voting.
In [7], Demsar discusses the issue of statistical tests for comparisons of several machine learning
classifiers on multiple datasets reviewing several statistical methodologies. The method proposed as
more suitable is the nonparametric analogue of ANOVA, i.e., the Friedman test, along with the
corresponding Nemenyi post hoc test. The Friedman test ranks all the classifiers separately for each
dataset and then uses the average ranks of algorithms to test whether all classifiers are equivalent. In
case of differences, the Nemenyi test performs all the pairwise comparisons between classifiers to
identify the significant differences. This method is used by Lessmann et al. [9] for the comparison of
classifiers for prediction of defected modules. The methodology described in our paper, apart from the
fact that is applied to a different problem, i.e., the SCE where cost and prediction errors are continuous
variables, has fundamental differences regarding the goals, the way it is used and the output.
III. SOFTWARE COST ESTIMATION MODELS
The importance and the significant role of Software Cost Estimation (SCE) to the well-balanced
management of a forthcoming project are clearly portrayed through the introduction and utilization of a
large number of techniques during the past decades [1]. The rapidly increased need of large-scaled and
complex software systems leads managers to settle SCE as one of the most vital activities that is closely
related with the success or failure of the whole development process. Inaccurate estimates can be proved
catastrophic to both developers and customers since they can cause the delay of the product deliverables
or, even worse, the cancellation of a contract.
There is an imperative need to investigate what the state of the art in statistics is before trying to
derive conclusions and unstable results concerning the superiority of a prediction model over others for
a particular dataset. The answer to this problem cannot constitute a unique solution since the notion of
“best” is quite subjective [2]. In fact, a practitioner can always rank the prediction models according to a
predefined accuracy measure, but the critical issue is to identify how many of them are evidently the
best, in the sense that their difference from all the others is statistically significant. The research question
of finding the “best” prediction technique can be restated as a problem of identifying a subset or a group
of best techniques. The aim of the system is therefore to propose a statistical framework for comparative
International Journal of Modern Trends in Engineering and Research (IJMTER)
Volume 02, Issue 01, [January - 2015] e-ISSN: 2349-9745, p-ISSN: 2393-8161
@IJMTER-2014, All rights Reserved 452
SCE experiments concerning multiple prediction models. It is worth mentioning that the setup of the
current study was also inspired by an analogous attempt dealing with the problem of comparing
classification models in Software Defect Prediction, a research area that is also closely related to the
improvement of software quality.
The methodology is based on the analysis of a Design of Experiment (DOE) or Experimental
Design, a basic statistical tool in many applied research areas such as engineering, financial and medical
sciences. In the field of SCE it has not yet been used in a systematic manner. Generally, DOE refers to
the process of planning, designing and analyzing an experiment in order to derive valid and objective
conclusions effectively and efficiently by taking into account, in a balanced and systematic manner, the
sources of variation. In the present study [8], DOE analysis is used to compare different cost prediction
models by taking into account the blocking effect, i.e., the fact that they are applied repeatedly on the
same training-test datasets.
The statistical methodology is also based on an algorithmic procedure which is able to produce
nonoverlapping clusters of prediction models, homogeneous with respect to their predictive
performance. For this purpose, the system utilizes a specific test from the generic class of multiple
comparisons procedures, namely, the Scott-Knott test, which ranks the models and partitions them into
clusters.
The statistical framework is applied on a relatively large-scale set of 11 methods over six public
domain datasets from the PROMISE repository and the International Software Benchmarking Standards
Group (ISBSG) [3]. Finally, in order to address the disagreement on the performance measures, the
system applies the whole analysis on three functions of error that measure different important aspects of
prediction techniques: accuracy, bias and spread of estimates.
IV. PROBLEM STATEMENT
The important role of well-established statistical comparisons in SCE is highlighted in many
recent systems, especially during the last decade, where the findings are derived through formal
statistical hypothesis testing. Indeed, the researchers use parametric as well as nonparametric
procedures, whereas there has also been increasing interest for more robust statistical tests such as
permutation tests and bootstrapping techniques for the construction of confidence intervals. The system
belongs to a generic class in statistics known as “multiple hypothesis testing” and can be defined as the
procedure of testing more than one hypothesis simultaneously. Briefly describing the problem, the
conclusions derived from a statistical hypothesis test are always subject to uncertainty. For this reason,
the system uses an acceptable maximum probability of rejecting the null hypothesis when it is true and
this is referred to as a “Type I error”. In the case of multiple comparison problems, when several
hypotheses are carried out, the probability that at least a Type I error occurs increases dramatically with
the number of hypotheses. Multiple Comparative Algorithms (MCA) is used to evaluate the software
cost estimation measure quality. The following problems are identified from the current software cost
estimation models. The clustering accuracy is very low in the MCA scheme. Ranking prediction
accuracy is limited in the MCA scheme. Software product property relationships are not considered.
V. ENHANCED MULTIPLE COMPARATIVE ALGORITHMS (EMCA)
The software cost estimation measures are used to estimate the software product cost for the
development process. The Multiple Comparative Algorithms are used to analyze the quality of the
software cost estimation measures. The algorithm ranks and clusters the cost prediction models based on
the errors measured for a particular dataset. Therefore, each dataset has its own set of “best” models.
This is more realistic in SCE practice since each software development organization has its own dataset
and wants to find the models that best fit its data rather than trying to find a globally best model which is
International Journal of Modern Trends in Engineering and Research (IJMTER)
Volume 02, Issue 01, [January - 2015] e-ISSN: 2349-9745, p-ISSN: 2393-8161
@IJMTER-2014, All rights Reserved 453
unfeasible [10]. Furthermore, the clustering as an output is different from the output of pairwise
comparisons tests, like the Nemenyi test. For larger numbers of models the overlapping homogeneous
groups resulting from pairwise tests are ambiguous and problematic in interpretation. On the other hand,
a ranking and clustering algorithm provides clear groupings of models, designating the group of best
models for a particular dataset.
The goal of the system is to further extend the research concerning the comparison and ranking
of multiple alternative SCE models. The system uses a framework for conducting comparative
experiments and present an evaluation of this analysis over different datasets and prediction models. The
Multiple Comparative Algorithm (MCA) based software cost estimation measure quality analysis
scheme is improved with optimal centroid based clustering scheme. The system also uses the software
product property relationships for cost estimation process. The Enhanced Multiple Comparative
Algorithm (EMCA) is proposed to measure and rank the cost estimation measures with high accuracy
levels. The Multple Comparative Algorithms (MCA) scheme is used to measure the software cost
prediction model quality levels. The clustering and ranking model is used to evaluate the measures. The
Non overlapped clustering mechanism is used in the MCA analysis scheme. The EMCA scheme is
enhanced with optimal centroid based clustering mechanism to iimprove the cluster quality measures.
The rank values are fetched from the EMCA cluster results. The software cost estimation schemes are
categorized with reference o the cluster results. Random centroid based clustering scheme is replaced
with optimal centroid based model. The system improves the clustering accuracy levels and prediction
levels.
VI. SOFTWARE COST ESTIMATION USING CLUSTER ANALYSIS
The software cost estimation scheme analysis operations are evaluated with different statistical
models. The Multiple Comparative Algorithms (MCA) scheme is used to rank and cluster the software
cost estimation methods. The Enhanced Multiple Comparative Algorithms (EMCA) scheme is used to
improve the clustering accuracy and prediction measure analysis. The system is divided into four major
modules. They are dataset analysis, cost estimation, MCA scheme and EMCA scheme. The dataset
analysis scheme is used fetch data from the datasets. The cost estimation mechanism is used to measure
the software cost based on the software product information. The MCA scheme is used to rank and
cluster the software cost estimation models. The EMCA scheme is also used to measure the quality of
the software cost estimation measures.
6.1. Dataset Analysis
The dataset analysis module is designed to load the dataset values from benchmark data
collections. The data values are collected from the standard benchmark datasets. The datasets are
collected in ARFF model. The Attribute Relational File Format (ARFF) model is used to provide the
software produce details. The attribute for the ARFF file is provided in attribute text files. The ARFF
and text files are used as the input for the system. The ARFF file details are converted in to Comma
Separated Values (CSV) format using the WEKA tool. The CSV file is used as the input for the software
product cost estimation mechanism.
6.2. Cost Estimation
The cost estimation operations are carried out under cost estimation module. The system uses the
three different cost estimation measures. They are regression model, analogy model and machine
learning model. 11 different cost estimation measures are used in the system. The cost values are
estimated using the software product properties collected from the CSV input file. The cost values are
International Journal of Modern Trends in Engineering and Research (IJMTER)
Volume 02, Issue 01, [January - 2015] e-ISSN: 2349-9745, p-ISSN: 2393-8161
@IJMTER-2014, All rights Reserved 454
estimated and updated in to the database. The cost estimation process is carried out for the selected
software product.
6.3. Ranking and Clustering with MCA
The ranking process is carried out with clustering functions for software cost estimation model
analysis. Multiple Comparative Algorithms are used for the ranking and clustering process. Non
overlapping clustering scheme is used in the system. Random centroids are used in the clustering
process. The software cost estimation measures are ranked with their property values. The clustering and
ranking results are produced for the selected software product for all cost estimation measures.
6.4. Ranking and Clustering with EMCA
The Enhanced Multiple Comparative Algorithms (EMCA) scheme is used to rank and cluster the
software cost estimation measures. The optimal centorids are used for the clustering process. The system
improves the clustering quality with optimal centroids. The software cost estimation measure is analyzed
with cost and other property values. The system produces better ranking and clustering solutions for the
software cost estimation process.
VII. PERFORMANCE ANALYSIS
The software cost estimation models are analyzed with Multiple Comparative Algorithms
(MCA) and Enhanced Multiple Comparative Algorithms (EMCA) schemes. The clustering scheme is
improved in EMCA model using the optimal centroid scheme. The system is tested with 11 estimation
measures with standard benchmark datasets. The Fitness measures, purity and entropy measures are
used for the performance analysis process.
7.1. Datasets
The datasets for the experimentation are derived from two sources, namely, the PROMISE
repository and the International Software Benchmarking Standards Group (ISBSG, release 10). The
main reason for this selection was that these datasets have been extensively used to empirically validate
or justify a large amount of research results, whereas they are also publically available. Each dataset
contains a different number of projects and a set of independent variables with mixed-type
characteristics, whereas the dependent variable that has to be predicted is the actual effort. Another
criterion for the selection of the datasets was the ability to apply all the competitive prediction methods
on them. Therefore, the system did not consider datasets with too many categorical variables which
cause problems to certain methods like regression and Neural Networks.
The ISBSG repository contains 4,106 software projects from more than 25 countries, but most of
the variables have a large amount of missing values. Keeping in mind the guidelines of ISBSG
suggesting filtering of the data projects, the system decided to discard the projects with missing values.
Moreover, an important issue in SCE is the utilization of datasets with high quality in the process of
evaluation and comparison of prediction models. Due to this fact and the instructions of the ISBSG
organization that point out not taking into account projects with low quality on projects marked with
“A” in Data Quality Rating and UFP Rating. Finally, the independent characteristics utilized in the
construction of the alternative models are the order to retain the compatibility with other studies.
7.2. Fitness Measure
The F-measure is a harmonic combination of the precision and recall values used in information
retrieval. Each cluster obtained can be considered as the result of a query, whereas each preclassified set
of documents can be considered as the desired set of documents for that query. Thus, the system can
International Journal of Modern Trends in Engineering and Research (IJMTER)
Volume 02, Issue 01, [January - 2015] e-ISSN: 2349-9745, p-ISSN: 2393-8161
@IJMTER-2014, All rights Reserved 455
calculate the precision P(i, j) and recall R(I, j) of each cluster j for each class i. If ni is the number of
members of the class i, nj is the number of members of the cluster j and nij is the number of members of
the class i in the cluster j, then P(i, j) and R(i, j) can be defined as
,),(
j
ij
n
n
jiP = (1)
i
ij
n
n
jiR =),( (2)
The corresponding F-measure F(i, j) is defined as
),(),(
),(*),(*2
),(
jiRjiP
jiRjiP
jiF
+
= (3)
Then, the F-measure of the whole clustering result is defined as
∑=
i j
i
jiF
n
n
F )),,((max (4)
where n is the total number of documents in the data set. In general, the larger the F-measure is, the
better the clustering result is (2).
Figure: 7.1. F-measure Analysis of MCA and EMCA Techniques
The Fitness measure analysis between the Multiple Comparative Algorithms (MCA) scheme and
the Enhanced Multiple Comparative Algorithm (EMCA) schemes are shown in figure 7.1. The results
show that the Enhanced Multiple Comparative Algorithm (EMCA) scheme increases the Fitness
measure 10% than the Multiple Comparative Algorithm (MCA) scheme.
7.3. Purity
The purity analysis between the Multiple Comparative Algorithms (MCA) scheme and the
Enhanced Multiple Comparative Algorithm (EMCA) schemes are shown in figure 7.2. The results show
that the Enhanced Multiple Comparative Algorithm (EMCA) scheme increases the purity analysis 20%
than the Multiple Comparative Algorithm (MCA) scheme.
0.75
0.8
0.85
0.9
0.95
1
5 10 15 20 25Softwa
res
F-
Measur
e
F-measure analysis
of MCA and EMCA
Techniques
MCA
EMCA
International Journal of Modern Trends in Engineering and Research (IJMTER)
Volume 02, Issue 01, [January - 2015] e-ISSN: 2349-9745, p-ISSN: 2393-8161
@IJMTER-2014, All rights Reserved 456
Figure No: 7.2. Purity Analysis of MVSC, SMVSC and HSMVSC Techniques
7.4. Entropy
Entropy reflects the homogeneity of a set of objects and thus can be used to indicate the
homogeneity of a cluster. This is referred to cluster entropy. Lower cluster entropy indicates more
homogeneous clusters. On the other hand, the system can also measure the entropy of a prelabeled class
of objects, which indicates the homogeneity of a class with respect to the generated clusters. The less
fragmented a class across clusters, the higher its entropy and vice versa. This is referred to as class
entropy.
Figure: 7.3. Entropy Analysis of MCA and EMCA Techniques
The Entropy analysis between the Multiple Comparative Algorithms (MCA) scheme and the
Enhanced Multiple Comparative Algorithm (EMCA) schemes are shown in figure 7.3. The results show
that the Enhanced Multiple Comparative Algorithm (EMCA) scheme increases the Entropy analysis
25% than the Multiple Comparative Algorithm (MCA) scheme.
VIII. CONCLUSION AND FUTURE WORK
The software cost estimation measures are analyzed using the statistical methods. Ranking and
clustering operations are carried out under the analysis process. The system deals with a critical research
issue in software cost estimation concerning the simultaneous comparison of alternative prediction
models. They are ranking and clustering in groups of similar performance. The system examined the
0
0.5
1
1.5
5 10 15 20 25
Softw
ares
Purit
y
Purity analysis of
MCA and EMCA
Techniques
MCA
EMCA
0
1
2
3
5 10 15 20 25
Entropy
Softwares
Entropy Analysis of
MCA and EMCA
Techniques
MCA
EMCA
International Journal of Modern Trends in Engineering and Research (IJMTER)
Volume 02, Issue 01, [January - 2015] e-ISSN: 2349-9745, p-ISSN: 2393-8161
@IJMTER-2014, All rights Reserved 457
predictive power of 11 models over six public domain datasets. The system uses the Multiple
Comparative Algorithms (MCA) for the clustering and ranking process. The MCA scheme is enhanced
with optimal centroid models to improve the accuracy level. The standard benchmark data values are
used to test the quality of the ranking and clustering system.
The software cost estimation is performed with different types of estimation methods. The
system analyzes the software cost estimation methods and produces the ranked result based on the
quality and accuracy factors. Regression, Analogy and Machine learning approaches are used in the cost
estimation process. The system can be enhanced with the following features.
o The system can be enhanced to measure the maintenance cost for the software products.
o The system can be adapted to measure the efforts and risk levels for the software’s.
o The system can be improved to analyze the design quality issues based ranking and clustering
scheme.
REFERENCES
[1] M. Jorgensen and M. Shepperd, “A Systematic Review of Software Development Cost Estimation Studies,” IEEE Trans.
Software Eng., Jan. 2007.
[2] Nikolaos Mittas and Lefteris Angelis, “Ranking and Clustering Software Cost Estimation Models through a Multiple
Comparisons Algorithm”, IEEE Transactions On Software Engineering, Vol. 39, No. 4, April 2013.
[3] ISBSG Data Set 10, http://www.isbsg.org. 2007.
[4] Qiang He, Jun Han, Jean-Guy Schneider and Steve Versteeg, “Formulating Cost-Effective Monitoring Strategies for
Service-Based Systems”, IEEE Transactions On Software Engineering, May 2014.
[5] N. Mittas and L. Angelis, “Comparing Cost Prediction Models by Resampling Techniques,” J. Systems and Software, vol.
81, no. 5, pp. 616-632, May 2008.
[6] T. Menzies, D. Baker and K. Lum, “Stable Rankings for Different Effort Models,” Automated Software Eng., vol. 17, no.
4, pp. 409-437, Dec. 2010.
[7] J. Demsar, “Statistical Comparisons of Classifiers over Multiple Data Sets,” J. Machine Learning Research, 2006.
[8] Ayse Tosun Misirli and Ayse Basar Bener, “Bayesian Networks For Evidence-Based Decision-Making in Software
Engineering”, IEEE Transactions On Software Engineering, June 2014
[9] S. Lessmann, C. Mues and S. Pietsch, “Benchmarking Classification Models for Software Defect Prediction: A Proposed
Framework and Novel Findings,” IEEE Trans. Software Eng., July/Aug. 2008.
[10] Juan Manuel Vara, Alvaro Jimenez and Esperanza Marcos, “Dealing with Traceability in the MDD of Model
Transformations”, IEEE Transactions On Software Engineering, June 2014.
Software Cost Estimation Using Clustering and Ranking Scheme
Software Cost Estimation Using Clustering and Ranking Scheme

More Related Content

What's hot

Thesis Part II EMGT 699
Thesis Part II EMGT 699Thesis Part II EMGT 699
Thesis Part II EMGT 699
Karthik Murali
 
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
International Journal of Technical Research & Application
 
Review on Algorithmic and Non Algorithmic Software Cost Estimation Techniques
Review on Algorithmic and Non Algorithmic Software Cost Estimation TechniquesReview on Algorithmic and Non Algorithmic Software Cost Estimation Techniques
Review on Algorithmic and Non Algorithmic Software Cost Estimation Techniques
ijtsrd
 
The Impact of Software Complexity on Cost and Quality - A Comparative Analysi...
The Impact of Software Complexity on Cost and Quality - A Comparative Analysi...The Impact of Software Complexity on Cost and Quality - A Comparative Analysi...
The Impact of Software Complexity on Cost and Quality - A Comparative Analysi...
ijseajournal
 
Operations Research
Operations ResearchOperations Research
Operations Research
Ahana Ahu
 
Software Defect Prediction Using Local and Global Analysis
Software Defect Prediction Using Local and Global AnalysisSoftware Defect Prediction Using Local and Global Analysis
Software Defect Prediction Using Local and Global Analysis
Editor IJMTER
 
Kumar2021
Kumar2021Kumar2021
Kumar2021
SadhikaArora2
 
The End User Requirement for Project Management Software Accuracy
The End User Requirement for Project Management Software Accuracy The End User Requirement for Project Management Software Accuracy
The End User Requirement for Project Management Software Accuracy
IJECEIAES
 
Dc35579583
Dc35579583Dc35579583
Dc35579583
IJERA Editor
 
PORM: Predictive Optimization of Risk Management to Control Uncertainty Probl...
PORM: Predictive Optimization of Risk Management to Control Uncertainty Probl...PORM: Predictive Optimization of Risk Management to Control Uncertainty Probl...
PORM: Predictive Optimization of Risk Management to Control Uncertainty Probl...
IJECEIAES
 
Effectiveness of test case
Effectiveness of test caseEffectiveness of test case
Effectiveness of test case
ijseajournal
 
Prioritizing Test Cases for Regression Testing A Model Based Approach
Prioritizing Test Cases for Regression Testing A Model Based ApproachPrioritizing Test Cases for Regression Testing A Model Based Approach
Prioritizing Test Cases for Regression Testing A Model Based Approach
IJTET Journal
 
THE APPLICATION OF CAUSE EFFECT GRAPH FOR THE COLLEGE PLACEMENT PROCESS
THE APPLICATION OF CAUSE EFFECT GRAPH FOR THE COLLEGE PLACEMENT PROCESSTHE APPLICATION OF CAUSE EFFECT GRAPH FOR THE COLLEGE PLACEMENT PROCESS
THE APPLICATION OF CAUSE EFFECT GRAPH FOR THE COLLEGE PLACEMENT PROCESSVESIT/University of Mumbai
 
Conceptualization of a Domain Specific Simulator for Requirements Prioritization
Conceptualization of a Domain Specific Simulator for Requirements PrioritizationConceptualization of a Domain Specific Simulator for Requirements Prioritization
Conceptualization of a Domain Specific Simulator for Requirements Prioritization
researchinventy
 
Ijcatr04051006
Ijcatr04051006Ijcatr04051006
Ijcatr04051006
Editor IJCATR
 
Configuration Navigation Analysis Model for Regression Test Case Prioritization
Configuration Navigation Analysis Model for Regression Test Case PrioritizationConfiguration Navigation Analysis Model for Regression Test Case Prioritization
Configuration Navigation Analysis Model for Regression Test Case Prioritization
ijsrd.com
 
Comparative Performance Analysis of Machine Learning Techniques for Software ...
Comparative Performance Analysis of Machine Learning Techniques for Software ...Comparative Performance Analysis of Machine Learning Techniques for Software ...
Comparative Performance Analysis of Machine Learning Techniques for Software ...
csandit
 
A Systematic Mapping Review of Software Quality Measurement: Research Trends,...
A Systematic Mapping Review of Software Quality Measurement: Research Trends,...A Systematic Mapping Review of Software Quality Measurement: Research Trends,...
A Systematic Mapping Review of Software Quality Measurement: Research Trends,...
IJECEIAES
 

What's hot (18)

Thesis Part II EMGT 699
Thesis Part II EMGT 699Thesis Part II EMGT 699
Thesis Part II EMGT 699
 
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
 
Review on Algorithmic and Non Algorithmic Software Cost Estimation Techniques
Review on Algorithmic and Non Algorithmic Software Cost Estimation TechniquesReview on Algorithmic and Non Algorithmic Software Cost Estimation Techniques
Review on Algorithmic and Non Algorithmic Software Cost Estimation Techniques
 
The Impact of Software Complexity on Cost and Quality - A Comparative Analysi...
The Impact of Software Complexity on Cost and Quality - A Comparative Analysi...The Impact of Software Complexity on Cost and Quality - A Comparative Analysi...
The Impact of Software Complexity on Cost and Quality - A Comparative Analysi...
 
Operations Research
Operations ResearchOperations Research
Operations Research
 
Software Defect Prediction Using Local and Global Analysis
Software Defect Prediction Using Local and Global AnalysisSoftware Defect Prediction Using Local and Global Analysis
Software Defect Prediction Using Local and Global Analysis
 
Kumar2021
Kumar2021Kumar2021
Kumar2021
 
The End User Requirement for Project Management Software Accuracy
The End User Requirement for Project Management Software Accuracy The End User Requirement for Project Management Software Accuracy
The End User Requirement for Project Management Software Accuracy
 
Dc35579583
Dc35579583Dc35579583
Dc35579583
 
PORM: Predictive Optimization of Risk Management to Control Uncertainty Probl...
PORM: Predictive Optimization of Risk Management to Control Uncertainty Probl...PORM: Predictive Optimization of Risk Management to Control Uncertainty Probl...
PORM: Predictive Optimization of Risk Management to Control Uncertainty Probl...
 
Effectiveness of test case
Effectiveness of test caseEffectiveness of test case
Effectiveness of test case
 
Prioritizing Test Cases for Regression Testing A Model Based Approach
Prioritizing Test Cases for Regression Testing A Model Based ApproachPrioritizing Test Cases for Regression Testing A Model Based Approach
Prioritizing Test Cases for Regression Testing A Model Based Approach
 
THE APPLICATION OF CAUSE EFFECT GRAPH FOR THE COLLEGE PLACEMENT PROCESS
THE APPLICATION OF CAUSE EFFECT GRAPH FOR THE COLLEGE PLACEMENT PROCESSTHE APPLICATION OF CAUSE EFFECT GRAPH FOR THE COLLEGE PLACEMENT PROCESS
THE APPLICATION OF CAUSE EFFECT GRAPH FOR THE COLLEGE PLACEMENT PROCESS
 
Conceptualization of a Domain Specific Simulator for Requirements Prioritization
Conceptualization of a Domain Specific Simulator for Requirements PrioritizationConceptualization of a Domain Specific Simulator for Requirements Prioritization
Conceptualization of a Domain Specific Simulator for Requirements Prioritization
 
Ijcatr04051006
Ijcatr04051006Ijcatr04051006
Ijcatr04051006
 
Configuration Navigation Analysis Model for Regression Test Case Prioritization
Configuration Navigation Analysis Model for Regression Test Case PrioritizationConfiguration Navigation Analysis Model for Regression Test Case Prioritization
Configuration Navigation Analysis Model for Regression Test Case Prioritization
 
Comparative Performance Analysis of Machine Learning Techniques for Software ...
Comparative Performance Analysis of Machine Learning Techniques for Software ...Comparative Performance Analysis of Machine Learning Techniques for Software ...
Comparative Performance Analysis of Machine Learning Techniques for Software ...
 
A Systematic Mapping Review of Software Quality Measurement: Research Trends,...
A Systematic Mapping Review of Software Quality Measurement: Research Trends,...A Systematic Mapping Review of Software Quality Measurement: Research Trends,...
A Systematic Mapping Review of Software Quality Measurement: Research Trends,...
 

Viewers also liked

Analogodigital
AnalogodigitalAnalogodigital
Analogodigital
Adrián Trémoli
 
Great panther silver limited corporate presentation june 21 2016_qr
Great panther silver limited corporate presentation june 21 2016_qrGreat panther silver limited corporate presentation june 21 2016_qr
Great panther silver limited corporate presentation june 21 2016_qr
Great Panther Silver Limited
 
Coca cola
Coca colaCoca cola
Coca cola
Eder Flores
 
Allied College - Financial Correspondance
Allied College - Financial CorrespondanceAllied College - Financial Correspondance
Allied College - Financial CorrespondanceMichael Baker
 
Great panther silver limited corporate presentation may 11 2016_qr
Great panther silver limited corporate presentation may 11 2016_qrGreat panther silver limited corporate presentation may 11 2016_qr
Great panther silver limited corporate presentation may 11 2016_qr
Great Panther Silver Limited
 
Rekap Metodologi Desain Kelompok 6
Rekap Metodologi Desain Kelompok 6Rekap Metodologi Desain Kelompok 6
Rekap Metodologi Desain Kelompok 6
Erricha Darin
 
Pether
PetherPether
Pether
Julio Rode
 
Great panther silver_limited_corporate_presentation_november_2_2016_qr
Great panther silver_limited_corporate_presentation_november_2_2016_qrGreat panther silver_limited_corporate_presentation_november_2_2016_qr
Great panther silver_limited_corporate_presentation_november_2_2016_qr
Great Panther Silver Limited
 
Greencommunication anapproachtoreduceehsfromcellularphones-120316150959-phpapp02
Greencommunication anapproachtoreduceehsfromcellularphones-120316150959-phpapp02Greencommunication anapproachtoreduceehsfromcellularphones-120316150959-phpapp02
Greencommunication anapproachtoreduceehsfromcellularphones-120316150959-phpapp02
meena reddy
 
Komunikasi antar pribadi
Komunikasi antar pribadiKomunikasi antar pribadi
Komunikasi antar pribadi
1115500020BBK
 
Reunião nº 16 - Preparação da reunião de Homenagem ao Profissional - dia 15-1...
Reunião nº 16 - Preparação da reunião de Homenagem ao Profissional - dia 15-1...Reunião nº 16 - Preparação da reunião de Homenagem ao Profissional - dia 15-1...
Reunião nº 16 - Preparação da reunião de Homenagem ao Profissional - dia 15-1...Rotary Clube Vizela
 
Historieta
Historieta Historieta
RECEITAS PUBLICAS
RECEITAS PUBLICASRECEITAS PUBLICAS
RECEITAS PUBLICAS
Universidade Pedagogica
 
Monografia xavier bila
Monografia xavier bilaMonografia xavier bila
Monografia xavier bila
Xavier Billa
 
Monografia recrutamento e selecção como ferramenta de desenvolvimento insti...
Monografia   recrutamento e selecção como ferramenta de desenvolvimento insti...Monografia   recrutamento e selecção como ferramenta de desenvolvimento insti...
Monografia recrutamento e selecção como ferramenta de desenvolvimento insti...
Universidade Pedagogica
 
Monografia sistema de carreira na função pública
Monografia   sistema de carreira na função públicaMonografia   sistema de carreira na função pública
Monografia sistema de carreira na função pública
Universidade Pedagogica
 
O papel da auditoria interna nas instituicoes publicas - Monografia
O papel da auditoria interna nas instituicoes publicas - MonografiaO papel da auditoria interna nas instituicoes publicas - Monografia
O papel da auditoria interna nas instituicoes publicas - Monografia
Universidade Pedagogica
 

Viewers also liked (17)

Analogodigital
AnalogodigitalAnalogodigital
Analogodigital
 
Great panther silver limited corporate presentation june 21 2016_qr
Great panther silver limited corporate presentation june 21 2016_qrGreat panther silver limited corporate presentation june 21 2016_qr
Great panther silver limited corporate presentation june 21 2016_qr
 
Coca cola
Coca colaCoca cola
Coca cola
 
Allied College - Financial Correspondance
Allied College - Financial CorrespondanceAllied College - Financial Correspondance
Allied College - Financial Correspondance
 
Great panther silver limited corporate presentation may 11 2016_qr
Great panther silver limited corporate presentation may 11 2016_qrGreat panther silver limited corporate presentation may 11 2016_qr
Great panther silver limited corporate presentation may 11 2016_qr
 
Rekap Metodologi Desain Kelompok 6
Rekap Metodologi Desain Kelompok 6Rekap Metodologi Desain Kelompok 6
Rekap Metodologi Desain Kelompok 6
 
Pether
PetherPether
Pether
 
Great panther silver_limited_corporate_presentation_november_2_2016_qr
Great panther silver_limited_corporate_presentation_november_2_2016_qrGreat panther silver_limited_corporate_presentation_november_2_2016_qr
Great panther silver_limited_corporate_presentation_november_2_2016_qr
 
Greencommunication anapproachtoreduceehsfromcellularphones-120316150959-phpapp02
Greencommunication anapproachtoreduceehsfromcellularphones-120316150959-phpapp02Greencommunication anapproachtoreduceehsfromcellularphones-120316150959-phpapp02
Greencommunication anapproachtoreduceehsfromcellularphones-120316150959-phpapp02
 
Komunikasi antar pribadi
Komunikasi antar pribadiKomunikasi antar pribadi
Komunikasi antar pribadi
 
Reunião nº 16 - Preparação da reunião de Homenagem ao Profissional - dia 15-1...
Reunião nº 16 - Preparação da reunião de Homenagem ao Profissional - dia 15-1...Reunião nº 16 - Preparação da reunião de Homenagem ao Profissional - dia 15-1...
Reunião nº 16 - Preparação da reunião de Homenagem ao Profissional - dia 15-1...
 
Historieta
Historieta Historieta
Historieta
 
RECEITAS PUBLICAS
RECEITAS PUBLICASRECEITAS PUBLICAS
RECEITAS PUBLICAS
 
Monografia xavier bila
Monografia xavier bilaMonografia xavier bila
Monografia xavier bila
 
Monografia recrutamento e selecção como ferramenta de desenvolvimento insti...
Monografia   recrutamento e selecção como ferramenta de desenvolvimento insti...Monografia   recrutamento e selecção como ferramenta de desenvolvimento insti...
Monografia recrutamento e selecção como ferramenta de desenvolvimento insti...
 
Monografia sistema de carreira na função pública
Monografia   sistema de carreira na função públicaMonografia   sistema de carreira na função pública
Monografia sistema de carreira na função pública
 
O papel da auditoria interna nas instituicoes publicas - Monografia
O papel da auditoria interna nas instituicoes publicas - MonografiaO papel da auditoria interna nas instituicoes publicas - Monografia
O papel da auditoria interna nas instituicoes publicas - Monografia
 

Similar to Software Cost Estimation Using Clustering and Ranking Scheme

A Systematic Literature Review On Methods For Software Effort Estimation
A Systematic Literature Review On Methods For Software Effort EstimationA Systematic Literature Review On Methods For Software Effort Estimation
A Systematic Literature Review On Methods For Software Effort Estimation
Jeff Brooks
 
A Complexity Based Regression Test Selection Strategy
A Complexity Based Regression Test Selection StrategyA Complexity Based Regression Test Selection Strategy
A Complexity Based Regression Test Selection Strategy
CSEIJJournal
 
Comparison of available Methods to Estimate Effort, Performance and Cost with...
Comparison of available Methods to Estimate Effort, Performance and Cost with...Comparison of available Methods to Estimate Effort, Performance and Cost with...
Comparison of available Methods to Estimate Effort, Performance and Cost with...
International Journal of Engineering Inventions www.ijeijournal.com
 
Data mining for prediction of human
Data mining for prediction of humanData mining for prediction of human
Data mining for prediction of human
IJDKP
 
Comparative performance analysis
Comparative performance analysisComparative performance analysis
Comparative performance analysis
csandit
 
Applications Of Statistics In Software Engineering
Applications Of Statistics In Software EngineeringApplications Of Statistics In Software Engineering
Applications Of Statistics In Software Engineering
Kristen Carter
 
Effectiveness of software product metrics for mobile application
Effectiveness of software product metrics for mobile application Effectiveness of software product metrics for mobile application
Effectiveness of software product metrics for mobile application
tanveer ahmad
 
Determination of Software Release Instant of Three-Tier Client Server Softwar...
Determination of Software Release Instant of Three-Tier Client Server Softwar...Determination of Software Release Instant of Three-Tier Client Server Softwar...
Determination of Software Release Instant of Three-Tier Client Server Softwar...
Waqas Tariq
 
Comparative Analysis of Model Based Testing and Formal Based Testing - A Review
Comparative Analysis of Model Based Testing and Formal Based Testing - A ReviewComparative Analysis of Model Based Testing and Formal Based Testing - A Review
Comparative Analysis of Model Based Testing and Formal Based Testing - A Review
IJERA Editor
 
Analyzing the solutions of DEA through information visualization and data min...
Analyzing the solutions of DEA through information visualization and data min...Analyzing the solutions of DEA through information visualization and data min...
Analyzing the solutions of DEA through information visualization and data min...
Gurdal Ertek
 
TRANSFORMING SOFTWARE REQUIREMENTS INTO TEST CASES VIA MODEL TRANSFORMATION
TRANSFORMING SOFTWARE REQUIREMENTS INTO TEST CASES VIA MODEL TRANSFORMATIONTRANSFORMING SOFTWARE REQUIREMENTS INTO TEST CASES VIA MODEL TRANSFORMATION
TRANSFORMING SOFTWARE REQUIREMENTS INTO TEST CASES VIA MODEL TRANSFORMATION
ijseajournal
 
Insights on Research Techniques towards Cost Estimation in Software Design
Insights on Research Techniques towards Cost Estimation in Software Design Insights on Research Techniques towards Cost Estimation in Software Design
Insights on Research Techniques towards Cost Estimation in Software Design
IJECEIAES
 
COMPARATIVE STUDY OF SOFTWARE ESTIMATION TECHNIQUES
COMPARATIVE STUDY OF SOFTWARE ESTIMATION TECHNIQUES COMPARATIVE STUDY OF SOFTWARE ESTIMATION TECHNIQUES
COMPARATIVE STUDY OF SOFTWARE ESTIMATION TECHNIQUES
ijseajournal
 
A survey of predicting software reliability using machine learning methods
A survey of predicting software reliability using machine learning methodsA survey of predicting software reliability using machine learning methods
A survey of predicting software reliability using machine learning methods
IAESIJAI
 
Software testing effort estimation with cobb douglas function- a practical ap...
Software testing effort estimation with cobb douglas function- a practical ap...Software testing effort estimation with cobb douglas function- a practical ap...
Software testing effort estimation with cobb douglas function- a practical ap...
eSAT Journals
 
Efficiency of Women’s Technical Institutions By Using Bcc Model Through Dea A...
Efficiency of Women’s Technical Institutions By Using Bcc Model Through Dea A...Efficiency of Women’s Technical Institutions By Using Bcc Model Through Dea A...
Efficiency of Women’s Technical Institutions By Using Bcc Model Through Dea A...
IOSR Journals
 
Towards formulating dynamic model for predicting defects in system testing us...
Towards formulating dynamic model for predicting defects in system testing us...Towards formulating dynamic model for predicting defects in system testing us...
Towards formulating dynamic model for predicting defects in system testing us...
Journal Papers
 
Thesis Part I EMGT 698
Thesis Part I EMGT 698Thesis Part I EMGT 698
Thesis Part I EMGT 698
Karthik Murali
 
A new model for software costestimation
A new model for software costestimationA new model for software costestimation
A new model for software costestimation
ijfcstjournal
 
A NEW MODEL FOR SOFTWARE COSTESTIMATION USING HARMONY SEARCH
A NEW MODEL FOR SOFTWARE COSTESTIMATION USING HARMONY SEARCHA NEW MODEL FOR SOFTWARE COSTESTIMATION USING HARMONY SEARCH
A NEW MODEL FOR SOFTWARE COSTESTIMATION USING HARMONY SEARCH
ijfcstjournal
 

Similar to Software Cost Estimation Using Clustering and Ranking Scheme (20)

A Systematic Literature Review On Methods For Software Effort Estimation
A Systematic Literature Review On Methods For Software Effort EstimationA Systematic Literature Review On Methods For Software Effort Estimation
A Systematic Literature Review On Methods For Software Effort Estimation
 
A Complexity Based Regression Test Selection Strategy
A Complexity Based Regression Test Selection StrategyA Complexity Based Regression Test Selection Strategy
A Complexity Based Regression Test Selection Strategy
 
Comparison of available Methods to Estimate Effort, Performance and Cost with...
Comparison of available Methods to Estimate Effort, Performance and Cost with...Comparison of available Methods to Estimate Effort, Performance and Cost with...
Comparison of available Methods to Estimate Effort, Performance and Cost with...
 
Data mining for prediction of human
Data mining for prediction of humanData mining for prediction of human
Data mining for prediction of human
 
Comparative performance analysis
Comparative performance analysisComparative performance analysis
Comparative performance analysis
 
Applications Of Statistics In Software Engineering
Applications Of Statistics In Software EngineeringApplications Of Statistics In Software Engineering
Applications Of Statistics In Software Engineering
 
Effectiveness of software product metrics for mobile application
Effectiveness of software product metrics for mobile application Effectiveness of software product metrics for mobile application
Effectiveness of software product metrics for mobile application
 
Determination of Software Release Instant of Three-Tier Client Server Softwar...
Determination of Software Release Instant of Three-Tier Client Server Softwar...Determination of Software Release Instant of Three-Tier Client Server Softwar...
Determination of Software Release Instant of Three-Tier Client Server Softwar...
 
Comparative Analysis of Model Based Testing and Formal Based Testing - A Review
Comparative Analysis of Model Based Testing and Formal Based Testing - A ReviewComparative Analysis of Model Based Testing and Formal Based Testing - A Review
Comparative Analysis of Model Based Testing and Formal Based Testing - A Review
 
Analyzing the solutions of DEA through information visualization and data min...
Analyzing the solutions of DEA through information visualization and data min...Analyzing the solutions of DEA through information visualization and data min...
Analyzing the solutions of DEA through information visualization and data min...
 
TRANSFORMING SOFTWARE REQUIREMENTS INTO TEST CASES VIA MODEL TRANSFORMATION
TRANSFORMING SOFTWARE REQUIREMENTS INTO TEST CASES VIA MODEL TRANSFORMATIONTRANSFORMING SOFTWARE REQUIREMENTS INTO TEST CASES VIA MODEL TRANSFORMATION
TRANSFORMING SOFTWARE REQUIREMENTS INTO TEST CASES VIA MODEL TRANSFORMATION
 
Insights on Research Techniques towards Cost Estimation in Software Design
Insights on Research Techniques towards Cost Estimation in Software Design Insights on Research Techniques towards Cost Estimation in Software Design
Insights on Research Techniques towards Cost Estimation in Software Design
 
COMPARATIVE STUDY OF SOFTWARE ESTIMATION TECHNIQUES
COMPARATIVE STUDY OF SOFTWARE ESTIMATION TECHNIQUES COMPARATIVE STUDY OF SOFTWARE ESTIMATION TECHNIQUES
COMPARATIVE STUDY OF SOFTWARE ESTIMATION TECHNIQUES
 
A survey of predicting software reliability using machine learning methods
A survey of predicting software reliability using machine learning methodsA survey of predicting software reliability using machine learning methods
A survey of predicting software reliability using machine learning methods
 
Software testing effort estimation with cobb douglas function- a practical ap...
Software testing effort estimation with cobb douglas function- a practical ap...Software testing effort estimation with cobb douglas function- a practical ap...
Software testing effort estimation with cobb douglas function- a practical ap...
 
Efficiency of Women’s Technical Institutions By Using Bcc Model Through Dea A...
Efficiency of Women’s Technical Institutions By Using Bcc Model Through Dea A...Efficiency of Women’s Technical Institutions By Using Bcc Model Through Dea A...
Efficiency of Women’s Technical Institutions By Using Bcc Model Through Dea A...
 
Towards formulating dynamic model for predicting defects in system testing us...
Towards formulating dynamic model for predicting defects in system testing us...Towards formulating dynamic model for predicting defects in system testing us...
Towards formulating dynamic model for predicting defects in system testing us...
 
Thesis Part I EMGT 698
Thesis Part I EMGT 698Thesis Part I EMGT 698
Thesis Part I EMGT 698
 
A new model for software costestimation
A new model for software costestimationA new model for software costestimation
A new model for software costestimation
 
A NEW MODEL FOR SOFTWARE COSTESTIMATION USING HARMONY SEARCH
A NEW MODEL FOR SOFTWARE COSTESTIMATION USING HARMONY SEARCHA NEW MODEL FOR SOFTWARE COSTESTIMATION USING HARMONY SEARCH
A NEW MODEL FOR SOFTWARE COSTESTIMATION USING HARMONY SEARCH
 

More from Editor IJMTER

A NEW DATA ENCODER AND DECODER SCHEME FOR NETWORK ON CHIP
A NEW DATA ENCODER AND DECODER SCHEME FOR  NETWORK ON CHIPA NEW DATA ENCODER AND DECODER SCHEME FOR  NETWORK ON CHIP
A NEW DATA ENCODER AND DECODER SCHEME FOR NETWORK ON CHIP
Editor IJMTER
 
A RESEARCH - DEVELOP AN EFFICIENT ALGORITHM TO RECOGNIZE, SEPARATE AND COUNT ...
A RESEARCH - DEVELOP AN EFFICIENT ALGORITHM TO RECOGNIZE, SEPARATE AND COUNT ...A RESEARCH - DEVELOP AN EFFICIENT ALGORITHM TO RECOGNIZE, SEPARATE AND COUNT ...
A RESEARCH - DEVELOP AN EFFICIENT ALGORITHM TO RECOGNIZE, SEPARATE AND COUNT ...
Editor IJMTER
 
Analysis of VoIP Traffic in WiMAX Environment
Analysis of VoIP Traffic in WiMAX EnvironmentAnalysis of VoIP Traffic in WiMAX Environment
Analysis of VoIP Traffic in WiMAX Environment
Editor IJMTER
 
A Hybrid Cloud Approach for Secure Authorized De-Duplication
A Hybrid Cloud Approach for Secure Authorized De-DuplicationA Hybrid Cloud Approach for Secure Authorized De-Duplication
A Hybrid Cloud Approach for Secure Authorized De-Duplication
Editor IJMTER
 
Aging protocols that could incapacitate the Internet
Aging protocols that could incapacitate the InternetAging protocols that could incapacitate the Internet
Aging protocols that could incapacitate the Internet
Editor IJMTER
 
A Cloud Computing design with Wireless Sensor Networks For Agricultural Appli...
A Cloud Computing design with Wireless Sensor Networks For Agricultural Appli...A Cloud Computing design with Wireless Sensor Networks For Agricultural Appli...
A Cloud Computing design with Wireless Sensor Networks For Agricultural Appli...
Editor IJMTER
 
A CAR POOLING MODEL WITH CMGV AND CMGNV STOCHASTIC VEHICLE TRAVEL TIMES
A CAR POOLING MODEL WITH CMGV AND CMGNV STOCHASTIC VEHICLE TRAVEL TIMESA CAR POOLING MODEL WITH CMGV AND CMGNV STOCHASTIC VEHICLE TRAVEL TIMES
A CAR POOLING MODEL WITH CMGV AND CMGNV STOCHASTIC VEHICLE TRAVEL TIMES
Editor IJMTER
 
Sustainable Construction With Foam Concrete As A Green Green Building Material
Sustainable Construction With Foam Concrete As A Green Green Building MaterialSustainable Construction With Foam Concrete As A Green Green Building Material
Sustainable Construction With Foam Concrete As A Green Green Building Material
Editor IJMTER
 
USE OF ICT IN EDUCATION ONLINE COMPUTER BASED TEST
USE OF ICT IN EDUCATION ONLINE COMPUTER BASED TESTUSE OF ICT IN EDUCATION ONLINE COMPUTER BASED TEST
USE OF ICT IN EDUCATION ONLINE COMPUTER BASED TEST
Editor IJMTER
 
Textual Data Partitioning with Relationship and Discriminative Analysis
Textual Data Partitioning with Relationship and Discriminative AnalysisTextual Data Partitioning with Relationship and Discriminative Analysis
Textual Data Partitioning with Relationship and Discriminative Analysis
Editor IJMTER
 
Testing of Matrices Multiplication Methods on Different Processors
Testing of Matrices Multiplication Methods on Different ProcessorsTesting of Matrices Multiplication Methods on Different Processors
Testing of Matrices Multiplication Methods on Different Processors
Editor IJMTER
 
Survey on Malware Detection Techniques
Survey on Malware Detection TechniquesSurvey on Malware Detection Techniques
Survey on Malware Detection Techniques
Editor IJMTER
 
SURVEY OF TRUST BASED BLUETOOTH AUTHENTICATION FOR MOBILE DEVICE
SURVEY OF TRUST BASED BLUETOOTH AUTHENTICATION FOR MOBILE DEVICESURVEY OF TRUST BASED BLUETOOTH AUTHENTICATION FOR MOBILE DEVICE
SURVEY OF TRUST BASED BLUETOOTH AUTHENTICATION FOR MOBILE DEVICE
Editor IJMTER
 
SURVEY OF GLAUCOMA DETECTION METHODS
SURVEY OF GLAUCOMA DETECTION METHODSSURVEY OF GLAUCOMA DETECTION METHODS
SURVEY OF GLAUCOMA DETECTION METHODS
Editor IJMTER
 
Survey: Multipath routing for Wireless Sensor Network
Survey: Multipath routing for Wireless Sensor NetworkSurvey: Multipath routing for Wireless Sensor Network
Survey: Multipath routing for Wireless Sensor Network
Editor IJMTER
 
Step up DC-DC Impedance source network based PMDC Motor Drive
Step up DC-DC Impedance source network based PMDC Motor DriveStep up DC-DC Impedance source network based PMDC Motor Drive
Step up DC-DC Impedance source network based PMDC Motor Drive
Editor IJMTER
 
SPIRITUAL PERSPECTIVE OF AUROBINDO GHOSH’S PHILOSOPHY IN TODAY’S EDUCATION
SPIRITUAL PERSPECTIVE OF AUROBINDO GHOSH’S PHILOSOPHY IN TODAY’S EDUCATIONSPIRITUAL PERSPECTIVE OF AUROBINDO GHOSH’S PHILOSOPHY IN TODAY’S EDUCATION
SPIRITUAL PERSPECTIVE OF AUROBINDO GHOSH’S PHILOSOPHY IN TODAY’S EDUCATION
Editor IJMTER
 
Software Quality Analysis Using Mutation Testing Scheme
Software Quality Analysis Using Mutation Testing SchemeSoftware Quality Analysis Using Mutation Testing Scheme
Software Quality Analysis Using Mutation Testing Scheme
Editor IJMTER
 
Single Phase Thirteen-Level Inverter using Seven Switches for Photovoltaic sy...
Single Phase Thirteen-Level Inverter using Seven Switches for Photovoltaic sy...Single Phase Thirteen-Level Inverter using Seven Switches for Photovoltaic sy...
Single Phase Thirteen-Level Inverter using Seven Switches for Photovoltaic sy...
Editor IJMTER
 
SIMULATION AND ANALYSIS OF TIBC FOR INDUCTION MOTOR DRIVE
SIMULATION AND ANALYSIS OF TIBC FOR INDUCTION MOTOR DRIVESIMULATION AND ANALYSIS OF TIBC FOR INDUCTION MOTOR DRIVE
SIMULATION AND ANALYSIS OF TIBC FOR INDUCTION MOTOR DRIVE
Editor IJMTER
 

More from Editor IJMTER (20)

A NEW DATA ENCODER AND DECODER SCHEME FOR NETWORK ON CHIP
A NEW DATA ENCODER AND DECODER SCHEME FOR  NETWORK ON CHIPA NEW DATA ENCODER AND DECODER SCHEME FOR  NETWORK ON CHIP
A NEW DATA ENCODER AND DECODER SCHEME FOR NETWORK ON CHIP
 
A RESEARCH - DEVELOP AN EFFICIENT ALGORITHM TO RECOGNIZE, SEPARATE AND COUNT ...
A RESEARCH - DEVELOP AN EFFICIENT ALGORITHM TO RECOGNIZE, SEPARATE AND COUNT ...A RESEARCH - DEVELOP AN EFFICIENT ALGORITHM TO RECOGNIZE, SEPARATE AND COUNT ...
A RESEARCH - DEVELOP AN EFFICIENT ALGORITHM TO RECOGNIZE, SEPARATE AND COUNT ...
 
Analysis of VoIP Traffic in WiMAX Environment
Analysis of VoIP Traffic in WiMAX EnvironmentAnalysis of VoIP Traffic in WiMAX Environment
Analysis of VoIP Traffic in WiMAX Environment
 
A Hybrid Cloud Approach for Secure Authorized De-Duplication
A Hybrid Cloud Approach for Secure Authorized De-DuplicationA Hybrid Cloud Approach for Secure Authorized De-Duplication
A Hybrid Cloud Approach for Secure Authorized De-Duplication
 
Aging protocols that could incapacitate the Internet
Aging protocols that could incapacitate the InternetAging protocols that could incapacitate the Internet
Aging protocols that could incapacitate the Internet
 
A Cloud Computing design with Wireless Sensor Networks For Agricultural Appli...
A Cloud Computing design with Wireless Sensor Networks For Agricultural Appli...A Cloud Computing design with Wireless Sensor Networks For Agricultural Appli...
A Cloud Computing design with Wireless Sensor Networks For Agricultural Appli...
 
A CAR POOLING MODEL WITH CMGV AND CMGNV STOCHASTIC VEHICLE TRAVEL TIMES
A CAR POOLING MODEL WITH CMGV AND CMGNV STOCHASTIC VEHICLE TRAVEL TIMESA CAR POOLING MODEL WITH CMGV AND CMGNV STOCHASTIC VEHICLE TRAVEL TIMES
A CAR POOLING MODEL WITH CMGV AND CMGNV STOCHASTIC VEHICLE TRAVEL TIMES
 
Sustainable Construction With Foam Concrete As A Green Green Building Material
Sustainable Construction With Foam Concrete As A Green Green Building MaterialSustainable Construction With Foam Concrete As A Green Green Building Material
Sustainable Construction With Foam Concrete As A Green Green Building Material
 
USE OF ICT IN EDUCATION ONLINE COMPUTER BASED TEST
USE OF ICT IN EDUCATION ONLINE COMPUTER BASED TESTUSE OF ICT IN EDUCATION ONLINE COMPUTER BASED TEST
USE OF ICT IN EDUCATION ONLINE COMPUTER BASED TEST
 
Textual Data Partitioning with Relationship and Discriminative Analysis
Textual Data Partitioning with Relationship and Discriminative AnalysisTextual Data Partitioning with Relationship and Discriminative Analysis
Textual Data Partitioning with Relationship and Discriminative Analysis
 
Testing of Matrices Multiplication Methods on Different Processors
Testing of Matrices Multiplication Methods on Different ProcessorsTesting of Matrices Multiplication Methods on Different Processors
Testing of Matrices Multiplication Methods on Different Processors
 
Survey on Malware Detection Techniques
Survey on Malware Detection TechniquesSurvey on Malware Detection Techniques
Survey on Malware Detection Techniques
 
SURVEY OF TRUST BASED BLUETOOTH AUTHENTICATION FOR MOBILE DEVICE
SURVEY OF TRUST BASED BLUETOOTH AUTHENTICATION FOR MOBILE DEVICESURVEY OF TRUST BASED BLUETOOTH AUTHENTICATION FOR MOBILE DEVICE
SURVEY OF TRUST BASED BLUETOOTH AUTHENTICATION FOR MOBILE DEVICE
 
SURVEY OF GLAUCOMA DETECTION METHODS
SURVEY OF GLAUCOMA DETECTION METHODSSURVEY OF GLAUCOMA DETECTION METHODS
SURVEY OF GLAUCOMA DETECTION METHODS
 
Survey: Multipath routing for Wireless Sensor Network
Survey: Multipath routing for Wireless Sensor NetworkSurvey: Multipath routing for Wireless Sensor Network
Survey: Multipath routing for Wireless Sensor Network
 
Step up DC-DC Impedance source network based PMDC Motor Drive
Step up DC-DC Impedance source network based PMDC Motor DriveStep up DC-DC Impedance source network based PMDC Motor Drive
Step up DC-DC Impedance source network based PMDC Motor Drive
 
SPIRITUAL PERSPECTIVE OF AUROBINDO GHOSH’S PHILOSOPHY IN TODAY’S EDUCATION
SPIRITUAL PERSPECTIVE OF AUROBINDO GHOSH’S PHILOSOPHY IN TODAY’S EDUCATIONSPIRITUAL PERSPECTIVE OF AUROBINDO GHOSH’S PHILOSOPHY IN TODAY’S EDUCATION
SPIRITUAL PERSPECTIVE OF AUROBINDO GHOSH’S PHILOSOPHY IN TODAY’S EDUCATION
 
Software Quality Analysis Using Mutation Testing Scheme
Software Quality Analysis Using Mutation Testing SchemeSoftware Quality Analysis Using Mutation Testing Scheme
Software Quality Analysis Using Mutation Testing Scheme
 
Single Phase Thirteen-Level Inverter using Seven Switches for Photovoltaic sy...
Single Phase Thirteen-Level Inverter using Seven Switches for Photovoltaic sy...Single Phase Thirteen-Level Inverter using Seven Switches for Photovoltaic sy...
Single Phase Thirteen-Level Inverter using Seven Switches for Photovoltaic sy...
 
SIMULATION AND ANALYSIS OF TIBC FOR INDUCTION MOTOR DRIVE
SIMULATION AND ANALYSIS OF TIBC FOR INDUCTION MOTOR DRIVESIMULATION AND ANALYSIS OF TIBC FOR INDUCTION MOTOR DRIVE
SIMULATION AND ANALYSIS OF TIBC FOR INDUCTION MOTOR DRIVE
 

Recently uploaded

Forklift Classes Overview by Intella Parts
Forklift Classes Overview by Intella PartsForklift Classes Overview by Intella Parts
Forklift Classes Overview by Intella Parts
Intella Parts
 
DESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docxDESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docx
FluxPrime1
 
Democratizing Fuzzing at Scale by Abhishek Arya
Democratizing Fuzzing at Scale by Abhishek AryaDemocratizing Fuzzing at Scale by Abhishek Arya
Democratizing Fuzzing at Scale by Abhishek Arya
abh.arya
 
LIGA(E)11111111111111111111111111111111111111111.ppt
LIGA(E)11111111111111111111111111111111111111111.pptLIGA(E)11111111111111111111111111111111111111111.ppt
LIGA(E)11111111111111111111111111111111111111111.ppt
ssuser9bd3ba
 
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdfTop 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Teleport Manpower Consultant
 
Event Management System Vb Net Project Report.pdf
Event Management System Vb Net  Project Report.pdfEvent Management System Vb Net  Project Report.pdf
Event Management System Vb Net Project Report.pdf
Kamal Acharya
 
power quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptxpower quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptx
ViniHema
 
ethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.pptethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.ppt
Jayaprasanna4
 
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&BDesign and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Sreedhar Chowdam
 
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
bakpo1
 
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Dr.Costas Sachpazis
 
MCQ Soil mechanics questions (Soil shear strength).pdf
MCQ Soil mechanics questions (Soil shear strength).pdfMCQ Soil mechanics questions (Soil shear strength).pdf
MCQ Soil mechanics questions (Soil shear strength).pdf
Osamah Alsalih
 
Water Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdfWater Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation & Control
 
Automobile Management System Project Report.pdf
Automobile Management System Project Report.pdfAutomobile Management System Project Report.pdf
Automobile Management System Project Report.pdf
Kamal Acharya
 
Cosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdfCosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdf
Kamal Acharya
 
J.Yang, ICLR 2024, MLILAB, KAIST AI.pdf
J.Yang,  ICLR 2024, MLILAB, KAIST AI.pdfJ.Yang,  ICLR 2024, MLILAB, KAIST AI.pdf
J.Yang, ICLR 2024, MLILAB, KAIST AI.pdf
MLILAB
 
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
MdTanvirMahtab2
 
CME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional ElectiveCME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional Elective
karthi keyan
 
ethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.pptethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.ppt
Jayaprasanna4
 
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptxCFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
R&R Consult
 

Recently uploaded (20)

Forklift Classes Overview by Intella Parts
Forklift Classes Overview by Intella PartsForklift Classes Overview by Intella Parts
Forklift Classes Overview by Intella Parts
 
DESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docxDESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docx
 
Democratizing Fuzzing at Scale by Abhishek Arya
Democratizing Fuzzing at Scale by Abhishek AryaDemocratizing Fuzzing at Scale by Abhishek Arya
Democratizing Fuzzing at Scale by Abhishek Arya
 
LIGA(E)11111111111111111111111111111111111111111.ppt
LIGA(E)11111111111111111111111111111111111111111.pptLIGA(E)11111111111111111111111111111111111111111.ppt
LIGA(E)11111111111111111111111111111111111111111.ppt
 
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdfTop 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
 
Event Management System Vb Net Project Report.pdf
Event Management System Vb Net  Project Report.pdfEvent Management System Vb Net  Project Report.pdf
Event Management System Vb Net Project Report.pdf
 
power quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptxpower quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptx
 
ethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.pptethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.ppt
 
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&BDesign and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
 
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
 
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
 
MCQ Soil mechanics questions (Soil shear strength).pdf
MCQ Soil mechanics questions (Soil shear strength).pdfMCQ Soil mechanics questions (Soil shear strength).pdf
MCQ Soil mechanics questions (Soil shear strength).pdf
 
Water Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdfWater Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdf
 
Automobile Management System Project Report.pdf
Automobile Management System Project Report.pdfAutomobile Management System Project Report.pdf
Automobile Management System Project Report.pdf
 
Cosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdfCosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdf
 
J.Yang, ICLR 2024, MLILAB, KAIST AI.pdf
J.Yang,  ICLR 2024, MLILAB, KAIST AI.pdfJ.Yang,  ICLR 2024, MLILAB, KAIST AI.pdf
J.Yang, ICLR 2024, MLILAB, KAIST AI.pdf
 
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
 
CME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional ElectiveCME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional Elective
 
ethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.pptethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.ppt
 
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptxCFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
 

Software Cost Estimation Using Clustering and Ranking Scheme

  • 1. Scientific Journal Impact Factor (SJIF): 1.711 International Journal of Modern Trends in Engineering and Research www.ijmter.com @IJMTER-2014, All rights Reserved 450 e-ISSN: 2349-9745 p-ISSN: 2393-8161 Software Cost Estimation Using Clustering and Ranking Scheme Ms. S. Buvana1 , Dr. M. Latha2 , Mr. R. Subramanian3 1 Research Scholar 2 M.Sc., M.Phil., Ph.D, Associate Professor, Department of Computer Science 1,2 Sri Sarada College for Women, Salem, Tamilnadu, India 3 Erode Arts and Science College, Erode Abstract-Software cost estimation is an important task in the software design and development process. Planning and budgeting tasks are carried out with reference to the software cost values. A variety of software properties are used in the cost estimation process. Hardware, products, technology and methodology factors are used in the cost estimation process. The software cost estimation quality is measured with reference to the accuracy levels. Software cost estimation is carried out using three types of techniques. They are regression based model, anology based model and machine learning model. Each model has a set of technique for the software cost estimation process. 11 cost estimation techniques fewer than 3 different categories are used in the system. The Attribute Relational File Format (ARFF) is used maintain the software product property values. The ARFF file is used as the main input for the system. The proposed system is designed to perform the clustering and ranking of software cost estimation methods. Non overlapped clustering technique is enhanced with optimal centroid estimation mechanism. The system improves the clustering and ranking process accuracy. The system produces efficient ranking results on software cost estimation methods. I. INTRODUCTION Cost judgment or estimation is one of the most difficult tasks in project management. It is to accurately estimate needed resources and required schedules for software development projects. The software estimation process includes estimating the size of the software product to be produced, estimating the effort required, developing preliminary project schedules and finally, estimating on the whole cost of the project. In the last few years’there are many software cost estimation methods available including algorithmic methods, estimating by analogy, expert judgment method, price to win method, top-down method and bottom-up method. No one method is necessarily better or worse than the other, their strengths and weaknesses are often complimentary to each other. To understand their strengths and weaknesses is very important when the user want to estimate their projects. For improving the accuracy of cost estimation other fields also calibrate with the software engineering fields. 2CEE is one of the cost estimation model developed by JPL for NASA [4]. This model combination of data mining and software engineering fields. This type of estimation it can calibrate machine learning algorithms with cost estimation models. The main aim of the system to provide a survey of all these type of models and methods and see which model generates the accurate sestimation. II. RELATED WORK During the last decades there has been evolving research concerning the identification of the best SCE method [1]. Researchers strive to introduce prediction techniques including expert judgment, algorithmic, statistical and machine learning methods. Miyazaki et al. claimed that the “de facto”
  • 2. International Journal of Modern Trends in Engineering and Research (IJMTER) Volume 02, Issue 01, [January - 2015] e-ISSN: 2349-9745, p-ISSN: 2393-8161 @IJMTER-2014, All rights Reserved 451 MMRE accuracy measure tends to advance models that underestimate the actual effort while Kitchenham et al. indicated the variation of accuracy measures as a primary source of inconclusive studies. Toward this direction, Foss et al. investigated the basis of this criticism through a simulation study, proposing alternative accuracy indicators and concluding that there is need for applying well established statistical procedures when conducting SCE experiments. Myrtveit et al. extended the above-mentioned findings and pointed out that inconsistent results are not caused only by accuracy measures but also by unreliable research procedures. Through a simulation study, they studied the consequences of three main ingredients of the comparison process: the single data sample, the accuracy indicator and the cross-validation procedure. Mittas and Angelis [5] showed that the usual practice of promoting a model against a competitive one just by reporting an indicator can lead to erroneous results since these indicators are single statistics of error distributions, usually highly skewed and nonnormal. In this regard, they proposed resampling procedures for hypothesis testing, such as permutation tests and bootstrap techniques for the construction of robust confidence intervals. Menzies et al. [6] studied the problem of “conclusion instability” through the COSEEKMO toolkit that supports 15 parametric learners with row and column preprocessors based on two different sets of tuning parameters. The Scott-Knott test presented here was used in another context, for combining classifiers applied to large databases. Specifically, the Scott-Knott test and other statistical tests were used for the selection of the best subgroup among different classification algorithms and the subsequent fusion of the models’ decisions in this subgroup via simple methods, like weighted voting. In [7], Demsar discusses the issue of statistical tests for comparisons of several machine learning classifiers on multiple datasets reviewing several statistical methodologies. The method proposed as more suitable is the nonparametric analogue of ANOVA, i.e., the Friedman test, along with the corresponding Nemenyi post hoc test. The Friedman test ranks all the classifiers separately for each dataset and then uses the average ranks of algorithms to test whether all classifiers are equivalent. In case of differences, the Nemenyi test performs all the pairwise comparisons between classifiers to identify the significant differences. This method is used by Lessmann et al. [9] for the comparison of classifiers for prediction of defected modules. The methodology described in our paper, apart from the fact that is applied to a different problem, i.e., the SCE where cost and prediction errors are continuous variables, has fundamental differences regarding the goals, the way it is used and the output. III. SOFTWARE COST ESTIMATION MODELS The importance and the significant role of Software Cost Estimation (SCE) to the well-balanced management of a forthcoming project are clearly portrayed through the introduction and utilization of a large number of techniques during the past decades [1]. The rapidly increased need of large-scaled and complex software systems leads managers to settle SCE as one of the most vital activities that is closely related with the success or failure of the whole development process. Inaccurate estimates can be proved catastrophic to both developers and customers since they can cause the delay of the product deliverables or, even worse, the cancellation of a contract. There is an imperative need to investigate what the state of the art in statistics is before trying to derive conclusions and unstable results concerning the superiority of a prediction model over others for a particular dataset. The answer to this problem cannot constitute a unique solution since the notion of “best” is quite subjective [2]. In fact, a practitioner can always rank the prediction models according to a predefined accuracy measure, but the critical issue is to identify how many of them are evidently the best, in the sense that their difference from all the others is statistically significant. The research question of finding the “best” prediction technique can be restated as a problem of identifying a subset or a group of best techniques. The aim of the system is therefore to propose a statistical framework for comparative
  • 3. International Journal of Modern Trends in Engineering and Research (IJMTER) Volume 02, Issue 01, [January - 2015] e-ISSN: 2349-9745, p-ISSN: 2393-8161 @IJMTER-2014, All rights Reserved 452 SCE experiments concerning multiple prediction models. It is worth mentioning that the setup of the current study was also inspired by an analogous attempt dealing with the problem of comparing classification models in Software Defect Prediction, a research area that is also closely related to the improvement of software quality. The methodology is based on the analysis of a Design of Experiment (DOE) or Experimental Design, a basic statistical tool in many applied research areas such as engineering, financial and medical sciences. In the field of SCE it has not yet been used in a systematic manner. Generally, DOE refers to the process of planning, designing and analyzing an experiment in order to derive valid and objective conclusions effectively and efficiently by taking into account, in a balanced and systematic manner, the sources of variation. In the present study [8], DOE analysis is used to compare different cost prediction models by taking into account the blocking effect, i.e., the fact that they are applied repeatedly on the same training-test datasets. The statistical methodology is also based on an algorithmic procedure which is able to produce nonoverlapping clusters of prediction models, homogeneous with respect to their predictive performance. For this purpose, the system utilizes a specific test from the generic class of multiple comparisons procedures, namely, the Scott-Knott test, which ranks the models and partitions them into clusters. The statistical framework is applied on a relatively large-scale set of 11 methods over six public domain datasets from the PROMISE repository and the International Software Benchmarking Standards Group (ISBSG) [3]. Finally, in order to address the disagreement on the performance measures, the system applies the whole analysis on three functions of error that measure different important aspects of prediction techniques: accuracy, bias and spread of estimates. IV. PROBLEM STATEMENT The important role of well-established statistical comparisons in SCE is highlighted in many recent systems, especially during the last decade, where the findings are derived through formal statistical hypothesis testing. Indeed, the researchers use parametric as well as nonparametric procedures, whereas there has also been increasing interest for more robust statistical tests such as permutation tests and bootstrapping techniques for the construction of confidence intervals. The system belongs to a generic class in statistics known as “multiple hypothesis testing” and can be defined as the procedure of testing more than one hypothesis simultaneously. Briefly describing the problem, the conclusions derived from a statistical hypothesis test are always subject to uncertainty. For this reason, the system uses an acceptable maximum probability of rejecting the null hypothesis when it is true and this is referred to as a “Type I error”. In the case of multiple comparison problems, when several hypotheses are carried out, the probability that at least a Type I error occurs increases dramatically with the number of hypotheses. Multiple Comparative Algorithms (MCA) is used to evaluate the software cost estimation measure quality. The following problems are identified from the current software cost estimation models. The clustering accuracy is very low in the MCA scheme. Ranking prediction accuracy is limited in the MCA scheme. Software product property relationships are not considered. V. ENHANCED MULTIPLE COMPARATIVE ALGORITHMS (EMCA) The software cost estimation measures are used to estimate the software product cost for the development process. The Multiple Comparative Algorithms are used to analyze the quality of the software cost estimation measures. The algorithm ranks and clusters the cost prediction models based on the errors measured for a particular dataset. Therefore, each dataset has its own set of “best” models. This is more realistic in SCE practice since each software development organization has its own dataset and wants to find the models that best fit its data rather than trying to find a globally best model which is
  • 4. International Journal of Modern Trends in Engineering and Research (IJMTER) Volume 02, Issue 01, [January - 2015] e-ISSN: 2349-9745, p-ISSN: 2393-8161 @IJMTER-2014, All rights Reserved 453 unfeasible [10]. Furthermore, the clustering as an output is different from the output of pairwise comparisons tests, like the Nemenyi test. For larger numbers of models the overlapping homogeneous groups resulting from pairwise tests are ambiguous and problematic in interpretation. On the other hand, a ranking and clustering algorithm provides clear groupings of models, designating the group of best models for a particular dataset. The goal of the system is to further extend the research concerning the comparison and ranking of multiple alternative SCE models. The system uses a framework for conducting comparative experiments and present an evaluation of this analysis over different datasets and prediction models. The Multiple Comparative Algorithm (MCA) based software cost estimation measure quality analysis scheme is improved with optimal centroid based clustering scheme. The system also uses the software product property relationships for cost estimation process. The Enhanced Multiple Comparative Algorithm (EMCA) is proposed to measure and rank the cost estimation measures with high accuracy levels. The Multple Comparative Algorithms (MCA) scheme is used to measure the software cost prediction model quality levels. The clustering and ranking model is used to evaluate the measures. The Non overlapped clustering mechanism is used in the MCA analysis scheme. The EMCA scheme is enhanced with optimal centroid based clustering mechanism to iimprove the cluster quality measures. The rank values are fetched from the EMCA cluster results. The software cost estimation schemes are categorized with reference o the cluster results. Random centroid based clustering scheme is replaced with optimal centroid based model. The system improves the clustering accuracy levels and prediction levels. VI. SOFTWARE COST ESTIMATION USING CLUSTER ANALYSIS The software cost estimation scheme analysis operations are evaluated with different statistical models. The Multiple Comparative Algorithms (MCA) scheme is used to rank and cluster the software cost estimation methods. The Enhanced Multiple Comparative Algorithms (EMCA) scheme is used to improve the clustering accuracy and prediction measure analysis. The system is divided into four major modules. They are dataset analysis, cost estimation, MCA scheme and EMCA scheme. The dataset analysis scheme is used fetch data from the datasets. The cost estimation mechanism is used to measure the software cost based on the software product information. The MCA scheme is used to rank and cluster the software cost estimation models. The EMCA scheme is also used to measure the quality of the software cost estimation measures. 6.1. Dataset Analysis The dataset analysis module is designed to load the dataset values from benchmark data collections. The data values are collected from the standard benchmark datasets. The datasets are collected in ARFF model. The Attribute Relational File Format (ARFF) model is used to provide the software produce details. The attribute for the ARFF file is provided in attribute text files. The ARFF and text files are used as the input for the system. The ARFF file details are converted in to Comma Separated Values (CSV) format using the WEKA tool. The CSV file is used as the input for the software product cost estimation mechanism. 6.2. Cost Estimation The cost estimation operations are carried out under cost estimation module. The system uses the three different cost estimation measures. They are regression model, analogy model and machine learning model. 11 different cost estimation measures are used in the system. The cost values are estimated using the software product properties collected from the CSV input file. The cost values are
  • 5. International Journal of Modern Trends in Engineering and Research (IJMTER) Volume 02, Issue 01, [January - 2015] e-ISSN: 2349-9745, p-ISSN: 2393-8161 @IJMTER-2014, All rights Reserved 454 estimated and updated in to the database. The cost estimation process is carried out for the selected software product. 6.3. Ranking and Clustering with MCA The ranking process is carried out with clustering functions for software cost estimation model analysis. Multiple Comparative Algorithms are used for the ranking and clustering process. Non overlapping clustering scheme is used in the system. Random centroids are used in the clustering process. The software cost estimation measures are ranked with their property values. The clustering and ranking results are produced for the selected software product for all cost estimation measures. 6.4. Ranking and Clustering with EMCA The Enhanced Multiple Comparative Algorithms (EMCA) scheme is used to rank and cluster the software cost estimation measures. The optimal centorids are used for the clustering process. The system improves the clustering quality with optimal centroids. The software cost estimation measure is analyzed with cost and other property values. The system produces better ranking and clustering solutions for the software cost estimation process. VII. PERFORMANCE ANALYSIS The software cost estimation models are analyzed with Multiple Comparative Algorithms (MCA) and Enhanced Multiple Comparative Algorithms (EMCA) schemes. The clustering scheme is improved in EMCA model using the optimal centroid scheme. The system is tested with 11 estimation measures with standard benchmark datasets. The Fitness measures, purity and entropy measures are used for the performance analysis process. 7.1. Datasets The datasets for the experimentation are derived from two sources, namely, the PROMISE repository and the International Software Benchmarking Standards Group (ISBSG, release 10). The main reason for this selection was that these datasets have been extensively used to empirically validate or justify a large amount of research results, whereas they are also publically available. Each dataset contains a different number of projects and a set of independent variables with mixed-type characteristics, whereas the dependent variable that has to be predicted is the actual effort. Another criterion for the selection of the datasets was the ability to apply all the competitive prediction methods on them. Therefore, the system did not consider datasets with too many categorical variables which cause problems to certain methods like regression and Neural Networks. The ISBSG repository contains 4,106 software projects from more than 25 countries, but most of the variables have a large amount of missing values. Keeping in mind the guidelines of ISBSG suggesting filtering of the data projects, the system decided to discard the projects with missing values. Moreover, an important issue in SCE is the utilization of datasets with high quality in the process of evaluation and comparison of prediction models. Due to this fact and the instructions of the ISBSG organization that point out not taking into account projects with low quality on projects marked with “A” in Data Quality Rating and UFP Rating. Finally, the independent characteristics utilized in the construction of the alternative models are the order to retain the compatibility with other studies. 7.2. Fitness Measure The F-measure is a harmonic combination of the precision and recall values used in information retrieval. Each cluster obtained can be considered as the result of a query, whereas each preclassified set of documents can be considered as the desired set of documents for that query. Thus, the system can
  • 6. International Journal of Modern Trends in Engineering and Research (IJMTER) Volume 02, Issue 01, [January - 2015] e-ISSN: 2349-9745, p-ISSN: 2393-8161 @IJMTER-2014, All rights Reserved 455 calculate the precision P(i, j) and recall R(I, j) of each cluster j for each class i. If ni is the number of members of the class i, nj is the number of members of the cluster j and nij is the number of members of the class i in the cluster j, then P(i, j) and R(i, j) can be defined as ,),( j ij n n jiP = (1) i ij n n jiR =),( (2) The corresponding F-measure F(i, j) is defined as ),(),( ),(*),(*2 ),( jiRjiP jiRjiP jiF + = (3) Then, the F-measure of the whole clustering result is defined as ∑= i j i jiF n n F )),,((max (4) where n is the total number of documents in the data set. In general, the larger the F-measure is, the better the clustering result is (2). Figure: 7.1. F-measure Analysis of MCA and EMCA Techniques The Fitness measure analysis between the Multiple Comparative Algorithms (MCA) scheme and the Enhanced Multiple Comparative Algorithm (EMCA) schemes are shown in figure 7.1. The results show that the Enhanced Multiple Comparative Algorithm (EMCA) scheme increases the Fitness measure 10% than the Multiple Comparative Algorithm (MCA) scheme. 7.3. Purity The purity analysis between the Multiple Comparative Algorithms (MCA) scheme and the Enhanced Multiple Comparative Algorithm (EMCA) schemes are shown in figure 7.2. The results show that the Enhanced Multiple Comparative Algorithm (EMCA) scheme increases the purity analysis 20% than the Multiple Comparative Algorithm (MCA) scheme. 0.75 0.8 0.85 0.9 0.95 1 5 10 15 20 25Softwa res F- Measur e F-measure analysis of MCA and EMCA Techniques MCA EMCA
  • 7. International Journal of Modern Trends in Engineering and Research (IJMTER) Volume 02, Issue 01, [January - 2015] e-ISSN: 2349-9745, p-ISSN: 2393-8161 @IJMTER-2014, All rights Reserved 456 Figure No: 7.2. Purity Analysis of MVSC, SMVSC and HSMVSC Techniques 7.4. Entropy Entropy reflects the homogeneity of a set of objects and thus can be used to indicate the homogeneity of a cluster. This is referred to cluster entropy. Lower cluster entropy indicates more homogeneous clusters. On the other hand, the system can also measure the entropy of a prelabeled class of objects, which indicates the homogeneity of a class with respect to the generated clusters. The less fragmented a class across clusters, the higher its entropy and vice versa. This is referred to as class entropy. Figure: 7.3. Entropy Analysis of MCA and EMCA Techniques The Entropy analysis between the Multiple Comparative Algorithms (MCA) scheme and the Enhanced Multiple Comparative Algorithm (EMCA) schemes are shown in figure 7.3. The results show that the Enhanced Multiple Comparative Algorithm (EMCA) scheme increases the Entropy analysis 25% than the Multiple Comparative Algorithm (MCA) scheme. VIII. CONCLUSION AND FUTURE WORK The software cost estimation measures are analyzed using the statistical methods. Ranking and clustering operations are carried out under the analysis process. The system deals with a critical research issue in software cost estimation concerning the simultaneous comparison of alternative prediction models. They are ranking and clustering in groups of similar performance. The system examined the 0 0.5 1 1.5 5 10 15 20 25 Softw ares Purit y Purity analysis of MCA and EMCA Techniques MCA EMCA 0 1 2 3 5 10 15 20 25 Entropy Softwares Entropy Analysis of MCA and EMCA Techniques MCA EMCA
  • 8. International Journal of Modern Trends in Engineering and Research (IJMTER) Volume 02, Issue 01, [January - 2015] e-ISSN: 2349-9745, p-ISSN: 2393-8161 @IJMTER-2014, All rights Reserved 457 predictive power of 11 models over six public domain datasets. The system uses the Multiple Comparative Algorithms (MCA) for the clustering and ranking process. The MCA scheme is enhanced with optimal centroid models to improve the accuracy level. The standard benchmark data values are used to test the quality of the ranking and clustering system. The software cost estimation is performed with different types of estimation methods. The system analyzes the software cost estimation methods and produces the ranked result based on the quality and accuracy factors. Regression, Analogy and Machine learning approaches are used in the cost estimation process. The system can be enhanced with the following features. o The system can be enhanced to measure the maintenance cost for the software products. o The system can be adapted to measure the efforts and risk levels for the software’s. o The system can be improved to analyze the design quality issues based ranking and clustering scheme. REFERENCES [1] M. Jorgensen and M. Shepperd, “A Systematic Review of Software Development Cost Estimation Studies,” IEEE Trans. Software Eng., Jan. 2007. [2] Nikolaos Mittas and Lefteris Angelis, “Ranking and Clustering Software Cost Estimation Models through a Multiple Comparisons Algorithm”, IEEE Transactions On Software Engineering, Vol. 39, No. 4, April 2013. [3] ISBSG Data Set 10, http://www.isbsg.org. 2007. [4] Qiang He, Jun Han, Jean-Guy Schneider and Steve Versteeg, “Formulating Cost-Effective Monitoring Strategies for Service-Based Systems”, IEEE Transactions On Software Engineering, May 2014. [5] N. Mittas and L. Angelis, “Comparing Cost Prediction Models by Resampling Techniques,” J. Systems and Software, vol. 81, no. 5, pp. 616-632, May 2008. [6] T. Menzies, D. Baker and K. Lum, “Stable Rankings for Different Effort Models,” Automated Software Eng., vol. 17, no. 4, pp. 409-437, Dec. 2010. [7] J. Demsar, “Statistical Comparisons of Classifiers over Multiple Data Sets,” J. Machine Learning Research, 2006. [8] Ayse Tosun Misirli and Ayse Basar Bener, “Bayesian Networks For Evidence-Based Decision-Making in Software Engineering”, IEEE Transactions On Software Engineering, June 2014 [9] S. Lessmann, C. Mues and S. Pietsch, “Benchmarking Classification Models for Software Defect Prediction: A Proposed Framework and Novel Findings,” IEEE Trans. Software Eng., July/Aug. 2008. [10] Juan Manuel Vara, Alvaro Jimenez and Esperanza Marcos, “Dealing with Traceability in the MDD of Model Transformations”, IEEE Transactions On Software Engineering, June 2014.