for method in list(OrderedDict.fromkeys(args['match_methods'])):

        # Setup the specific properties for each of the four accepted similarity measures.
        if method == "DistanceEuclidean":
            match_methods.append(TSEMatchType("DistanceEuclidean", tse_match_methods.DISTANCE_ED, None, "r", reverse_score=True))