configMoBAN2.xml 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <root>
  3. <initialPosture postureID="3"/>
  4. <initialLocation x="20" y="20" z="4"/>
  5. <durationRange min="30" max="60"/>
  6. <areaTypes>
  7. <areaType name="LivingRoom">
  8. <boundary xMin="0" yMin="0" zMin="0" xMax="25" yMax="25" zMax="10"/>
  9. <boundary xMin="25" yMin="25" zMin="0" xMax="50" yMax="50" zMax="10"/>
  10. </areaType>
  11. <areaType name="BedRoom">
  12. <boundary xMin="0" yMin="25" zMin="0" xMax="25" yMax="50" zMax="10"/>
  13. <boundary xMin="25" yMin="0" zMin="0" xMax="50" yMax="25" zMax="10"/>
  14. </areaType>
  15. </areaTypes>
  16. <timeDomains>
  17. <timeDomain name="Day">
  18. <boundary tMin="0" tMax="1000"/>
  19. <boundary tMin="2000" tMax="3000"/>
  20. </timeDomain>
  21. <timeDomain name="Night">
  22. <boundary tMin="1000" tMax="2000"/>
  23. <boundary tMin="3000" tMax="4000"/>
  24. </timeDomain>
  25. </timeDomains>
  26. <combinations>
  27. <combination areaType="LivingRoom" timeDomain="Day" matrix="M1"/>
  28. <combination areaType="LivingRoom" timeDomain="Night" matrix="M2"/>
  29. <combination areaType="BedRoom" timeDomain="Day" matrix="M3"/>
  30. <combination areaType="BedRoom" timeDomain="Night" matrix="M4"/>
  31. </combinations>
  32. <markovMatrices>
  33. <markovMatrix name="M1" type="default">
  34. <row>
  35. <cell value="0.1" />
  36. <cell value="0.3" />
  37. <cell value="0.1" />
  38. <cell value="0.0" />
  39. <cell value="0.0" />
  40. </row>
  41. <row>
  42. <cell value="0.7" />
  43. <cell value="0.2" />
  44. <cell value="0.3" />
  45. <cell value="0.1" />
  46. <cell value="0.0" />
  47. </row>
  48. <row>
  49. <cell value="0.2" />
  50. <cell value="0.4" />
  51. <cell value="0.3" />
  52. <cell value="0.3" />
  53. <cell value="0.1" />
  54. </row>
  55. <row>
  56. <cell value="0.0" />
  57. <cell value="0.1" />
  58. <cell value="0.2" />
  59. <cell value="0.4" />
  60. <cell value="0.4" />
  61. </row>
  62. <row>
  63. <cell value="0.0" />
  64. <cell value="0.0" />
  65. <cell value="0.1" />
  66. <cell value="0.2" />
  67. <cell value="0.5" />
  68. </row>
  69. </markovMatrix>
  70. <markovMatrix name="M2">
  71. <row>
  72. <cell value="0.05" />
  73. <cell value="0.1" />
  74. <cell value="0.15" />
  75. <cell value="0.35" />
  76. <cell value="0.35" />
  77. </row>
  78. </markovMatrix>
  79. <markovMatrix name="M3">
  80. <row>
  81. <cell value="0.05" />
  82. <cell value="0.2" />
  83. <cell value="0.2" />
  84. <cell value="0.35" />
  85. <cell value="0.2" />
  86. </row>
  87. </markovMatrix>
  88. <markovMatrix name="M4">
  89. <row>
  90. <cell value="0.0" />
  91. <cell value="0.1" />
  92. <cell value="0.05" />
  93. <cell value="0.15" />
  94. <cell value="0.7" />
  95. </row>
  96. </markovMatrix>
  97. </markovMatrices>
  98. </root>