Advertisement
Guest User

Untitled

a guest
Apr 30th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.63 KB | None | 0 0
  1. net
  2. {
  3. propagationenginegenerator1791944048146838126L = "edu.ucla.belief.approx.BeliefPropagationSettings@110875aa";
  4. recoveryenginegenerator6944530267470113528l = "edu.ucla.util.SettingsImpl@2e7527ab";
  5. node_size = (130 55);
  6. rcenginegenerator1317510038576835557L = "edu.ucla.belief.inference.RCSettings@3a8c4e75";
  7. }
  8.  
  9. node license_revoked
  10. {
  11. states = ("yes" "no" );
  12. position = (730 -34);
  13. diagnosistype = "AUXILIARY";
  14. DSLxSUBMODEL = "Root Submodel";
  15. ismapvariable = "false";
  16. ID = "variable3";
  17. label = "license_revoked";
  18. excludepolicy = "include whole CPT";
  19. }
  20. node looking_for_new_car
  21. {
  22. states = ("yes" "no" );
  23. position = (146 -425);
  24. diagnosistype = "AUXILIARY";
  25. DSLxSUBMODEL = "Root Submodel";
  26. ismapvariable = "false";
  27. ID = "variable8";
  28. label = "looking_for_new_car";
  29. excludepolicy = "include whole CPT";
  30. }
  31. node years_license
  32. {
  33. states = ("less_than_5_year" "more_than_5_year" );
  34. position = (67 -256);
  35. diagnosistype = "AUXILIARY";
  36. DSLxSUBMODEL = "Root Submodel";
  37. ismapvariable = "false";
  38. ID = "variable0";
  39. label = "years_license";
  40. excludepolicy = "include whole CPT";
  41. }
  42. node breaks_not_working
  43. {
  44. states = ("yes" "no" );
  45. position = (487 -536);
  46. diagnosistype = "AUXILIARY";
  47. DSLxSUBMODEL = "Root Submodel";
  48. ismapvariable = "false";
  49. ID = "variable4";
  50. label = "breaks_not_working";
  51. excludepolicy = "include whole CPT";
  52. }
  53. node type_driver
  54. {
  55. states = ("careful" "normal" "aggresive" );
  56. position = (56 -99);
  57. diagnosistype = "AUXILIARY";
  58. DSLxSUBMODEL = "Root Submodel";
  59. ismapvariable = "false";
  60. ID = "variable1";
  61. label = "type_driver";
  62. excludepolicy = "include whole CPT";
  63. }
  64. node drunk_driving
  65. {
  66. states = ("yes" "no" );
  67. position = (358 -312);
  68. diagnosistype = "AUXILIARY";
  69. DSLxSUBMODEL = "Root Submodel";
  70. ismapvariable = "false";
  71. ID = "variable6";
  72. label = "drunk_driving";
  73. excludepolicy = "include whole CPT";
  74. }
  75. node phone_in_hand
  76. {
  77. states = ("yes" "no" );
  78. position = (361 -156);
  79. diagnosistype = "AUXILIARY";
  80. DSLxSUBMODEL = "Root Submodel";
  81. ismapvariable = "false";
  82. ID = "variable2";
  83. label = "phone_in_hand";
  84. excludepolicy = "include whole CPT";
  85. }
  86. node car_crash
  87. {
  88. states = ("yes" "no" );
  89. position = (774 -239);
  90. diagnosistype = "AUXILIARY";
  91. DSLxSUBMODEL = "Root Submodel";
  92. ismapvariable = "false";
  93. ID = "variable7";
  94. label = "car_crash";
  95. excludepolicy = "include whole CPT";
  96. }
  97. node last_time_garage
  98. {
  99. states = ("less_than_1_year" "more_than_1_year" );
  100. position = (227 -537);
  101. diagnosistype = "AUXILIARY";
  102. DSLxSUBMODEL = "Root Submodel";
  103. ismapvariable = "false";
  104. ID = "variable5";
  105. label = "last_time_garage";
  106. excludepolicy = "include whole CPT";
  107. }
  108. potential ( license_revoked | drunk_driving phone_in_hand )
  109. {
  110. data = ((( 0.99 0.01 )
  111. ( 0.8 0.2 ))
  112. (( 0.3 0.7 )
  113. ( 0.1 0.9 )));
  114. }
  115. potential ( looking_for_new_car | )
  116. {
  117. data = ( 0.45 0.55 );
  118. }
  119. potential ( years_license | )
  120. {
  121. data = ( 0.7 0.3 );
  122. }
  123. potential ( breaks_not_working | last_time_garage )
  124. {
  125. data = (( 0.1 0.9 )
  126. ( 0.3 0.7 ));
  127. }
  128. potential ( type_driver | )
  129. {
  130. data = ( 0.2 0.3 0.5 );
  131. }
  132. potential ( drunk_driving | years_license )
  133. {
  134. data = (( 0.35 0.65 )
  135. ( 0.15 0.85 ));
  136. }
  137. potential ( phone_in_hand | years_license type_driver )
  138. {
  139. data = ((( 0.2 0.8 )
  140. ( 0.3 0.7 )
  141. ( 0.5 0.5 ))
  142. (( 0.1 0.9 )
  143. ( 0.2 0.8 )
  144. ( 0.5 0.5 )));
  145. }
  146. potential ( car_crash | drunk_driving phone_in_hand breaks_not_working )
  147. {
  148. data = (((( 1.0 0.0 )
  149. ( 0.95 0.05 ))
  150. (( 0.9 0.1 )
  151. ( 0.8 0.2 )))
  152. ((( 0.7 0.3 )
  153. ( 0.5 0.5 ))
  154. (( 0.3 0.7 )
  155. ( 0.1 0.9 ))));
  156. }
  157. potential ( last_time_garage | looking_for_new_car )
  158. {
  159. data = (( 0.2 0.8 )
  160. ( 0.5 0.5 ));
  161. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement