"); targetWindow.document.write("
"); targetWindow.document.write($(".articles-view").html()); targetWindow.document.write("
"); targetWindow.document.write("
"); targetWindow.document.write($(".articles-detail-content").html()); targetWindow.document.write("
"); targetWindow.document.write(""); targetWindow.document.close(); } function fnSaveArticleStatistics(pdfCnt,printCnt){ document.querySelector("#articleLogForm input[name='landingLogBean.pdfCnt']").value = pdfCnt; document.querySelector("#articleLogForm input[name='landingLogBean.printCnt']").value = printCnt; $.ajax({ url: "/kciportal/landing/updateArticleStatistics.kci", async: false, type: "post", data: $("#articleLogForm").serialize(), success: function(data){ }, error:function(request,status,error){ alert("code:"+request.status+"\n"+"message:"+request.responseText+"\n"+"error:"+error); } }); } function fncDown(arti_id, orteFileId) { fnSaveArticleStatistics(1,0); orteDownFrame.location.href="/kciportal/ci/sereArticleSearch/ciSereArtiOrteServHistIFrame.kci?sereArticleSearchBean.artiId="+arti_id+"&sereArticleSearchBean.orteFileId="+orteFileId; } function sendSNS(type, url){ var www = ""; var sendUrl = ''; var artiNm = $("#artiNm").val(); if(navigator.userAgent.match(/iPhone/i) || navigator.userAgent.match(/iPod/i) || navigator.userAgent.match(/iPad/i) || navigator.userAgent.match(/Android/i)){ www = "m."; } if(type == 'twitter'){ sendUrl = "http://"+www+"twitter.com/?status="+encodeURIComponent(artiNm)+" \n"+encodeURIComponent(url); }else if(type == 'facebook'){ sendUrl = "http://"+www+"facebook.com/sharer.php?u="+encodeURIComponent(url); } if((typeof sendUrl != "undefined") && sendUrl !=""){ if(document.all){ window.open(sendUrl); }else{ document.location.href=sendUrl; } } } function fncTextDown() { var selectedType = document.querySelector("#exportType").value; var content = document.querySelectorAll("#citationLayer .quote-txt")[selectedType].innerText; var blob = new Blob([content],{type : 'text/plain'}); var downloadLink = document.createElement('a'); downloadLink.download = 'Export_Citation.txt' downloadLink.href = window.URL.createObjectURL(blob); downloadLink.click(); } function funcCitedList (){ var htmlCited = ""; var arti_id = $("#artiId").val(); var citationCnt = $("#kciCitedIdx").val(); var locale = 'ko_KR'; if(citationCnt.lenght > 0 || citationCnt != null){ $.ajax({ url: "/kciportal/landing/articleCitedList.kci", async: false, dataType: "html", type: "post", data: $("#articleDetailForm").serialize(), success: function(data){ $('#citationTable').html(data); }, error:function(request,status,error){ alert("code:"+request.status+"\n"+"message:"+request.responseText+"\n"+"error:"+error); } }); } } function fnArticleCitedListMove(condtion, tagetSelector , listOneSelector){ $(tagetSelector+" "+listOneSelector).hide(); var dataListSize = parseInt(document.querySelector(tagetSelector).getAttribute("data-list-size")); var dataListPageIndex = parseInt(document.querySelector(tagetSelector).getAttribute("data-list-pageIndex")); var dataListRowPerPage = parseInt(document.querySelector(tagetSelector).getAttribute("data-list-rowPerPage")); var dataLastPage = Math.ceil(dataListSize/dataListRowPerPage); if(condtion == 'prev'){ dataListPageIndex = dataListPageIndex - 1 if(dataListPageIndex < 1){ dataListPageIndex = 1; } }else if(condtion == 'next'){ dataListPageIndex = dataListPageIndex + 1 if(dataListPageIndex > dataLastPage){ dataListPageIndex = dataLastPage; } } var list = document.querySelectorAll(tagetSelector+" "+listOneSelector); var startIndex = (dataListPageIndex -1) * dataListRowPerPage var endIndex = startIndex +dataListRowPerPage - 1 if(endIndex > dataListSize-1){ endIndex = dataListSize-1 } var showList = Array.from(list).slice(startIndex,endIndex+1); $(showList).show(); document.querySelector(tagetSelector).setAttribute("data-list-pageIndex",dataListPageIndex); window.scrollTo(0,0); } function fncView(artiId){ if(artiId != "") { window.open("","winPopResiHist","width=1000, height=500, scrollbars=1"); ciSereArtiList.elements["sereArticleSearchBean.artiId"].value = artiId; ciSereArtiList.target = "winPopResiHist"; ciSereArtiList.action = "/kciportal/ci/sereArticleSearch/ciSereArtiView.kci"; ciSereArtiList.submit(); } } function gotoTargetPatentIndex(targetRid) { var target = $("#"+targetRid); if(targetRid != "container"){ if(!target.hasClass("slide-open")){ target.closest(".adc-area").find(".adc-onoff-btn").addClass("on") target.addClass("slide-open"); target.show(); } } $("html, body").animate({ scrollTop: "+="+(target.offset().top - $(window).scrollTop() - 100) }, 500); } //키워드 클라우드 dropdown 메뉴 액션 function fncKeywordSearch(gubun, kwd){ var winHandle = window.open("" ,"newPage",""); if(winHandle != null){ if(gubun == 1){ if($("#kwdSrchForm1").length == 0){ var htmlString = "
"; htmlString += ""; htmlString += ""; htmlString += ""; htmlString += ""; htmlString += "
"; $("body").append(htmlString); }else{ $("#kwdSrchForm1 input[name='poSearchBean.keywordList']").val(kwd); } $("#kwdSrchForm1").submit(); }else{ if($("#kwdSrchForm2").length == 0){ var htmlString = "
"; htmlString += ""; htmlString += "
"; $("body").append(htmlString); }else{ $("#kwdSrchForm2 input[name='poLateRelaKwdBean.keyword']").val(kwd); } $("#kwdSrchForm2").submit(); } } if(winHandle != null) winHandle.focus(); } $(function(){ // citation select type $("#citationLayer #exportType").change(function() { var val = parseInt($(this).val()); $("#citationLayer .quote-txt").hide(); $("#citationLayer .quote-txt").eq(val).show(); }); // citation 레이어 닫기 $("#citationLayer .type .close").click(function() { $("#citationLayer").fadeOut(200); }); // ESC 누를 시 논문상세 내 팝업 닫기 $("body").keydown(function(e) { if(e.which==27 || e.keyCode==27) { $(".fullTextPopup").remove(); $("#citationLayer").fadeOut(200); } }); })
본문 바로가기
KCI 후보

