34 lines
1.8 KiB
Plaintext
34 lines
1.8 KiB
Plaintext
Weights matrix:
|
|
0.0000000, 0.0384968, 0.0795434, 0.1546867, -0.0000000, 0.1788104, 0.2214721, 0.0323837, 0.0366549,
|
|
0.0384968, 0.0000000, 0.0200662, 0.0200937, -0.0000000, 0.0637224, 0.0183005, 0.0127657, 0.0136054,
|
|
0.0795434, 0.0200662, 0.0000000, 0.0605489, -0.0000000, 0.0894469, 0.1689408, 0.0321602, 0.0223184,
|
|
0.1546867, 0.0200937, 0.0605489, 0.0000000, -0.0000000, 0.1150757, 0.1332292, 0.0422865, 0.0191138,
|
|
-0.0000000, -0.0000000, -0.0000000, -0.0000000, 0.0000000, 0.0000000, 0.0000000, 0.0000000, 0.0000000,
|
|
0.1788104, 0.0637224, 0.0894469, 0.1150757, 0.0000000, 0.0000000, 0.1407102, 0.0406590, 0.0366986,
|
|
0.2214721, 0.0183005, 0.1689408, 0.1332292, 0.0000000, 0.1407102, 0.0000000, 0.0427515, 0.0349965,
|
|
0.0323837, 0.0127657, 0.0321602, 0.0422865, 0.0000000, 0.0406590, 0.0427515, 0.0000000, 0.0343376,
|
|
0.0366549, 0.0136054, 0.0223184, 0.0191138, 0.0000000, 0.0366986, 0.0349965, 0.0343376, 0.0000000,
|
|
Edge : Weight
|
|
0 - 6 : 0.2214721
|
|
0 - 5 : 0.1788104
|
|
2 - 6 : 0.1689408
|
|
0 - 3 : 0.1546867
|
|
1 - 5 : 0.0637224
|
|
6 - 7 : 0.0427515
|
|
5 - 8 : 0.0366986
|
|
4 - 5 : 0.0000000
|
|
-------------------------------------------------------------------------------
|
|
Metrics Test
|
|
Test Maximum Spanning Tree
|
|
-------------------------------------------------------------------------------
|
|
/Users/rmontanana/Code/BayesNet/tests/TestBayesMetrics.cc:58
|
|
...............................................................................
|
|
|
|
/Users/rmontanana/Code/BayesNet/tests/TestBayesMetrics.cc:69: PASSED:
|
|
REQUIRE( result == resultsMST.at(file_name) )
|
|
with expansion:
|
|
(0, 6) (0, 5) (0, 3) (5, 1) (5, 8) (5, 4) (6, 2) (6, 7)
|
|
==
|
|
(0, 6) (0, 5) (0, 3) (5, 1) (5, 8) (5, 4) (6, 2) (6, 7)
|
|
|