*** FILE. . . . . d:/hak/hlt/src/hlt/math/fuzzy/test/testrun-1.log
*** EDIT BY . . . Hassan Ait-Kaci
*** ON MACHINE. . Hp-Zbook
*** STARTED ON. . Fri Jun  1 06:32:07 2018

*** Saved on Fri Jun 01 05:46:52 2018 by hak

(hak) 38> make test
*** Tidying up trash
*** Removing test/Test.class file(s)
*** Compiling test/Test.java source(s)
*** Running test/Test
TESTING SquareFuzzyMatrix

a 6x6 matrix:
 0.0  0.2  0.4  0.0  0.0  0.0 
 0.0  0.0  0.0  0.0  0.0  0.0 
 0.0  0.0  0.0  0.8  0.6  0.0 
 0.0  0.0  0.0  0.0  0.9  0.7 
 0.0  0.0  0.0  0.0  0.0  0.0 
 0.0  0.0  0.0  0.0  0.0  0.0 

and its set of values:
[0.0,0.2,0.4,0.6,0.7,0.8,0.9]

its similarity closure with max/min:
 1.0  0.2  0.4  0.4  0.4  0.4 
 0.2  1.0  0.2  0.2  0.2  0.2 
 0.4  0.2  1.0  0.8  0.8  0.7 
 0.4  0.2  0.8  1.0  0.9  0.7 
 0.4  0.2  0.8  0.9  1.0  0.7 
 0.4  0.2  0.7  0.7  0.7  1.0 

and its set of values:
[0.2,0.4,0.7,0.8,0.9,1.0]

and its fuzzy partitions:
at or over threshold 0.2
[0] = [0,1,2,3,4,5]
[1] = [0,1,2,3,4,5]
[2] = [0,1,2,3,4,5]
[3] = [0,1,2,3,4,5]
[4] = [0,1,2,3,4,5]
[5] = [0,1,2,3,4,5]

at or over threshold 0.4
[0] = [0,2,3,4,5]
[1] = [1]
[2] = [0,2,3,4,5]
[3] = [0,2,3,4,5]
[4] = [0,2,3,4,5]
[5] = [0,2,3,4,5]

at or over threshold 0.7
[0] = [0]
[1] = [1]
[2] = [2,3,4,5]
[3] = [2,3,4,5]
[4] = [2,3,4,5]
[5] = [2,3,4,5]

at or over threshold 0.8
[0] = [0]
[1] = [1]
[2] = [2,3,4]
[3] = [2,3,4]
[4] = [2,3,4]
[5] = [5]

at or over threshold 0.9
[0] = [0]
[1] = [1]
[2] = [2]
[3] = [3,4]
[4] = [3,4]
[5] = [5]

at or over threshold 1.0
[0] = [0]
[1] = [1]
[2] = [2]
[3] = [3]
[4] = [4]
[5] = [5]

(hak) 39> 
