Research Article

A Method for Entity Resolution in High Dimensional Data Using Ensemble Classifiers

Algorithm 1

Pseudocode of MOACO.
Begin
 Initialize parameters, pheromone matrices, and Pareto archive
While not stopping criteria met do
 Generate weight parameter by Eq. (25)
 Aggregate values from two pheromone matrices by λ by Eq. (24)
For each ant do
 Construct solution by Eq. (23)
End for
 Update Pareto archive
 Update pheromone matrices by solutions of Pareto archive and Eq. (27)
End while
End