Dual hesitant fuzzy aggregation operators based on Bonferroni means and their applications to multiple attribute decision making

ANNALS OF FUZZY MATHEMATICS AND INFORMATICS
약어 : -
2017 vol.14, no.3, pp.265 - 278
DOI : 10.30948/afmi.2017.14.3.265
발행기관 : 원광대학교 기초자연과학연구소
연구분야 : 수학
Copyright © 원광대학교 기초자연과학연구소
인용한 논문 수 :   -  
235 회 열람

In this paper, we investigate the multiple attribute decision making problems with dual hesitant fuzzy information. Motivated by the idea of Bonferroni mean and Choquet integral, we develop the aggregation techniques called the dual hesitant fuzzy choquet ordered Bonferroni mean operator for aggregating the dual hesitant fuzzy information. We research its properties and discuss its special cases. We also apply the newly defined operator to deal with multiple attribute decision making problems under dual hesitant fuzzy environment. Finally, an illustrative example is given to show the developed method and demonstrate its practicality and effectiveness.

Multiple attribute decision making, Dual hesitant fuzzy set, Bonferroni mean, Choquet integral

  • 1. [학술지] K. T. Atanassov / 1989 / Interval valued intuitionistic fuzzy sets / Fuzzy Sets and Systems / 31 : 343 ~
  • 2. [학술지] K. T. Atanassov / 1986 / Intuitionistic Fuzzy Sets / Fuzzy Sets and Systems / 20 : 87 ~
  • 3. [학술지] C. Bonferroni / 1950 / Sulle medie multiple di potenze / Boll. un. mat. ital / 5 (3) : 267 ~ 3
  • 4. [학술지] G. Choquet / 1954 / Theory of capacities / Annales-Institut Fourier / 5 : 131 ~
  • 5. [학술지] T. Y. Chen / 2011 / Optimistic and pessimistic decision making with dissonance reduction using interval-valued fuzzy sets / Information Sciences An International Journal / 181 (3) : 479 ~ 3
  • 6. [단행본] F. Chiclana / 2000 / The ordered weighted geometric operator: Properties and application : 985 ~
  • 7. [학술지] V. Derhami / 2013 / Similarity of learned helplessness in human being and fuzzy reinforcement learning algorithms / Journal of Intelligent and Fuzzy Systems / 24 (24) : 347 ~ 24
  • 8. [학술지] H. Dyckho / 1984 / Generalized means as model of compensative connectives / Fuzzy Sets and Systems / 14 : 143 ~
  • 9. [단행본] M. Grabisch / 2000 / Fuzzy Measures and Integrals: Theory and Applications / Sringer
  • 10. [단행본] S. Miyamoto / 2000 / Multisets and Fuzzy Multisets / Springer
  • 11. [학술지] A. F. Meyabadi / 2013 / A heuristic fuzzy decision-based solving of redispatching prob-lem for congestion management in restructured power systems / Journal of Intelligent and Fuzzy Systems / 24 (3) : 563 ~ 3
  • 12. [학술지] S. Mathew / 2013 / Cycle connectivity in fuzzy graphs / Journal of Intelligent and Fuzzy Systems / 24 (3) : 549 ~ 3
  • 13. [학술지] V. Torra / 2010 / Hesitant fuzzy sets / International Journal of Intelligent Systems / 25 (6) : 529 ~ 6
  • 14. [학술대회] V. Torra / 2009 / On hesitant fuzzy sets and decision / IEEE International Conference on Fuzzy Systems : 1378 ~
  • 15. [단행본] Z. Wang / 1992 / Fuzzy Measure Theory / Springer : 3 ~
  • 16. [학술지] C. Y. Wang / 2014 / Multiple Attribute Decision Making Based on Gen-eralized Aggregation Operators under Dual Hesitant Fuzzy Environment / Journal of Applied Mathematics / 2014 (2) : 701 ~ 2
  • 17. [학술지] H. J. Wang / 2014 / Dual hesitant fuzzy aggregation operators in multiple attribute decision making / Journal of Intelligent and Fuzzy Systems Applications in Engineer-ing and Technology / 26 (5) : 2281 ~ 5
  • 18. [학술지] Z. S. Xu / 2004 / A method based on linguistic aggregation operators for group decision making with linguistic preference relations / Inform. Sci / 166 : 19 ~
  • 19. [학술지] Z. S. Xu / 2006 / On generalized induced linguistic aggregation operators / International Journal of General Systems / 35 (1) : 17 ~ 1
  • 20. [학술지] Z. S. Xu / 2011 / EOWA AND EOWG OPERATORS FOR AGGREGATING LINGUISTIC LA-BELS BASED ON LINGUISTIC PREFERENCE RELATIONS / International Journal of Un-certainty Fuzziness and Knowledge-Based Systems / 12 (6) : 791 ~ 6
  • 21. [학술지] Z. S. Xu / 2002 / The ordered weighted geometric averaging operators / International Journal of Intelligent Systems / 17 (7) : 709 ~ 7
  • 22. [학술지] M. M. Xia / 2011 / Hesitant fuzzy information aggregation in decision making / Interna-tional Journal of Approximate Reasoning / 52 (3) : 395 ~ 3
  • 23. [학술지] M. M. Xia / 2013 / Geometric Bonferroni means with their application in multi-criteria decision making / Knowledge-Based Systems / 40 (1) : 88 ~ 1
  • 24. [학술지] Z. S. Xu / 2011 / Intuitionistic fuzzy Bonferroni means / IEEE Transactions on Sys-tems Man and Cybernetics Part B Cybernetics A Publication of the IEEE Systems Man and Cybernetics Society / 41 (2) : 568 ~ 2
  • 25. [학술지] Z. S. Xu / 2010 / Power-Geometric Operators and Their Use in Group Decision Making / IEEE Transactions on Fuzzy Systems / 18 (1) : 94 ~ 1
  • 26. [학술지] R. R. Yager / 1986 / ON THE THEORY OF BAGS / International Journal of General Systems / 13 (1) : 23 ~ 1
  • 27. [학술지] R. R. Yager / 1988 / On ordered weighted averaging aggregation operators in multicriteria decision-making / IEEE Transactions on Systems Man and Cybernetics / 18 (1) : 183 ~ 1
  • 28. [학술지] R. R. Yager / 2001 / The power average operator / Systems Man and Cybernetics Part A Systems and Humans IEEE Transactions on / 31 (6) : 724 ~ 6
  • 29. [학술지] R. R. Yager / 2004 / OWA aggregation over a continuous interval argument with applications to de-cision making / IEEE Transactions on Systems Man and Cybernetics Part B Cybernetics A Publication of the IEEE Systems Man and Cybernetics Society / 34 (5) : 1952 ~ 5
  • 30. [학술지] R. R. Yager / 2011 / CHOQUET AGGREGATION USING ORDER INDUCING VARIABLES / International Journal of Uncertainty Fuzziness and Knowledge-Based Systems / 12 (1) : 69 ~ 1
  • 31. [학술지] J. Ye / 2014 / Correlation coefficient of dual hesitant fuzzy sets and its application to multiple attribute decision making / Applied Mathematical Modelling / 38 (2) : 659 ~ 2
  • 32. [학술지] J. Ye / 2016 / Cross-Entropy of Dual Hesitant Fuzzy Sets for Multiple Attribute / Decision-Making / 8 (3) : 20 ~ 3
  • 33. [학술지] R. R. Yager / 2006 / The continuous ordered weighted geometric operator and its appli-cation to decision making / Fuzzy Sets and Systems / 157 : 1393 ~
  • 34. [단행본] L. A. Zadeh / 1974 / The Concept of a Linguistic Variable and its Application to Approximate Reasoning / Springer
  • 35. [학술지] B. Zhu / 2012 / Dual Hesitant Fuzzy Sets / Journal of Applied Mathematics / 2012 (11) : 2607 ~ 11
  • 36. [학술지] B. Zhu / 2012 / Hesitant fuzzy geometric Bonferroni means / Information Sciences An International Journal / 205 (1) : 72 ~ 1