Uses of Interface
org.aksw.commons.collections.selector.WeightedSelector
Packages that use WeightedSelector
-
Uses of WeightedSelector in org.aksw.commons.collections.selector
Classes in org.aksw.commons.collections.selector that implement WeightedSelectorModifier and TypeClassDescriptionclassImmutable selector over an immutable collection of (item, weight) pairs.classclassclassWeighted selector with draw with replacement semantics.classThis class is intended for cases where the primary selector draws with replacement.Fields in org.aksw.commons.collections.selector declared as WeightedSelectorModifier and TypeFieldDescriptionprotected WeightedSelector<T>WeigthedSelectorFailover.failoverprotected WeightedSelector<T>WeigthedSelectorFailover.primaryMethods in org.aksw.commons.collections.selector that return WeightedSelectorModifier and TypeMethodDescriptionWeightedSelector.clone()Cloning mechanism to allow simple implementation of backtracking.Constructors in org.aksw.commons.collections.selector with parameters of type WeightedSelectorModifierConstructorDescriptionWeigthedSelectorFailover(WeightedSelector<T> primary, WeightedSelector<T> failover)