DATA
- The type of the data objects.public interface PromotionFunction<DATA>
Pair<DATA> process(Set<DATA> dataSet, DistanceFunction<? super DATA> distanceFunction)
dataSet
- The set of objects to choose a pair from.distanceFunction
- A function that can be used for choosing the
promoted objects.Copyright © 2014 University of Waikato, Hamilton, NZ. All Rights Reserved.