DATA
- The type of the data on the sets.public interface PartitionFunction<DATA>
Pair<Set<DATA>> process(Pair<DATA> promoted, Set<DATA> dataSet, DistanceFunction<? super DATA> distanceFunction)
promoted
- The pair of data objects that will guide the partition
process.dataSet
- The original set of data objects to be partitioned.distanceFunction
- A distance function
to be used on the partitioning.promoted
data objects.Copyright © 2014 University of Waikato, Hamilton, NZ. All Rights Reserved.