My Project
|
Public Attributes | |
final int | first_bit =1 |
final int | second_bit =2 |
final int | third_bit =4 |
final int | fourth_bit =8 |
final int | fifth_bit =0x16 |
int | n_layers |
int | m [][] |
A matrix to draw graphs. m x m Matrix. Each (m,n) elements contains informations about similarity between m's and n's BEI: the first bit represents the first BEI, the second bit represents the second BEI and so on.