Package edu.indiana.util.ensemble

Interface Summary
Ensemble An Ensemble makes a decision based on the input from several EnsembleMembers.
EnsembleMember A member of an ensemble provides suggestions based on given arguments.
 

Class Summary
AbstractEnsemble  
SuggestionSet A container for a list of suggestions and the corresponding strength of each suggestion.
SuggestionSetMemberComparator  
WeightVoteComboEnsemble This ensemble merges its members' decisions by summing the weighted strengths of each member's suggestions.