<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE article  PUBLIC "-//NLM//DTD Journal Publishing DTD v3.0 20080202//EN" "http://dtd.nlm.nih.gov/publishing/3.0/journalpublishing3.dtd"><article xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:xlink="http://www.w3.org/1999/xlink" dtd-version="3.0" xml:lang="en" article-type="research article"><front><journal-meta><journal-id journal-id-type="publisher-id">IJIS</journal-id><journal-title-group><journal-title>International Journal of Intelligence Science</journal-title></journal-title-group><issn pub-type="epub">2163-0283</issn><publisher><publisher-name>Scientific Research Publishing</publisher-name></publisher></journal-meta><article-meta><article-id pub-id-type="doi">10.4236/ijis.2015.53012</article-id><article-id pub-id-type="publisher-id">IJIS-53761</article-id><article-categories><subj-group subj-group-type="heading"><subject>Articles</subject></subj-group><subj-group subj-group-type="Discipline-v2"><subject>Computer Science&amp;Communications</subject></subj-group></article-categories><title-group><article-title>
 
 
  Extending Qualitative Probabilistic Network with Mutual Information Weights
 
</article-title></title-group><contrib-group><contrib contrib-type="author" xlink:type="simple"><name name-style="western"><surname>un</surname><given-names>Yue</given-names></name><xref ref-type="aff" rid="aff1"><sup>1</sup></xref><xref ref-type="corresp" rid="cor1"><sup>*</sup></xref></contrib><contrib contrib-type="author" xlink:type="simple"><name name-style="western"><surname>Feng</surname><given-names>Wang</given-names></name><xref ref-type="aff" rid="aff2"><sup>2</sup></xref></contrib><contrib contrib-type="author" xlink:type="simple"><name name-style="western"><surname>Mujin</surname><given-names>Wei</given-names></name><xref ref-type="aff" rid="aff1"><sup>1</sup></xref></contrib><contrib contrib-type="author" xlink:type="simple"><name name-style="western"><surname>Weiyi</surname><given-names>Liu</given-names></name><xref ref-type="aff" rid="aff1"><sup>1</sup></xref></contrib></contrib-group><aff id="aff2"><addr-line>Yunnan Computer Technology Application Key Lab, Kunming University of Science and Technology, Kunming, China</addr-line></aff><aff id="aff1"><addr-line>Department of Computer Science and Engineering, School of Information Science and Engineering, Yunnan University, Kunming, China</addr-line></aff><author-notes><corresp id="cor1">* E-mail:<email>kyue@ynu.edu.cn(UY)</email>;</corresp></author-notes><pub-date pub-type="epub"><day>03</day><month>02</month><year>2015</year></pub-date><volume>05</volume><issue>03</issue><fpage>133</fpage><lpage>144</lpage><history><date date-type="received"><day>15</day>	<month>January</month>	<year>2015</year></date><date date-type="rev-recd"><day>accepted</day>	<month>30</month>	<year>January</year>	</date><date date-type="accepted"><day>3</day>	<month>February</month>	<year>2015</year></date></history><permissions><copyright-statement>&#169; Copyright  2014 by authors and Scientific Research Publishing Inc. </copyright-statement><copyright-year>2014</copyright-year><license><license-p>This work is licensed under the Creative Commons Attribution International License (CC BY). http://creativecommons.org/licenses/by/4.0/</license-p></license></permissions><abstract><p>
 
 
  Bayesian network (BN) is a well-accepted framework for representing and inferring uncertain knowledge. As the qualitative abstraction of BN, qualitative probabilistic network (QPN) is introduced for probabilistic inferences in a qualitative way. With much higher efficiency of inferences, QPNs are more suitable for real-time applications than BNs. However, the high abstraction level brings some inference conflicts and tends to pose a major obstacle to their applications. In order to eliminate the inference conflicts of QPN, in this paper, we begin by extending the QPN by adding a mutual-information-based weight (MI weight) to each qualitative influence in the QPN. The extended QPN is called MI-QPN. After obtaining the MI weights from the corresponding BN, we discuss the symmetry, transitivity and composition properties of the qualitative influences. Then we extend the general inference algorithm to implement the conflict-free inferences of MI-QPN. The feasibility of our method is verified by the results of the experiment.
 
