نتایج جستجو برای: fuzzu sets

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

1980
Didier Dubois Henri Prade

Fuzziness is not a priori an obvious concept and demands some explanation. “Fuzziness” is what Black (NF 1937) calls “vagueness” when he distinguishes it from “generality” and from “ambiguity.” Generalizing refers to the application of a symbol to a multiplicity of objects in the field of reference, ambiguity to the association of a finite number of alternative meanings having the same phonetic...

2014
P. Murugadas K. Lalitha

Atanassov K. , Intuitionistic Fuzzy Sets. , VII ITKR's Section, Sofia, June 1983. Hashimoto H. , Sub-inverses of fuzzy Matrices, Fuzzy Sets and Systems, Vol. 12(1984),155-168. Murugadas P and Lalitha K. , Dual Implication Operator in Intuitionistic Fuzzy Matrices, International conference on Mathematical Modelling and its Application-2012. Sriram S and Murugadas P. , Sub-inverses of Intuit...

Journal: :Soft Comput. 2014
Yejun Xu Kevin W. Li Huimin Wang

Some simple yet pragmatic methods of consistency test are developed to check whether an interval fuzzy preference relation is consistent. Based on the definition of additive consistent fuzzy preference relations proposed by Tanino [Fuzzy Sets and Systems 12 (1984) 117131], a study is carried out to examine the correspondence between the element and weight vector of a fuzzy preference relation. ...

Journal: :Fuzzy Sets and Systems 2010
Javier Gutiérrez García Tomasz Kubiak

Ulrich Höhle was born on 6 December 1943 in Bad Oeynhausen, Germany. Being musically and mathematically gifted (among others), he could not decide between music and mathematics, so he began his studies in both directions: mathematics and music (piano) at Johannes-Gutenberg Universität in Mainz (1963–1966). After having realized his true vocation, he decided to become a mathematician and continu...

Journal: :Fuzzy Sets and Systems 2009
Roee Teper

Whenever a functional is concave it is natural to ask whether its sendograph is a closed convex set. If so, the Hahn–Banach theory implies that the functional can be represented as the infimum of all continuous linear functionals greater than or equal to it. We refer to such representation as a dual representation. Dominated convergence of the concave integral for capacities is characterized in...

Journal: :Fuzzy Sets and Systems 2003
Christer Carlsson Robert Fullér

To have a real option means to have the possibility for a certain period to either choose for or against making an invetsment decision, without binding oneself up front. The real option rule is that one should invest today only if the net present value is high enough to compensate for giving up the value of the option to wait. Because the option to invest loses its value when the investment is ...

Journal: :Fuzzy Sets and Systems 2003
Domonkos Tikk

This paper investigates the approximation behaviour of the K1 oczy–Hirota (KH) interpolative fuzzy controllers. First, in accordance with the remarks in (Fuzzy Sets and Systems 125(1) (2002) 105), it is pointed out that it is a fuzzy generalization of the Shepard operator. Shepard operator has thoroughly studied by approximation theorist since the mid-1970s. Exploiting the aforementioned relati...

2007
WEN-LIANG HUNG JONG-WUU WU

In many applications, multiple correlation and partial correlation for three or more fuzzy sets are very important, but Chiang and Lin (1999, Fuzzy Sets and Systems 102: 221–226) do not solve this problem. Here, we propose a method to calculate the multiple correlation and partial correlation for fuzzy data, by adopting the concepts from the multivariate correlation model. In order to fit into ...

Journal: :Journal of Intelligent and Fuzzy Systems 2017
Fabio Blanco-Mesa José M. Merigó Anna Maria Gil Lafuente

Fuzzy decision-making consists in making decisions under complex and uncertain environments where the information can be assessed with fuzzy sets and systems. The aim of this study is to review the main contributions in this field by using a bibliometric approach. For doing so, the article uses a wide range of bibliometric indicators including the citations and the h-index. Moreover, it also us...

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

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

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"; } -->