Research Article

Toward an Efficient and Effective Credit Scorer for Cross-Border E-Commerce Enterprises

Algorithm 1

Reconcile (Rb, Rc).
//Rb is the base set, while Rc is the candidate record set to be reconciled into Rb.
Rc;
for each record r in Rb
G ⟵ construct dependency graph of r and each record in ;
R′ ← do reconciliation on G;
 − R′;
end for
G′ ⟵ construct dependency graph of ;
R′ ⟵ do reconciliation on G′
return RbR′