
(hak) 217> make test
*** Tidying up trash
*** Removing test/*.class file(s)
*** Compiling test/Test.java source(s)
*** Running test/Test
a signature of 6 functors: {a/0, b/1, e/2, f/3, g/4, h/5 }

a 6x6 similarity on this signature:
     a/0  b/1  e/2  f/3  g/4  h/5  
     ---  ---  ---  ---  ---  ---  
a |  1.0  0.5  0.0  0.5  0.4  0.2 

b |  0.5  1.0  0.0  1.0  0.4  0.2 

e |  0.0  0.0  1.0  0.0  0.0  0.0 

f |  0.5  1.0  0.0  1.0  0.4  0.2 

g |  0.4  0.4  0.0  0.4  1.0  0.2 

h |  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:

>= 0.0:  {a,b,e,f,g,h}
>= 0.2:  {a,b,f,g,h} {e}
>= 0.4:  {a,b,f,g} {e} {h}
>= 0.5:  {a,b,f} {e} {g} {h}
>= 1.0:  {a} {b,f} {e} {g} {h}
(hak) 218> 