| Phase Name | Input | comments | Output |
|---|---|---|---|
| Initial Distance calcouls |
|
Transforms the list of ThesRelation in a Map of distance between objects using the according to the Relations weights. | Initial Distance Matrix This is a matrix of n per n elements where n is the cardinality of the set union of all the Attributes and all the interfaces of the full schema |
| Name Affinity calcouls |
|
This is a backtracking algorithm that, starting from the intitial distance matrix computes lightest path between all nodes of the graph. Nodes of the graph are all the Attributes and all the interfaces of the full schema | Name Affinity Matrix This is a matrix of n per n elements where n is the cardinality of the set union of all the Attributes and all the interfaces of the full schema |
| Structural Affinity calcouls |
|
Sum an multiplication formulae that for each pair of Interfaces in the shema computes a value based on input data. | Structural Affinity Matrix |
| Global Affinity calcouls |
|
Sum an multiplication formulae that for each pair of Interfaces in the shema computes a value based on input data. | Global Affinity Matrix |
| Clustering |
|
Sum an multiplication formulae that for each pair of Interfaces in the shema computes a value based on input data. |
|