نتایج جستجو برای: techniques topsis

تعداد نتایج: 633774  

2016
K. Batu Tunay

Measuring performance and determining the key factors of performance have been an important research topic in different sector in recent years. The main goal of this study is to evaluate the performance ranks of the private banks in Turkey due to the fact that performances of private banks are important at the stage of economic growth. In this research, the private banks in Turkey ranked by TOP...

2017
Sujuan Zhou Bo Liu Jiang Meng

BACKGROUND Raw Moutan cortex (RMC) is an important Chinese herbal medicine. Comprehensive and objective quality evaluation of Chinese herbal medicine has been one of the most important issues in the modern herbs development. OBJECTIVE To evaluate and compare the quality of RMC using the weighted gray correlation- Technique for Order Preference by Similarity to an Ideal Solution (TOPSIS) metho...

Mahnaz Barkhordariahmadi Tayebeh Rezaeitaziania

This paper proposes a method for ranking decision making units (DMUs) using some of the multiple criteria decision making / multiple attribute decision making          (MCDM /MADM) techniques, namely, interval analytic hierarchy process (IAHP)          and the technique for order preference by similarity to an ideal solution (TOPSIS).          Since the efficiency score of unity is assigned to ...

2011
Fung-Bao Liu Cheng-Feng Hu C.-F. Hu

In this work, a version of the technique for order preference by similarity ideal solution (TOPSIS) with entropic regularization approach is developed for solving the fuzzy multi-objective nonlinear programming (MONLP) problems. Applying the basic principle of compromise of TOPSIS, the fuzzy MONLP problem can be reduced into a fuzzy bi-objective nonlinear programming problem. Moreover, followin...

2012
Xiaoqian Zhu Fei Wang Changzhi Liang Jianping Li Xiaolei Sun

Quality credit has been an academic and commercial hotspot recently. This paper is mainly devoted into using a quantitative method to evaluate credit quality. Firstly, a plain but logical indicator system of quality credit is established. Then, the classical MCDM method TOPSIS is introduced to evaluate the credit quality of 8 air-conditioning enterprises in China market. The discussion of evalu...

Journal: :J. Electronic Testing 2012
Badar-ud-din Ahmed Youren Wang Rizwan Ullah Najam-ud-din Ahmed

Technique for Order preference by Similarity to Ideal Solution (TOPSIS) is a Multi Attribute DecisionMaking (MADM) technique employed in diverse disciplines for the prioritization of alternative options/solutions to a problem. Test vector compaction for analog fault detection is a field which is witnessing continuous growth and experimentation. This study suggests a novel TOPSIS-based approach ...

Journal: :J. Inf. Sci. Eng. 2014
Amin Karami Ronnie Johansson

An information fusion system with local sensors sometimes requires the capability to represent the temporal changes of uncertain sensory information in dynamic and uncertain situation to access to a hypothesis node which cannot be observed directly. One of the central issue and challenging problem is the decision of what combination and order of sensors allocation should be selected between sen...

2014
Reza Rostamzadeh Kamariah Ismail Hossein Bodaghi Khajeh Noubar

This study presents one of the first attempts to focus on critical success factors influencing the entrepreneurial intensity of Malaysian small and medium sized enterprises (SMEs) as they attempt to expand internationally. The aim of this paper is to evaluate and prioritize the entrepreneurial intensity among the SMEs using multicriteria decision (MCDM) techniques. In this research FAHP is used...

Journal: :Multiagent and Grid Systems 2013
Omid Ameri Sianaki Mohammad A. S. Masoum

In the context of intelligent home energy management in smart grid, the occupants’ consumption behavior has a direct effect on the demand and supply of the electrical energy market. Correspondingly, the policies of the utility providers affect consumption behavior so techniques and tools are required to analyse the occupants’ preferences, habits and lifestyles in order to support and facilitate...

