*** FILE. . . . . d:/hak/hlt/src/hlt/math/fuzzy/test/testrun-2.log
*** EDIT BY . . . Hassan Ait-Kaci
*** ON MACHINE. . Hp-Zbook
*** STARTED ON. . Fri Jun  1 06:32:26 2018

*** Save on Fri Jun 01 05:49:37 2018 by hak

(hak) 39> 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.3  0.0  0.5  0.0  0.0 
 0.0  0.0  0.0  1.0  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.2 
 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.3,0.4,0.5,1.0]

its similarity closure with max/min:
 1.0  0.5  0.0  0.5  0.4  0.2 
 0.5  1.0  0.0  1.0  0.4  0.2 
 0.0  0.0  1.0  0.0  0.0  0.0 
 0.5  1.0  0.0  1.0  0.4  0.2 
 0.4  0.4  0.0  0.4  1.0  0.2 
 0.2  0.2  0.0  0.2  0.2  1.0 

and its set of values:
[0.0,0.2,0.4,0.5,1.0]

and its fuzzy partitions:
at or over threshold 0.0
[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.2
[0] = [0,1,3,4,5]
[1] = [0,1,3,4,5]
[2] = [2]
[3] = [0,1,3,4,5]
[4] = [0,1,3,4,5]
[5] = [0,1,3,4,5]

at or over threshold 0.4
[0] = [0,1,3,4]
[1] = [0,1,3,4]
[2] = [2]
[3] = [0,1,3,4]
[4] = [0,1,3,4]
[5] = [5]

at or over threshold 0.5
[0] = [0,1,3]
[1] = [0,1,3]
[2] = [2]
[3] = [0,1,3]
[4] = [4]
[5] = [5]

at or over threshold 1.0
[0] = [0]
[1] = [1,3]
[2] = [2]
[3] = [1,3]
[4] = [4]
[5] = [5]

(hak) 40> 
