Manhattan Distance N1


This aggregation_operator calculate the sum of terminus in the group.It is implemented as follow:

Where Xi is the indice value for an amino acid in the group.

Euclidean Distance N2


This aggregation_operator calculate the square of each term in the group.It is implemented as follow:

Where Xi is the indice value for an amino acid in the group.

Minkowski Distance N3


This aggregation_operator calculate the cube of each element in the group. It is implemented as follow:

Where Xi is the indice value for an amino acid in the group.