Customize how a distance between two cluster should be picked. For every point in the two cluster the distance is evaluated, choose if should be picked the least or greatest distance found
Set the distance calculation strategy, if should be used the standard distance between two points or its complement. Assume D is the distance across two points, ‘use distances=true’ will produce D as result, on the other hand ‘use distances=false’ will produce 1-D as result.