</p></abstract><kwd-group><kwd>Qualitative Probabilistic Network (QPN)</kwd><kwd> Inference Conflict</kwd><kwd> Mutual Information</kwd><kwd> Influence Weight</kwd><kwd> Superposition</kwd></kwd-group></article-meta></front><body><sec id="s1"><title>1. Introduction</title><p>Bayesian network (BN) is a well-accepted model to represent a set of random variables and their probabilistic relationships via a directed acyclic graph (DAG) [<xref ref-type="bibr" rid="scirp.53761-ref1">1</xref>] [<xref ref-type="bibr" rid="scirp.53761-ref2">2</xref>] . There is a conditional probability table (CPT) associated with each node to represent the quantitative relationships among the nodes. BN has been widely used in different aspects of intelligent applications including representation, prediction, reasoning, and so on [<xref ref-type="bibr" rid="scirp.53761-ref1">1</xref>] [<xref ref-type="bibr" rid="scirp.53761-ref3">3</xref>] . However, exact inference in an arbitrary BN is NP hard [<xref ref-type="bibr" rid="scirp.53761-ref4">4</xref>] , and even the approximate inference is also very difficult [<xref ref-type="bibr" rid="scirp.53761-ref5">5</xref>] . As a result, BN’s inferences are not very efficient, which is doomed to pose limits to BN-related applications, especially for real-time situations. Fortunately, as the qualitative abstraction of BN, QPN was proposed by Wellman [<xref ref-type="bibr" rid="scirp.53761-ref6">6</xref>] and can be appropriately used to remedy the above drawbacks of a BN. A QPN adopts a DAG to encode random variables and their relationships, which are not quantified by conditional probabilities, but are summarized by qualitative signs [<xref ref-type="bibr" rid="scirp.53761-ref7">7</xref>] . The most important thing is that there has been an efficient QPN inference (reasoning) algorithm, which is based on sign propagation and run in polynomial time [<xref ref-type="bibr" rid="scirp.53761-ref8">8</xref>] .</p><p>However, the high abstraction level of QPN results in the problem that there is no information left to compare two different qualitative influences in a QPN. Thus, when a node receives two inconsistent signs from its two different neighbor nodes during inferences, it is hard to know which sign is more suitable for the node, so that the “? (i.e., unknown)” sign is obtained as the result sign on the node. This means that there are inference conflicts generated on the node, which lead to less powerful expressiveness and inference capabilities than expected for real-world prediction and decision-making of uncertain knowledge in economics, health care, traffics, etc [<xref ref-type="bibr" rid="scirp.53761-ref9">9</xref>] - [<xref ref-type="bibr" rid="scirp.53761-ref16">16</xref>] . Worst of all, when the ambiguous results caused by inference conflicts are produced, they will be spread to most parts of the network with the reasoning algorithm going on.</p><p>To provide a conflict-free inference mechanism of QPN is paid much attention. Various approaches have been proposed from various perspectives. However, in some representative methods [<xref ref-type="bibr" rid="scirp.53761-ref9">9</xref>] [<xref ref-type="bibr" rid="scirp.53761-ref11">11</xref>] [<xref ref-type="bibr" rid="scirp.53761-ref13">13</xref>] , the original sample data or threshold values are required or predefined when the influences are weighted quantitatively. This is not consistent with the BN-based applications that focus on probabilistic inferences taking as input BN without the original sample data. Furthermore, a BN is frequently defined by experts instead of learned from data. Even though the original data are available, the efficiency of the process of deriving influence weights is sensitive to the data size. Meanwhile, the uncertainty of the influence weight has not been well incorporated, and the propagation of influence weights lacks solid theoretical foundations during QPN inferences.</p><p>Therefore, in this paper we are to consider eliminating the inference conflicts of general QPNs and developing a conflict-free inference method. We derive the quantitative QPN by adding a weight to each qualitative influence from the corresponding BN, while sample data and threshold values are not required. The weight is adopted as the information to compare two different qualitative signs. Therefore, when a node in a general QPN faces an inference conflict, a trade-off will be incorporated to avoid the conflict based on the weights.</p><p>Mutual information (MI) is a quantity that measures the mutual dependence of the two random variables [<xref ref-type="bibr" rid="scirp.53761-ref17">17</xref>] [<xref ref-type="bibr" rid="scirp.53761-ref18">18</xref>] . As well, MI is widely applied to test the association degree among the BN nodes [<xref ref-type="bibr" rid="scirp.53761-ref19">19</xref>] - [<xref ref-type="bibr" rid="scirp.53761-ref21">21</xref>] . When node A receives two inconsistent signs from its two different neighbor nodes, say B and C, we can naturally think that the result sign on A is more dependent on the sign propagated from B than that from C, if the mutual information between A and B is larger than that between A and C. Based on the above idea, we adopt MI as the weight to quantify the degree of the mutual dependence between two nodes linked by a directed edge.</p><p>Generally speaking, the main contributions of this paper can be summarized as follows:</p><p> We define the MI-based weight of a qualitative influence, called MI weight, and extend the traditional QPN by adding a MI weight to each qualitative influence. We call the extended QPN as MI-QPN.</p><p> We propose an efficient algorithm to derive MI weights from the conditional probability tables and prior probability distributions in the corresponding BN instead of the sample data.</p><p> We discuss the symmetry, transitivity and composition properties of qualitative influences in the MI-QPN. Then, we extend the general QPN’s inference algorithm to achieve conflict-free inferences with the MI- QPN.</p><p> We give preliminary experiments to verify the feasibility and correctness of our method.</p></sec><sec id="s2"><title>2. Related Work</title><p>BN has been successfully established as a framework to describe, manage uncertainty using the probabilistic graphical approach [<xref ref-type="bibr" rid="scirp.53761-ref2">2</xref>] [<xref ref-type="bibr" rid="scirp.53761-ref3">3</xref>] . As the qualitative abstraction of BN, QPN [<xref ref-type="bibr" rid="scirp.53761-ref6">6</xref>] was proposed by Wellman and widely used in decision making, industrial control, forecasting, and so on [<xref ref-type="bibr" rid="scirp.53761-ref22">22</xref>] - [<xref ref-type="bibr" rid="scirp.53761-ref24">24</xref>] . The methods to construct QPNs mainly include deriving QPNs from the corresponding existing BNs [<xref ref-type="bibr" rid="scirp.53761-ref15">15</xref>] or giving QPNs by the domain experts. As for the QPN’s inference, an efficient algorithm was proposed by Druzdzel et al. [<xref ref-type="bibr" rid="scirp.53761-ref8">8</xref>] . The inference conflict has become a common problem for QPNs and how to resolve the inference conflicts is the subject that was paid much attention in recent years. Various methods were proposed from various perspectives.</p><p>Lv et al. [<xref ref-type="bibr" rid="scirp.53761-ref9">9</xref>] proposed the ambiguity reduction method by associating a qualitative mutual information weight to each qualitative influence in the QPN, but the weight can only be obtained from the given or generated sample data. This is not always feasible, since the BN may be not learned from data, or the sample data cannot be available. Parsons [<xref ref-type="bibr" rid="scirp.53761-ref10">10</xref>] introduced the concept of categorical influence, which is either an influence that serves to increase a probability to 1 or an influence that decreases a probability to 0, regardless of any other influences. By this approach, only some of the inference conflicts can be resolved.</p><p>Renooij et al. [<xref ref-type="bibr" rid="scirp.53761-ref11">11</xref>] [<xref ref-type="bibr" rid="scirp.53761-ref15">15</xref>] proposed two methods to solve the inference conflicts by using both kappas values and pivots to zoom upon inferences. The kappas value based method distinguishes the strong and weak influences by the interval values that do not have solid theoretical basis for interval value propagation during QPN inferences. Renooij et al. [<xref ref-type="bibr" rid="scirp.53761-ref12">12</xref>] presented an enhanced QPN that differs from a regular QPN to distinguish between strong and weak influences. This method is only suitable for the binary-variable situation. A threshold value is required in these methods except that exploits context-specific information. Renooij et al. [<xref ref-type="bibr" rid="scirp.53761-ref13">13</xref>] proposed SQPN (semi-QPN) by associating a probability interval value with each qualitative influence to quantify the qualitative influences. De Campos et al. [<xref ref-type="bibr" rid="scirp.53761-ref25">25</xref>] discussed the complexity of inferences in polytree-shaped SQPNs. Renooij et al. [<xref ref-type="bibr" rid="scirp.53761-ref14">14</xref>] extended QPNs by providing the inclusion of context-specific information about influences and showed that exploiting this information upon inference had the ability to forestall unnecessarily weak results. By this method, a threshold value should be given to distinguish the strong and weak influences.</p><p>We extended QPN to solve inference conflicts by adding the weights to qualitative influences based on the rough set theory and interval probability theory respectively in [<xref ref-type="bibr" rid="scirp.53761-ref16">16</xref>] and [<xref ref-type="bibr" rid="scirp.53761-ref26">26</xref>] . By the method in [<xref ref-type="bibr" rid="scirp.53761-ref16">16</xref>] , the dependency degree was computed based on the threshold value, but the corresponding sample data was required to obtain the weights. By the method in [<xref ref-type="bibr" rid="scirp.53761-ref26">26</xref>] , the interval-probability weights were derived from the corresponding BN’s CPT, but the calculation of interval probability during inferences led to approximate results.</p></sec><sec id="s3"><title>3. Preliminaries and Problem Statement</title><sec id="s3_1"><title>3.1. The Concept of QPN</title><p>A QPN has the same graphical structure as the corresponding BN, also represented by a DAG. In a QPN, each node accords with a random variable, and the influence between each pair of the nodes can only be one of the signs including “+”, “−”, “?” and “0”, where “+” (“−”) means the probability of a higher (lower) value for the corresponding variable increases, sign “?” denotes the unknown influence by giving an evidence and “0” represents initial state of the variable without observations. Each edge with a qualitative sign means the qualitative influence between two corresponding variables. The definition of the qualitative influence [<xref ref-type="bibr" rid="scirp.53761-ref6">6</xref>] is given as follows.</p><p>Definition 3.1 We say that A positively influences C, written<inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x5.png" xlink:type="simple"/></inline-formula>, if for all values<inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x6.png" xlink:type="simple"/></inline-formula>, <inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x7.png" xlink:type="simple"/></inline-formula>and x, which is the set of all of C’s parents other than A,<inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x8.png" xlink:type="simple"/></inline-formula>.</p><p>This definition means the probability of a higher value of C is increased when given a higher value of A, regardless of any other direct influences on C. A negative qualitative influence S<sup>−</sup> and a zero qualitative influence S<sup>0</sup> are defined analogously, by replacing &#179; in the above formula by &#163; and = respectively. If the qualitative influence between A and C does not belong to the above three kinds, written<inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x9.png" xlink:type="simple"/></inline-formula>.</p><p>Example 3.1 Based on Definition 3.1 and from the BN shown in <xref ref-type="fig" rid="fig1">Figure 1</xref>, we derive a QPN shown in <xref ref-type="fig" rid="fig2">Figure 2</xref>.</p></sec><sec id="s3_2"><title>3.2. QPN Inference and Inference Conflicts</title><p>It is known that the qualitative influence of a QPN exhibits various useful properties [<xref ref-type="bibr" rid="scirp.53761-ref6">6</xref>] . The symmetry prop-</p><fig id="fig1"  position="float"><label><xref ref-type="fig" rid="fig1">Figure 1</xref></label><caption><title> An simple BN</title></caption><graphic mimetype="image"   position="float"  xlink:type="simple"  xlink:href="http://html.scirp.org/file/1-1680153x10.png"/></fig><fig id="fig2"  position="float"><label><xref ref-type="fig" rid="fig2">Figure 2</xref></label><caption><title> QPN derived from the BN in <xref ref-type="fig" rid="fig1">Figure 1</xref></title></caption><graphic mimetype="image"   position="float"  xlink:type="simple"  xlink:href="http://html.scirp.org/file/1-1680153x11.png"/></fig><p>erty expresses if there is <inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x12.png" xlink:type="simple"/></inline-formula> in a QPN, then we have<inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x13.png" xlink:type="simple"/></inline-formula>. The transitivity property can be used to combine qualitative influences along a trail without a head-to-head node into a single influence with the &#196;- operator. The composition property asserts that multiple qualitative influences between two nodes along parallel chains combine into a single influence with the &#197;-operator. The ambiguous results (“?”) maybe appear by &#197;- operator during inference, and then will be propagated to other nodes by &#196;-operator.</p><p>Building on these three properties and operators, Druzdzel et al. proposed an efficient inference algorithm based on sign propagation [<xref ref-type="bibr" rid="scirp.53761-ref8">8</xref>] . The algorithm traces the effect of observing a value for one node on the other nodes by message-passing between neighbors. When the evidences are given to the network, each node receiving a message updates its sign and subsequently sends a message to each (induced) neighbor node that is independent of the observed node. The sign propagation reach all the nodes that are not d-separated with the evidence nodes. During the process of sign propagation, each node has changed its sign at most twice.</p><p>The inference conflicts take place when a node receives two different kinds of qualitative signs (“+” and “−”). In fact, the weights of qualitative influences in a QPN are not always equivalent. Thus, in this paper, we will add a weight to each qualitative influence so that a node facing a conflict will take a sign (“+” or “−”) instead of “?” by comparing the corresponding weights.</p></sec></sec><sec id="s4"><title>4. Constructing MI-QPN</title><sec id="s4_1"><title>4.1. Concepts of Mutual Information</title><p>It is well known that information entropy quantifies the information contained in a message and is a measure of the uncertainty associated with a random variable. Now we introduce relevant definition [<xref ref-type="bibr" rid="scirp.53761-ref17">17</xref>] and properties [<xref ref-type="bibr" rid="scirp.53761-ref1">1</xref>] .</p><p>Definition 4.1 The information entropy <inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x14.png" xlink:type="simple"/></inline-formula> of a discrete random variable <inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x15.png" xlink:type="simple"/></inline-formula> with possible values <inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x16.png" xlink:type="simple"/></inline-formula> is</p><disp-formula id="scirp.53761-formula14"><label>(1)</label><graphic position="anchor" xlink:href="http://html.scirp.org/file/1-1680153x17.png"  xlink:type="simple"/></disp-formula><p>Definition 4.2 The conditional information entropy of <inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x18.png" xlink:type="simple"/></inline-formula> given <inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x19.png" xlink:type="simple"/></inline-formula> is</p><disp-formula id="scirp.53761-formula15"><label>(2)</label><graphic position="anchor" xlink:href="http://html.scirp.org/file/1-1680153x20.png"  xlink:type="simple"/></disp-formula><p>where <inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x21.png" xlink:type="simple"/></inline-formula> and <inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x21.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x22.png" xlink:type="simple"/></inline-formula> are two discrete random variables, <inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x21.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x22.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x23.png" xlink:type="simple"/></inline-formula>, <inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x21.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x22.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x23.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x24.png" xlink:type="simple"/></inline-formula>and <inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x21.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x22.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x23.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x24.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x25.png" xlink:type="simple"/></inline-formula> (or<inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x21.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x22.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x23.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x24.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x25.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x26.png" xlink:type="simple"/></inline-formula>) denotes the total number of possible values of <inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x21.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x22.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x23.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x24.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x25.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x26.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x27.png" xlink:type="simple"/></inline-formula> (or<inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x21.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x22.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x23.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x24.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x25.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x26.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x27.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x28.png" xlink:type="simple"/></inline-formula>).</p><p>We know <inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x29.png" xlink:type="simple"/></inline-formula> is regarded as a measure of uncertainty about a random variable<inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x29.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x30.png" xlink:type="simple"/></inline-formula>, and <inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x29.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x30.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x31.png" xlink:type="simple"/></inline-formula> denotes the amount of uncertainty remaining about <inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x29.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x30.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x31.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x32.png" xlink:type="simple"/></inline-formula> when <inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x29.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x30.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x31.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x32.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x33.png" xlink:type="simple"/></inline-formula> is known. The mutual information is just defined as the difference between <inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x29.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x30.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x31.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x32.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x33.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x34.png" xlink:type="simple"/></inline-formula> and<inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x29.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x30.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x31.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x32.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x33.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x34.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x35.png" xlink:type="simple"/></inline-formula>, which is to denote the amount of uncertainty in <inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x29.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x30.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x31.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x32.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x33.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x34.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x35.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x36.png" xlink:type="simple"/></inline-formula> that is removed by knowing<inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x29.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x30.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x31.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x32.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x33.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x34.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x35.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x36.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x37.png" xlink:type="simple"/></inline-formula>.</p><p>Definition 4.3 The mutual information of two discrete random variables <inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x38.png" xlink:type="simple"/></inline-formula> and <inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x38.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x39.png" xlink:type="simple"/></inline-formula> is defined as</p><disp-formula id="scirp.53761-formula16"><label>(3)</label><graphic position="anchor" xlink:href="http://html.scirp.org/file/1-1680153x40.png"  xlink:type="simple"/></disp-formula></sec><sec id="s4_2"><title>4.2. Defining MI-QPN</title><p>It is known that the dependency quantity <inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x41.png" xlink:type="simple"/></inline-formula> on <inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x41.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x42.png" xlink:type="simple"/></inline-formula> is the same with that of <inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x41.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x42.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x43.png" xlink:type="simple"/></inline-formula> on<inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x41.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x42.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x43.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x44.png" xlink:type="simple"/></inline-formula>. However, the same dependency degree may have different influences on <inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x41.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x42.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x43.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x44.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x45.png" xlink:type="simple"/></inline-formula> and <inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x41.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x42.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x43.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x44.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x45.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x46.png" xlink:type="simple"/></inline-formula> respectively. This means that the weight of <inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x41.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x42.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x43.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x44.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x45.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x46.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x47.png" xlink:type="simple"/></inline-formula> does not always equal that of<inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x41.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x42.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x43.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x44.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x45.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x46.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x47.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x48.png" xlink:type="simple"/></inline-formula>, although we always have<inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x41.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x42.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x43.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x44.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x45.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x46.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x47.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x48.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x49.png" xlink:type="simple"/></inline-formula>. Intuitively, for any node <inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x41.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x42.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x43.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x44.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x45.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x46.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x47.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x48.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x49.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x50.png" xlink:type="simple"/></inline-formula> with two different neighbor nodes <inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x41.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x42.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x43.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x44.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x45.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x46.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x47.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x48.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x49.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x50.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x51.png" xlink:type="simple"/></inline-formula> and<inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x41.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x42.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x43.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x44.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x45.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x46.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x47.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x48.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x49.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x50.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x51.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x52.png" xlink:type="simple"/></inline-formula>, if the degree of the mutual dependence be-</p><p>tween <inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x53.png" xlink:type="simple"/></inline-formula> and <inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x53.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x54.png" xlink:type="simple"/></inline-formula> is greater than that between <inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x53.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x54.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x55.png" xlink:type="simple"/></inline-formula> and<inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x53.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x54.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x55.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x56.png" xlink:type="simple"/></inline-formula>, then the weight of <inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x53.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x54.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x55.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x56.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x57.png" xlink:type="simple"/></inline-formula> should be greater than that of<inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x53.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x54.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x55.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x56.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x57.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x58.png" xlink:type="simple"/></inline-formula>. Consequently, we know the weights of qualitative influences should satisfy the following properties: 1) <inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x53.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x54.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x55.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x56.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x57.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x58.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x59.png" xlink:type="simple"/></inline-formula>does not always equal<inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x53.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x54.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x55.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x56.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x57.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x58.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x59.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x60.png" xlink:type="simple"/></inline-formula>; 2) For any<inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x53.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x54.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x55.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x56.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x57.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x58.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x59.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x60.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x61.png" xlink:type="simple"/></inline-formula>, <inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x53.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x54.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x55.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x56.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x57.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x58.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x59.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x60.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x61.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x62.png" xlink:type="simple"/></inline-formula>and<inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x53.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x54.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x55.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x56.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x57.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x58.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x59.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x60.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x61.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x62.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x63.png" xlink:type="simple"/></inline-formula>, <inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x53.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x54.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x55.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x56.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x57.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x58.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x59.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x60.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x61.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x62.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x63.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x64.png" xlink:type="simple"/></inline-formula>.</p><p>Now, we define the weight of a quantitative influence based on a normalized variant of the mutual information. The weight is called MI weight that satisfies the above properties.</p><p>Definition 4.4 The MI weight of a qualitative influence <inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x65.png" xlink:type="simple"/></inline-formula> is defined as</p><disp-formula id="scirp.53761-formula17"><label>(4)</label><graphic position="anchor" xlink:href="http://html.scirp.org/file/1-1680153x67.png"  xlink:type="simple"/></disp-formula><p>From the above definition, we know that the MI weight further satisfies the third property: 3) <inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x68.png" xlink:type="simple"/></inline-formula>. Especially, <inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x68.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x69.png" xlink:type="simple"/></inline-formula>when <inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x68.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x69.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x70.png" xlink:type="simple"/></inline-formula> depends on <inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x68.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x69.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x70.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x71.png" xlink:type="simple"/></inline-formula> completely, and <inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x68.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x69.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x70.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x71.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x72.png" xlink:type="simple"/></inline-formula> = 0 when <inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x68.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x69.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x70.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x71.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x72.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x73.png" xlink:type="simple"/></inline-formula> and <inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x68.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x69.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x70.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x71.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x72.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x73.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x74.png" xlink:type="simple"/></inline-formula> are independent.</p><p>Then, we consider the concerned computation in each of the three properties of the MI weight as follows:</p><p>・ For the first property, if<inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x75.png" xlink:type="simple"/></inline-formula>, we have<inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x75.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x76.png" xlink:type="simple"/></inline-formula>. If <inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x75.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x76.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x77.png" xlink:type="simple"/></inline-formula> and<inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x75.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x76.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x77.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x78.png" xlink:type="simple"/></inline-formula>, we know <inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x75.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x76.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x77.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x78.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x79.png" xlink:type="simple"/></inline-formula> and<inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x75.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x76.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x77.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x78.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x79.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x80.png" xlink:type="simple"/></inline-formula>. Thus, we have <inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x75.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x76.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x77.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x78.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x79.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x80.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x81.png" xlink:type="simple"/></inline-formula>.</p><p>・ For the second property, if<inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x82.png" xlink:type="simple"/></inline-formula>, we have<inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x82.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x83.png" xlink:type="simple"/></inline-formula>, since<inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x82.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x83.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x84.png" xlink:type="simple"/></inline-formula>. Then, we have</p><disp-formula id="scirp.53761-formula18"><label>(5)</label><graphic position="anchor" xlink:href="http://html.scirp.org/file/1-1680153x85.png"  xlink:type="simple"/></disp-formula><p>since if<inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x86.png" xlink:type="simple"/></inline-formula>, otherwise<inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x86.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x87.png" xlink:type="simple"/></inline-formula>. Then, we have</p><disp-formula id="scirp.53761-formula19"><label>(6)</label><graphic position="anchor" xlink:href="http://html.scirp.org/file/1-1680153x88.png"  xlink:type="simple"/></disp-formula><p>If<inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x89.png" xlink:type="simple"/></inline-formula>, then we have</p><disp-formula id="scirp.53761-formula20"><label>(7)</label><graphic position="anchor" xlink:href="http://html.scirp.org/file/1-1680153x90.png"  xlink:type="simple"/></disp-formula><p>If<inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x91.png" xlink:type="simple"/></inline-formula>, we have <inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x91.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x92.png" xlink:type="simple"/></inline-formula> since</p><disp-formula id="scirp.53761-formula21"><label>(8)</label><graphic position="anchor" xlink:href="http://html.scirp.org/file/1-1680153x93.png"  xlink:type="simple"/></disp-formula><p>Therefore, the second property can be derived from Definition 4.4.</p><p>・ For the third property, if<inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x94.png" xlink:type="simple"/></inline-formula>, we have</p><disp-formula id="scirp.53761-formula22"><label>(9)</label><graphic position="anchor" xlink:href="http://html.scirp.org/file/1-1680153x95.png"  xlink:type="simple"/></disp-formula><p>If<inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x96.png" xlink:type="simple"/></inline-formula>, we have</p><disp-formula id="scirp.53761-formula23"><label>(10)</label><graphic position="anchor" xlink:href="http://html.scirp.org/file/1-1680153x97.png"  xlink:type="simple"/></disp-formula><p>Thus, we have<inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x98.png" xlink:type="simple"/></inline-formula>, <inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x98.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x99.png" xlink:type="simple"/></inline-formula>and<inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x98.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x99.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x100.png" xlink:type="simple"/></inline-formula>, and if<inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x98.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x99.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x100.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x101.png" xlink:type="simple"/></inline-formula>, we have</p><disp-formula id="scirp.53761-formula24"><label>(11)</label><graphic position="anchor" xlink:href="http://html.scirp.org/file/1-1680153x102.png"  xlink:type="simple"/></disp-formula><p>By Formulae (9), (10) and (11), we can obtain<inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x103.png" xlink:type="simple"/></inline-formula>.</p><p>Definition 4.5 If we have<inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x104.png" xlink:type="simple"/></inline-formula>, we denote the qualitative influence with an MI weight as<inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x104.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x105.png" xlink:type="simple"/></inline-formula>, where<inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x104.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x105.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x106.png" xlink:type="simple"/></inline-formula>.</p><p>By the symmetry property of the qualitative influence, we know <inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x107.png" xlink:type="simple"/></inline-formula> implies<inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x107.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x108.png" xlink:type="simple"/></inline-formula>. Based on Definition 4.5, we know<inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x107.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x108.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x109.png" xlink:type="simple"/></inline-formula>. Therefore, two MI weights are added to each QPN edge to repre-</p><p>sent bidirectional qualitative influences with the MI weights between the corresponding two nodes.</p><p>Definition 4.6 MI-QPN is a DAG<inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x110.png" xlink:type="simple"/></inline-formula>, where <inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x110.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x111.png" xlink:type="simple"/></inline-formula> is a set of variables (nodes) in the graph, and</p><p><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x112.png" xlink:type="simple"/></inline-formula>is a set of qualitative relations and each qualitative influence in <inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x112.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x113.png" xlink:type="simple"/></inline-formula> is associated with a MI weight.</p></sec><sec id="s4_3"><title>4.3. Deriving MI Weights from BN</title><p>We can obtain a prior probability distribution from each orphans node and a CPT from each non-orphans one taking as input the BN directly. If <inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x114.png" xlink:type="simple"/></inline-formula> is a orphans node, we denote the prior probability distribution as set<inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x114.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x115.png" xlink:type="simple"/></inline-formula>. Otherwise, we denote the CPT of node <inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x114.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x115.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x116.png" xlink:type="simple"/></inline-formula> with parents <inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x114.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x115.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x116.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x117.png" xlink:type="simple"/></inline-formula> as the probability set<inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x114.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x115.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x116.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x117.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x118.png" xlink:type="simple"/></inline-formula>, where <inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x114.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x115.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x116.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x117.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x118.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x119.png" xlink:type="simple"/></inline-formula></p><p>denotes the total number of possible states of<inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x120.png" xlink:type="simple"/></inline-formula>, and <inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x120.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x121.png" xlink:type="simple"/></inline-formula> means the <inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x120.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x121.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x122.png" xlink:type="simple"/></inline-formula>-th state of<inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x120.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x121.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x122.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x123.png" xlink:type="simple"/></inline-formula>. It is worth noting that <inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x120.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x121.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x122.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x123.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x124.png" xlink:type="simple"/></inline-formula> are independent given the value <inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x120.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x121.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x122.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x123.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x124.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x125.png" xlink:type="simple"/></inline-formula> of their child node<inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x120.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x121.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x122.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x123.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x124.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x125.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x126.png" xlink:type="simple"/></inline-formula>.</p><p>In order to derive the MI weights between <inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x127.png" xlink:type="simple"/></inline-formula> and its parent <inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x127.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x128.png" xlink:type="simple"/></inline-formula><sub> <inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x127.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x128.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x129.png" xlink:type="simple"/></inline-formula></sub>, it is necessary to obtain the conditional probability sets associated with <inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x127.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x128.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x129.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x130.png" xlink:type="simple"/></inline-formula> and<inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x127.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x128.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x129.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x130.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x131.png" xlink:type="simple"/></inline-formula>, denoted as</p><p><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x132.png" xlink:type="simple"/></inline-formula>.</p><p>It is also necessary to compute the prior probability distribution of <inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x133.png" xlink:type="simple"/></inline-formula> and<inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x133.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x134.png" xlink:type="simple"/></inline-formula>, denoted as<inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x133.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x134.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x135.png" xlink:type="simple"/></inline-formula>,<inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x133.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x134.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x135.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x136.png" xlink:type="simple"/></inline-formula>. Then, we can use<inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x133.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x134.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x135.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x136.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x137.png" xlink:type="simple"/></inline-formula>,<inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x133.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x134.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x135.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x136.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x137.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x138.png" xlink:type="simple"/></inline-formula> and <inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x133.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x134.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x135.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x136.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x137.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x138.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x139.png" xlink:type="simple"/></inline-formula> to compute the MI weights of the qualitative influences associated with <inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x133.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x134.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x135.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x136.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x137.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x138.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x139.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x140.png" xlink:type="simple"/></inline-formula><sub> </sub>and <inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x133.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x134.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x135.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x136.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x137.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x138.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x139.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x140.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x141.png" xlink:type="simple"/></inline-formula> according to Definition 4.4. Let <inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x133.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x134.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x135.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x136.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x137.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x138.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x139.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x140.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x141.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x142.png" xlink:type="simple"/></inline-formula> and <inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x133.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x134.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x135.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x136.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x137.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x138.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x139.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x140.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x141.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x142.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x143.png" xlink:type="simple"/></inline-formula> be the <inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x133.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x134.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x135.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x136.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x137.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x138.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x139.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x140.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x141.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x142.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x143.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x144.png" xlink:type="simple"/></inline-formula>-th state and the total number of possible states of random variable <inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x133.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x134.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x135.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x136.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x137.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x138.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x139.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x140.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x141.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x142.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x143.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x144.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x145.png" xlink:type="simple"/></inline-formula><sub> <inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x133.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x134.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x135.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x136.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x137.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x138.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x139.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x140.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x141.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x142.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x143.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x144.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x145.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x146.png" xlink:type="simple"/></inline-formula></sub>, respectively,<inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x133.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x134.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x135.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x136.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x137.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x138.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x139.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x140.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x141.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x142.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x143.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x144.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x145.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x146.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x147.png" xlink:type="simple"/></inline-formula>. Let<inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x133.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x134.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x135.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x136.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x137.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x138.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x139.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x140.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x141.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x142.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x143.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x144.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x145.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x146.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x147.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x148.png" xlink:type="simple"/></inline-formula>, if<inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x133.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x134.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x135.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x136.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x137.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x138.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x139.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x140.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x141.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x142.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x143.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x144.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x145.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x146.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x147.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x148.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x149.png" xlink:type="simple"/></inline-formula>, for all <inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x133.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x134.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x135.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x136.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x137.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x138.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x139.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x140.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x141.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x142.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x143.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x144.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x145.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x146.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x147.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x148.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x149.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x150.png" xlink:type="simple"/></inline-formula> and for any<inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x133.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x134.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x135.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x136.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x137.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x138.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x139.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x140.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x141.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x142.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x143.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x144.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x145.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x146.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x147.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x148.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x149.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x150.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x151.png" xlink:type="simple"/></inline-formula>,we have</p><disp-formula id="scirp.53761-formula25"><graphic  xlink:href="http://html.scirp.org/file/1-1680153x152.png"  xlink:type="simple"/></disp-formula><p>where <inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x153.png" xlink:type="simple"/></inline-formula> denotes the probability of <inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x153.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x154.png" xlink:type="simple"/></inline-formula> taking the <inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x153.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x154.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x155.png" xlink:type="simple"/></inline-formula>-th state, given <inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x153.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x154.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x155.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x156.png" xlink:type="simple"/></inline-formula> taking the s<sub>i</sub>-th state for each <inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x153.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x154.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x155.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x156.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x157.png" xlink:type="simple"/></inline-formula> <inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x153.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x154.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x155.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x156.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x157.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x158.png" xlink:type="simple"/></inline-formula>, i.e.,<inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x153.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x154.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x155.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x156.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x157.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x158.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x159.png" xlink:type="simple"/></inline-formula>.</p><p>It can be seen that we need traverse the CPT once to derive the conditional probability set associated with one node and one of its parents. With the CPTs and the prior probability distributions of a BN, we propose Algorithm 1 to compute the MI weights for each qualitative influence in the MI-QPN.</p><p>As the basic operation in Algorithm 1, the multiplication operation for computing relevant probabilities in get conditional probability is the most time-consuming operation. Let m and n be the number of non-orphans nodes and the maximal in-degree of these nodes respectively. For convenience, we suppose the number of each node’s possible values, denoted as<inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x160.png" xlink:type="simple"/></inline-formula>, is the same as that in the corresponding BN. Thus, the total number of rows of each orphans node’s CPT is<inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x160.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x161.png" xlink:type="simple"/></inline-formula>. For each orphans node, the multiplication operation can be expressed for</p><p><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x162.png" xlink:type="simple"/></inline-formula>times, which leads to the time complexity of Algorithm 1 in the worst case is<inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x162.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x163.png" xlink:type="simple"/></inline-formula>. This means that to compute the MI weights for a QPN, we need scan each conditional probability table in the relevant BN for <inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x162.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x163.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x164.png" xlink:type="simple"/></inline-formula> times at most.</p><p>Example 4.3 We consider the MI weights for the QPN in <xref ref-type="fig" rid="fig2">Figure 2</xref>. By Algorithm 1, we can obtain the corresponding MI-QPN shown in <xref ref-type="fig" rid="fig3">Figure 3</xref>.</p></sec></sec><sec id="s5"><title>5. Conflict-Free Inference with the MI-QPN</title><p>It is known that <inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x165.png" xlink:type="simple"/></inline-formula> implies <inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x165.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x166.png" xlink:type="simple"/></inline-formula> according to the symmetry property. Then, we know there exist <inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x165.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x166.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x167.png" xlink:type="simple"/></inline-formula> in the MI-QPN by Definition 4.4, since <inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x165.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x166.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x167.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x168.png" xlink:type="simple"/></inline-formula> exists in the corresponding QPN. We can obtain</p><disp-formula id="scirp.53761-formula26"><label>(12)</label><graphic position="anchor" xlink:href="http://html.scirp.org/file/1-1680153x169.png"  xlink:type="simple"/></disp-formula><fig id="fig3"  position="float"><label><xref ref-type="fig" rid="fig3">Figure 3</xref></label><caption><title> MI-QPN</title></caption><graphic mimetype="image"   position="float"  xlink:type="simple"  xlink:href="http://html.scirp.org/file/1-1680153x170.png"/></fig><p>Algorithm 1. Deriving MI weights from a BN.</p><p>In order to address the transitivity property, we consider the MI-QPN fragment in <xref ref-type="fig" rid="fig4">Figure 4</xref>, where X denotes the predecessors of <inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x179.png" xlink:type="simple"/></inline-formula> other than<inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x179.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x180.png" xlink:type="simple"/></inline-formula>, and <inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x179.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x180.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x181.png" xlink:type="simple"/></inline-formula> represents the predecessors of <inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x179.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x180.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x181.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x182.png" xlink:type="simple"/></inline-formula> other than<inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x179.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x180.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x181.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x182.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x183.png" xlink:type="simple"/></inline-formula>. From this</p><p>network, we have <inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x184.png" xlink:type="simple"/></inline-formula> and<inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x184.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x185.png" xlink:type="simple"/></inline-formula>. Based on <inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x184.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x185.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x186.png" xlink:type="simple"/></inline-formula> and<inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x184.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x185.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x186.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x187.png" xlink:type="simple"/></inline-formula>, we</p><p>are to derive the qualitative influence of <inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x188.png" xlink:type="simple"/></inline-formula> on <inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x188.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x189.png" xlink:type="simple"/></inline-formula> with an MI weight, denoted as<inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x188.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x189.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x190.png" xlink:type="simple"/></inline-formula>.</p><p>First, based on QPN’s transitivity property, we can obtain<inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x191.png" xlink:type="simple"/></inline-formula>. Then, we derive the MI weight of qualitative influence <inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x191.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x192.png" xlink:type="simple"/></inline-formula> on<inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x191.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x192.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x193.png" xlink:type="simple"/></inline-formula>,<inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x191.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x192.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x193.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x194.png" xlink:type="simple"/></inline-formula>. The transitivity property is denoted as</p><disp-formula id="scirp.53761-formula27"><label>(13)</label><graphic position="anchor" xlink:href="http://html.scirp.org/file/1-1680153x195.png"  xlink:type="simple"/></disp-formula><p>In order to discuss the composition property, we consider the MI-QPN fragment in <xref ref-type="fig" rid="fig5">Figure 5</xref>, where X denotes</p><p>the predecessors of <inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x196.png" xlink:type="simple"/></inline-formula> other than <inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x196.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x197.png" xlink:type="simple"/></inline-formula> and<inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x196.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x197.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x198.png" xlink:type="simple"/></inline-formula>. From the MI-QPN, we have <inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x196.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x197.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x198.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x199.png" xlink:type="simple"/></inline-formula> and<inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x196.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x197.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x198.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x199.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x200.png" xlink:type="simple"/></inline-formula>. Then, we are to derive the combination influence of <inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x196.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x197.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x198.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x199.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x200.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x201.png" xlink:type="simple"/></inline-formula> and<inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x196.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x197.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x198.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x199.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x200.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x201.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x202.png" xlink:type="simple"/></inline-formula>, denoted as</p><disp-formula id="scirp.53761-formula28"><label>(14)</label><graphic position="anchor" xlink:href="http://html.scirp.org/file/1-1680153x203.png"  xlink:type="simple"/></disp-formula><p>where<inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x204.png" xlink:type="simple"/></inline-formula>, <inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x204.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x205.png" xlink:type="simple"/></inline-formula>denotes the composition weight and “&#218;” is the composition operator.</p><fig id="fig4"  position="float"><label><xref ref-type="fig" rid="fig4">Figure 4</xref></label><caption><title> MI-QPN fragment</title></caption><graphic mimetype="image"   position="float"  xlink:type="simple"  xlink:href="http://html.scirp.org/file/1-1680153x206.png"/></fig><fig id="fig5"  position="float"><label><xref ref-type="fig" rid="fig5">Figure 5</xref></label><caption><title> MI-QPN MI-QPN fragment</title></caption><graphic mimetype="image"   position="float"  xlink:type="simple"  xlink:href="http://html.scirp.org/file/1-1680153x207.png"/></fig><p>Intuitively, the composition operator “&#218;” ought to satisfy the following properties: 1) The composition weight belongs to [0, 1]; 2) The composition operation is commutative; 3) The composition operation is associative; 4) Combining two influences with the same qualitative signs (e.g., two “+” signs or two “−” signs) will result in an influence with a greater MI weight; 5) Combining two influences with different qualitative signs will result in an influence dependent on but less than the larger one. Inspired by the evidence theory and the basic idea of evidence combination [<xref ref-type="bibr" rid="scirp.53761-ref27">27</xref>] , we define the composition operator “&#218;” based on evidence superposition.</p><p>Definition 5.1<inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x208.png" xlink:type="simple"/></inline-formula>, defined as follows:</p><p>・ if<inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x209.png" xlink:type="simple"/></inline-formula>, then</p><disp-formula id="scirp.53761-formula29"><label>(15)</label><graphic position="anchor" xlink:href="http://html.scirp.org/file/1-1680153x210.png"  xlink:type="simple"/></disp-formula><p>・ if <inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x211.png" xlink:type="simple"/></inline-formula> and<inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x211.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x212.png" xlink:type="simple"/></inline-formula>, then</p><disp-formula id="scirp.53761-formula30"><label>(16)</label><graphic position="anchor" xlink:href="http://html.scirp.org/file/1-1680153x213.png"  xlink:type="simple"/></disp-formula><p>・ if <inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x214.png" xlink:type="simple"/></inline-formula> and<inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x214.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x215.png" xlink:type="simple"/></inline-formula>, then</p><disp-formula id="scirp.53761-formula31"><label>(17)</label><graphic position="anchor" xlink:href="http://html.scirp.org/file/1-1680153x216.png"  xlink:type="simple"/></disp-formula><p>・ if <inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x217.png" xlink:type="simple"/></inline-formula><sub> </sub>and<inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x217.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/1-1680153x218.png" xlink:type="simple"/></inline-formula>, then</p><disp-formula id="scirp.53761-formula32"><label>(18)</label><graphic position="anchor" xlink:href="http://html.scirp.org/file/1-1680153x219.png"  xlink:type="simple"/></disp-formula><p>Based the above properties, we give Algorithm 2 for conflict-free inferences with the MI-QPN.</p><p>Now, we discuss the time complexity of Algorithm 2 for MI-QPN inferences. First, whether a node will be visited is determined by its node sign whose changes are specified in QPN’s general inference algorithm [<xref ref-type="bibr" rid="scirp.53761-ref8">8</xref>] , while the influence weights are just used to decide the node sign during inferences. Second, Algorithm 2 is the same as the general QPN’s inference algorithm if there does not exist “?” during inferences [<xref ref-type="bibr" rid="scirp.53761-ref8">8</xref>] . However, Algorithm 2 can be used to avoid the “?” results as possible by means of weighting influences quantitatively, where each time of weight computation w.r.t. the composition property can be fuelled by Step 5 in Merge-Sign in O(1) time. Therefore, the time complexity of Algorithm 2 will be the same as that for the general QPN’s inferences.</p><p>Algorithm 2. Conflict-free inference with an MI-QPN.</p></sec><sec id="s6"><title>6. Experimental Results</title><p>To test the performance of our method in this paper, we implemented our algorithms for constructing and inferring MI-QPN. We take BN’s inference results obtained from Netica [<xref ref-type="bibr" rid="scirp.53761-ref28">28</xref>] as the criteria to decide whether the increase (or decrease) trends of the nodes indicated by the inference results of the corresponding MI-QPN are correct.</p><p>It is well known that Wet-Grass network is a classic BN for whether the Our Grass is wet, related to Our Wall, Rain, Our Sprinkler and Neighbor’s Grass status, containing 5 binary variables and 6 edges [<xref ref-type="bibr" rid="scirp.53761-ref2">2</xref>] [<xref ref-type="bibr" rid="scirp.53761-ref28">28</xref>] . From the Wet-Grass BN, we know the qualitative influences between node Rain and Neighbor’s Grass and the ones between Rain and Our Grass are the same. To illustrate our methods and show the results straightforwardly, we modify the knowledge in the network by removing node Neighbor’s Grass and the corresponding edge, which will not affect the rest part of the original network and we denote the possible values of the nodes wet, was on, rained as 1, and dry, was off, didn’t rain as 0. Moreover, we rename Our Wall as Wall or W, Our Grass as Grass or G and Our Sprinkler as Sprinkler or S for short. Then, the modified network is shown in <xref ref-type="fig" rid="fig6">Figure 6</xref>.</p><p>First, we derive the corresponding QPN and MI-QPN shown in <xref ref-type="fig" rid="fig7">Figure 7</xref> and <xref ref-type="fig" rid="fig8">Figure 8</xref> respectively. Then, we compare the inference results of the QPN and those of the MI-QPN to verify the feasibility of our algorithms. By using the general QPN’s inference algorithm [<xref ref-type="bibr" rid="scirp.53761-ref8">8</xref>] and our inference algorithm for an MI-QPN, we take each node in the QPN and the MI-QPN as evidence and record the inference results of other nodes. The comparisons are shown in <xref ref-type="table" rid="table1">Table 1</xref>, from which we can see all possible inference conflicts have been eliminated in the MI-QPN.</p><p>Then, we compare the inference results on the modified Wet-Grass BN and those on the derived MI-QPN. We take each node of the BN as evidence, and then record the inference results of other nodes shown in <xref ref-type="table" rid="table2">Table 2</xref>, where E-Node and E-Sign denotes the evidence and corresponding sign respectively. The E-sign 0 → 1 represents that the state of the evidence node changes from 0 to 1, indicating that the probability of state 1 is changed from 0 to 1. If a node in the MI-QPN takes sign “+” (“−”) as the final inference result and the increase (decrease) of the probability of state 1 of the corresponding node in the BN, we can conclude that the inference result is correct.</p><fig id="fig6"  position="float"><label><xref ref-type="fig" rid="fig6">Figure 6</xref></label><caption><title> The modified Wet-Grass BN</title></caption><graphic mimetype="image"   position="float"  xlink:type="simple"  xlink:href="http://html.scirp.org/file/1-1680153x220.png"/></fig><fig id="fig7"  position="float"><label><xref ref-type="fig" rid="fig7">Figure 7</xref></label><caption><title> Wet-Grass QPN</title></caption><graphic mimetype="image"   position="float"  xlink:type="simple"  xlink:href="http://html.scirp.org/file/1-1680153x221.png"/></fig><fig id="fig8"  position="float"><label><xref ref-type="fig" rid="fig8">Figure 8</xref></label><caption><title> Wet-Grass MI-QPN</title></caption><graphic mimetype="image"   position="float"  xlink:type="simple"  xlink:href="http://html.scirp.org/file/1-1680153x222.png"/></fig><table-wrap id="table1" ><label><xref ref-type="table" rid="table1">Table 1</xref></label><caption><title> Comparisons of inference results between QPN and MI-QPN</title></caption><table><tbody><thead><tr><th align="center" valign="middle"  colspan="2"  >Evidence</th><th align="center" valign="middle"  colspan="4"  >QPN</th><th align="center" valign="middle"  colspan="4"  >MI-QPN</th></tr></thead><tr><td align="center" valign="middle" >Node</td><td align="center" valign="middle" >Sign</td><td align="center" valign="middle" >Rain</td><td align="center" valign="middle" >Sprinkler</td><td align="center" valign="middle" >Grass</td><td align="center" valign="middle" >Wall</td><td align="center" valign="middle" >Rain</td><td align="center" valign="middle" >Sprinkler</td><td align="center" valign="middle" >Grass</td><td align="center" valign="middle" >Wall</td></tr><tr><td align="center" valign="middle" >Rain</td><td align="center" valign="middle" >+</td><td align="center" valign="middle" >+</td><td align="center" valign="middle" >−</td><td align="center" valign="middle" >?</td><td align="center" valign="middle" >?</td><td align="center" valign="middle" >+</td><td align="center" valign="middle" >−</td><td align="center" valign="middle" >+</td><td align="center" valign="middle" >−</td></tr><tr><td align="center" valign="middle" >Sprinkler</td><td align="center" valign="middle" >+</td><td align="center" valign="middle" >−</td><td align="center" valign="middle" >+</td><td align="center" valign="middle" >?</td><td align="center" valign="middle" >?</td><td align="center" valign="middle" >−</td><td align="center" valign="middle" >+</td><td align="center" valign="middle" >+</td><td align="center" valign="middle" >+</td></tr><tr><td align="center" valign="middle" >Grass</td><td align="center" valign="middle" >+</td><td align="center" valign="middle" >?</td><td align="center" valign="middle" >?</td><td align="center" valign="middle" >+</td><td align="center" valign="middle" >?</td><td align="center" valign="middle" >+</td><td align="center" valign="middle" >+</td><td align="center" valign="middle" >+</td><td align="center" valign="middle" >+</td></tr><tr><td align="center" valign="middle" >Wall</td><td align="center" valign="middle" >+</td><td align="center" valign="middle" >?</td><td align="center" valign="middle" >?</td><td align="center" valign="middle" >?</td><td align="center" valign="middle" >+</td><td align="center" valign="middle" >−</td><td align="center" valign="middle" >+</td><td align="center" valign="middle" >+</td><td align="center" valign="middle" >+</td></tr></tbody></table></table-wrap><table-wrap id="table2" ><label><xref ref-type="table" rid="table2">Table 2</xref></label><caption><title> Comparisons of inference results between the modified BN and the derived MI-QPN</title></caption><table><tbody><thead><tr><th align="center" valign="middle" ></th><th align="center" valign="middle" >E-Node</th><th align="center" valign="middle" >E-Sign</th><th align="center" valign="middle" >Rain</th><th align="center" valign="middle" >Sprinkler</th><th align="center" valign="middle" >Grass</th><th align="center" valign="middle" >Wall</th></tr></thead><tr><td align="center" valign="middle"  rowspan="4"  >BN</td><td align="center" valign="middle" >Rain</td><td align="center" valign="middle" >0 → 1</td><td align="center" valign="middle" >0 → 1</td><td align="center" valign="middle" >0.5 → 0.10</td><td align="center" valign="middle" >0.475 → 0.905</td><td align="center" valign="middle" >0.355 → 0.165</td></tr><tr><td align="center" valign="middle" >Sprinkler</td><td align="center" valign="middle" >0 → 1</td><td align="center" valign="middle" >0.31 → 0.0476</td><td align="center" valign="middle" >0 → 1</td><td align="center" valign="middle" >0.314 → 0.902</td><td align="center" valign="middle" >0.0379 → 0.702</td></tr><tr><td align="center" valign="middle" >Grass</td><td align="center" valign="middle" >0 → 1</td><td align="center" valign="middle" >0.0433 → 0.323</td><td align="center" valign="middle" >0.0934 → 0.676</td><td align="center" valign="middle" >0 → 1</td><td align="center" valign="middle" >0.0782 → 0.504</td></tr><tr><td align="center" valign="middle" >Wall</td><td align="center" valign="middle" >0 → 1</td><td align="center" valign="middle" >0.245 → 0.104</td><td align="center" valign="middle" >0.183 → 0.931</td><td align="center" valign="middle" >0.408 → 0.892</td><td align="center" valign="middle" >0 → 1</td></tr><tr><td align="center" valign="middle"  rowspan="4"  >MI-QPN</td><td align="center" valign="middle" >Rain</td><td align="center" valign="middle" >+</td><td align="center" valign="middle" >+</td><td align="center" valign="middle" >-</td><td align="center" valign="middle" >+</td><td align="center" valign="middle" >-</td></tr><tr><td align="center" valign="middle" >Sprinkler</td><td align="center" valign="middle" >+</td><td align="center" valign="middle" >-</td><td align="center" valign="middle" >+</td><td align="center" valign="middle" >+</td><td align="center" valign="middle" >+</td></tr><tr><td align="center" valign="middle" >Grass</td><td align="center" valign="middle" >+</td><td align="center" valign="middle" >+</td><td align="center" valign="middle" >+</td><td align="center" valign="middle" >+</td><td align="center" valign="middle" >+</td></tr><tr><td align="center" valign="middle" >Wall</td><td align="center" valign="middle" >+</td><td align="center" valign="middle" >-</td><td align="center" valign="middle" >+</td><td align="center" valign="middle" >+</td><td align="center" valign="middle" >+</td></tr></tbody></table></table-wrap></sec><sec id="s7"><title>7. Conclusions and Future Work</title><p>In this paper, we introduced mutual-information based weights (MI weights) to qualitative influences in QPNs to resolve conflicts during the inferences. We first defined the MI weights based on mutual information and MI-QPN by extending the traditional QPN. Then, we proposed the method to derive the MI weights for the MI-QPN from the corresponding BN without sample data or threshold values. By theoretic analysis, we know the method for deriving MI weights is effective. Furthermore, we discussed the symmetry, transitivity and composition properties in the MI-QPN, and extended the general influence algorithm to implement the conflict-free inferences of MI-QPN. The feasibility of our method was verified by the results of the preliminary experiment.</p><p>Our work in this paper also leaves open some other interesting research issues. We are to further consider adding the MI weights to the qualitative synergies and discussing the method to resolve the inference conflicts caused by two inconsistent signs with the same MI weight. As well, we will further resolve the conflicts that take place during the fusion or integration of multiple QPNs by adding the MI weights to the qualitative influences in the QPNs. These are exactly our future work.</p></sec><sec id="s8"><title>Acknowledgements</title><p>This work was supported by the National Natural Science Foundation of China (61472345), the Natural Science Foundation of Yunnan Province (2014FA023, 2013FA013), the Yunnan Provincial Foundation for Leaders of Disciplines in Science and Technology (2012HB004), and the Program for Innovative Research Team in Yunnan University (XT412011).</p></sec></body><back><ref-list><title>References</title><ref id="scirp.53761-ref1"><label>1</label><mixed-citation publication-type="other" xlink:type="simple">Liu, W.Y., Li, W.H. and Yue, K. (2007) Intelligent Data Analysis. Science Press, Beijing.</mixed-citation></ref><ref id="scirp.53761-ref2"><label>2</label><mixed-citation publication-type="other" xlink:type="simple">Pearl, J. (1988) Probabilistic Reasoning in Intelligent Systems: Network of Plausible Inference. Morgan Kaufmann, San Mateo.</mixed-citation></ref><ref id="scirp.53761-ref3"><label>3</label><mixed-citation publication-type="other" xlink:type="simple">Li, W.H., Liu, W.Y. and Yue, K. (2008) Recovering the Global Structure from Multiple Local Bayesian Networks. International Journal on Artificial Intelligence Tools, 17, 1067-1088. http://dx.doi.org/10.1142/S0218213008004308</mixed-citation></ref><ref id="scirp.53761-ref4"><label>4</label><mixed-citation publication-type="other" xlink:type="simple">Cooper, G.F. (1990) The Computational Complexity of Probabilistic Inference Using Bayesian Belief Networks. Artificial Intelligence, 42, 393-405. http://dx.doi.org/10.1016/0004-3702(90)90060-D</mixed-citation></ref><ref id="scirp.53761-ref5"><label>5</label><mixed-citation publication-type="other" xlink:type="simple">Dagum, P. and Luby, M. (1993) Approximating Probabilistic Inference in Bayesian Belief Networks Is NP-Hard. Artificial Intelligence, 60, 141-153. http://dx.doi.org/10.1016/0004-3702(93)90036-B</mixed-citation></ref><ref id="scirp.53761-ref6"><label>6</label><mixed-citation publication-type="other" xlink:type="simple">Wellman, M.P. (1990) Fundamental Concepts of Qualitative Probabilistic Networks. Artificial Intelligence, 44, 257-303. http://dx.doi.org/10.1016/0004-3702(90)90026-V</mixed-citation></ref><ref id="scirp.53761-ref7"><label>7</label><mixed-citation publication-type="other" xlink:type="simple">Bolt, J.H., Renooij, S. and Van der Gaag, L.C. (2003) Upgrading Ambiguous Signs in QPNs. Proceedings of the 19th Conference in Uncertainty in Artificial Intelligence, Acapulco, 7-10 August 2003, 73-80.</mixed-citation></ref><ref id="scirp.53761-ref8"><label>8</label><mixed-citation publication-type="other" xlink:type="simple">Druzdzel, M.J. and Henrion, M. (1993) Efficient Reasoning in Qualitative Probabilistic Networks. Proceedings of the 11th National Conference on Artificial Intelligence, Washington DC, 11-15 July 1993, 548-553.</mixed-citation></ref><ref id="scirp.53761-ref9"><label>9</label><mixed-citation publication-type="other" xlink:type="simple">Lv, Y.L. and Liao, S.Z. (2011) Ambiguity Reduction Based on Qualitative Mutual Information in Qualitative Probabilistic Networks. Pattern Recognition and Artificial Intelligence, 24, 123-129.</mixed-citation></ref><ref id="scirp.53761-ref10"><label>10</label><mixed-citation publication-type="other" xlink:type="simple">Parsons, S. (1995) Refining Reasoning in Qualitative Probabilistic Networks. Proceedings of the 11th Conference on Uncertainty in Artificial Intelligence, Montreal, 18-20 August 1995, 427-434.</mixed-citation></ref><ref id="scirp.53761-ref11"><label>11</label><mixed-citation publication-type="other" xlink:type="simple">Renooij, S., Parsons, S. and Pardieck, P. (2003) Using Kappas as Indicators of Strength in Qualitative Probabilistic Networks. Proceedings of European Conferences on Symbolic and Quantitative Approaches to Reasoning with Uncertainty, Aalborg, 2-5 July 2003, 87-99.</mixed-citation></ref><ref id="scirp.53761-ref12"><label>12</label><mixed-citation publication-type="other" xlink:type="simple">Renooij, S. and Van der Gaag, L.C. (1999) Enhancing QPNs for Trade-Off Resolution. Proceedings of the 15th Conference on Uncertainty in Artificial Intelligence, Stockholm, 30 July-1 August 1999, 559-566.</mixed-citation></ref><ref id="scirp.53761-ref13"><label>13</label><mixed-citation publication-type="other" xlink:type="simple">Renooij, S., Van der Gaag, L.C. and Parsons, S. (2002) Context-Specific Sign-Propagation in Qualitative Probabilistic Networks. Artificial Intelligence, 140, 207-230. http://dx.doi.org/10.1016/S0004-3702(02)00247-3</mixed-citation></ref><ref id="scirp.53761-ref14"><label>14</label><mixed-citation publication-type="other" xlink:type="simple">Renooij, S., Van der Gaag, L.C., Parsons, S. and Green, S. (2000) Pivotal Pruning of Trade-Off in QPNs. Proceedings of the 16th Conference in Uncertainty in Artificial Intelligence, Stanford, 30 June-3 July 2000, 515-522.</mixed-citation></ref><ref id="scirp.53761-ref15"><label>15</label><mixed-citation publication-type="other" xlink:type="simple">Renooij, S. and Van der Gaag, L.C. (2002) From Qualitative to Quantitative Probabilistic Network. Proceedings of the 18th Conference on Uncertainty in Artificial Intelligence, Edmonton, 1-4 August 2002, 422-429.</mixed-citation></ref><ref id="scirp.53761-ref16"><label>16</label><mixed-citation publication-type="other" xlink:type="simple">Yue, K., Yao, Y., Li, J. and Liu, W.Y. (2010) Qualitative Probabilistic Networks with Reduced Ambiguities. Applied Intelligence, 33, 159-178. http://dx.doi.org/10.1007/s10489-008-0156-5</mixed-citation></ref><ref id="scirp.53761-ref17"><label>17</label><mixed-citation publication-type="other" xlink:type="simple">Cover, T.M. and Thomas, J.A. (1993) Elements of Information Theory. John Wiley &amp; Sons, Inc., Hoboken.</mixed-citation></ref><ref id="scirp.53761-ref18"><label>18</label><mixed-citation publication-type="other" xlink:type="simple">Shannon, C.E. and Weaver, W. (1949) The Mathematical Theory of Communication. University of Illinois Press, Champaign.</mixed-citation></ref><ref id="scirp.53761-ref19"><label>19</label><mixed-citation publication-type="other" xlink:type="simple">Chen, X.W., Anantha, G. and Lin, X.T. (2008) Improving Bayesian Network Structure Learning with Mutual Information-Based Node Ordering in the K2 Algorithm. IEEE Transactions on Knowledge and Data Engineering, 20, 628-640. http://dx.doi.org/10.1109/TKDE.2007.190732</mixed-citation></ref><ref id="scirp.53761-ref20"><label>20</label><mixed-citation publication-type="journal" xlink:type="simple"><name name-style="western"><surname>De Campos</surname><given-names> L.M. </given-names></name>,<etal>et al</etal>. (<year>2006</year>)<article-title>A Scoring Function for Learning Bayesian Networks Based on Mutual Information and Conditional Independence Tests</article-title><source> Journal of Machine Learning Research</source><volume> 7</volume>,<fpage> 2149</fpage>-<lpage>2187</lpage>.<pub-id pub-id-type="doi"></pub-id></mixed-citation></ref><ref id="scirp.53761-ref21"><label>21</label><mixed-citation publication-type="other" xlink:type="simple">Nicholson, A.E. and Jitnah, N. (1998) Using Mutual Information to Determine Relevance in Bayesian Networks. Proceedings of the 5th Pacific Rim International Conference on Artificial Intelligence, Singapore, 22-27 November 1998, 399-410.</mixed-citation></ref><ref id="scirp.53761-ref22"><label>22</label><mixed-citation publication-type="other" xlink:type="simple">Ibrahim, Z.M., Ngom, A. and Tawk, A.Y. (2011) Using Qualitative Probability in Reverse-Engineering Gene Regulatory Networks. IEEE/ACM Transactions on Computational Biology and Bioinformatics, 8, 326-334. http://dx.doi.org/10.1109/TCBB.2010.98</mixed-citation></ref><ref id="scirp.53761-ref23"><label>23</label><mixed-citation publication-type="other" xlink:type="simple">Liu, W.Y., Yue, K., Liu, S.X. and Sun, Y.B. (2008) Qualitative-Probabilistic-Network-Based Modeling of Temporal Causalities and Its Application to Feedback Loop Identification. Information Sciences, 178, 1803-1824. http://dx.doi.org/10.1016/j.ins.2007.11.021</mixed-citation></ref><ref id="scirp.53761-ref24"><label>24</label><mixed-citation publication-type="other" xlink:type="simple">Yue, K., Qian, W.H., Fu, X.D., Li, J. and Liu, W.Y. (2014) Qualitative-Probabilistic-Network-Based Fusion of Time-Series Uncertain Knowledge. Soft Computing, Published Online. http://dx.doi.org/10.1007/s00500-014-1381-y.</mixed-citation></ref><ref id="scirp.53761-ref25"><label>25</label><mixed-citation publication-type="other" xlink:type="simple">De Campos, C.P. and Cozman, F.G. (2013) Complexity of Inferences in Polytree-Shaped Semi-Qualitative Probabilistic Networks. Proceedings of the 27th AAAI Conference on Artificial Intelligence, Bellevue, 14-18 July 2013, 217-223.</mixed-citation></ref><ref id="scirp.53761-ref26"><label>26</label><mixed-citation publication-type="other" xlink:type="simple">Yue, K., Liu, W. and Yue, M. (2011) Quantifying Influences in the Qualitative Probabilistic Network with Interval Probability Parameters. Applied Soft Computing, 11, 1135-1143. http://dx.doi.org/10.1016/j.asoc.2010.02.013</mixed-citation></ref><ref id="scirp.53761-ref27"><label>27</label><mixed-citation publication-type="other" xlink:type="simple">Shafer, G. (1986) The Combination of Evidence. International Journal of Intelligent Systems, 1, 155-179. http://dx.doi.org/10.1002/int.4550010302</mixed-citation></ref><ref id="scirp.53761-ref28"><label>28</label><mixed-citation publication-type="other" xlink:type="simple">Norsys Software Corp. (2007) Netica 3.17 Bayesian Network Software from Norsys. http://www.norsys.com</mixed-citation></ref></ref-list></back></article>