Purpose: The aim of this research is to identify the  main criteria used for selecting the locations of public libraries based on an optimized model, Topsis-Fuzzy technique and using geographic information systems. The research also aims to investigate the identified criteria in the geographic space of Tabriz city. The research will be used to produce a map of convenient sites for public librar...

نمودار تعداد نتایج جستجو در هر سال

با کلیک روی نمودار نتایج را به سال انتشار فیلتر کنید

function paginate(evt) { url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term pg=parseInt(evt.target.text) var data={ "year":filter_year, "term":term, "pgn":pg } filtered_res=post_and_fetch(data,url) window.scrollTo(0,0); } function update_search_meta(search_meta) { meta_place=document.getElementById("search_meta_data") term=search_meta.term active_pgn=search_meta.pgn num_res=search_meta.num_res num_pages=search_meta.num_pages year=search_meta.year meta_place.dataset.term=term meta_place.dataset.page=active_pgn meta_place.dataset.num_res=num_res meta_place.dataset.num_pages=num_pages meta_place.dataset.year=year document.getElementById("num_result_place").innerHTML=num_res if (year !== "unfilter"){ document.getElementById("year_filter_label").style="display:inline;" document.getElementById("year_filter_place").innerHTML=year }else { document.getElementById("year_filter_label").style="display:none;" document.getElementById("year_filter_place").innerHTML="" } } function update_pagination() { search_meta_place=document.getElementById('search_meta_data') num_pages=search_meta_place.dataset.num_pages; active_pgn=parseInt(search_meta_place.dataset.page); document.getElementById("pgn-ul").innerHTML=""; pgn_html=""; for (i = 1; i <= num_pages; i++){ if (i===active_pgn){ actv="active" }else {actv=""} pgn_li="
  • " +i+ "
  • "; pgn_html+=pgn_li; } document.getElementById("pgn-ul").innerHTML=pgn_html var pgn_links = document.querySelectorAll('.mypgn'); pgn_links.forEach(function(pgn_link) { pgn_link.addEventListener('click', paginate) }) } function post_and_fetch(data,url) { showLoading() xhr = new XMLHttpRequest(); xhr.open('POST', url, true); xhr.setRequestHeader('Content-Type', 'application/json; charset=UTF-8'); xhr.onreadystatechange = function() { if (xhr.readyState === 4 && xhr.status === 200) { var resp = xhr.responseText; resp_json=JSON.parse(resp) resp_place = document.getElementById("search_result_div") resp_place.innerHTML = resp_json['results'] search_meta = resp_json['meta'] update_search_meta(search_meta) update_pagination() hideLoading() } }; xhr.send(JSON.stringify(data)); } function unfilter() { url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term var data={ "year":"unfilter", "term":term, "pgn":1 } filtered_res=post_and_fetch(data,url) } function deactivate_all_bars(){ var yrchart = document.querySelectorAll('.ct-bar'); yrchart.forEach(function(bar) { bar.dataset.active = false bar.style = "stroke:#71a3c5;" }) } year_chart.on("created", function() { var yrchart = document.querySelectorAll('.ct-bar'); yrchart.forEach(function(check) { check.addEventListener('click', checkIndex); }) }); function checkIndex(event) { var yrchart = document.querySelectorAll('.ct-bar'); var year_bar = event.target if (year_bar.dataset.active == "true") { unfilter_res = unfilter() year_bar.dataset.active = false year_bar.style = "stroke:#1d2b3699;" } else { deactivate_all_bars() year_bar.dataset.active = true year_bar.style = "stroke:#e56f6f;" filter_year = chart_data['labels'][Array.from(yrchart).indexOf(year_bar)] url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term var data={ "year":filter_year, "term":term, "pgn":1 } filtered_res=post_and_fetch(data,url) } } function showLoading() { document.getElementById("loading").style.display = "block"; setTimeout(hideLoading, 10000); // 10 seconds } function hideLoading() { document.getElementById("loading").style.display = "none"; } -->