Uses of Interface
org.hortonmachine.gears.utils.clustering.GvmKeyer
-
Packages that use GvmKeyer Package Description org.hortonmachine.gears.utils.clustering -
-
Uses of GvmKeyer in org.hortonmachine.gears.utils.clustering
Classes in org.hortonmachine.gears.utils.clustering that implement GvmKeyer Modifier and Type Class Description classGvmDefaultKeyer<K>Merges keys by choosing the non-null key of the more massive cluster when available.classGvmListKeyer<K>Allows multiple keys to be associated with clusters in the form of a lists which may be concatenated when clusters merge.classGvmNullKeyer<K>Simply discards all keys.classGvmSimpleKeyer<K>A convenience class that reduces the task of choosing a key for a cluster to that of choosing-between/combining two non-null keys.Methods in org.hortonmachine.gears.utils.clustering that return GvmKeyer Modifier and Type Method Description GvmKeyer<K>GvmClusters. getKeyer()The keyer used to assign keys to clusters.Methods in org.hortonmachine.gears.utils.clustering with parameters of type GvmKeyer Modifier and Type Method Description voidGvmClusters. setKeyer(GvmKeyer<K> keyer)The keyer to be used.
-