|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.indiana.util.ensemble.AbstractEnsemble
edu.indiana.util.ensemble.WeightVoteComboEnsemble
public class WeightVoteComboEnsemble
This ensemble merges its members' decisions by summing the weighted strengths of each member's suggestions.
| Field Summary |
|---|
| Fields inherited from class edu.indiana.util.ensemble.AbstractEnsemble |
|---|
decisionSuggestionSet, memberToStrength, totalStrength |
| Constructor Summary | |
|---|---|
WeightVoteComboEnsemble()
Creates a new instance of WeightVoteComboEnsemble |
|
WeightVoteComboEnsemble(EnsembleMember[] memberArray,
double[] totalStrengths)
|
|
| Method Summary | |
|---|---|
protected SuggestionSet |
calcDecisionSuggestionSet(java.lang.Object[] args)
|
| Methods inherited from class edu.indiana.util.ensemble.AbstractEnsemble |
|---|
addMember, getDecision, getRecentDecisionSuggestionSet, getTotalStrength, getTotalStrength, memberIterator, notifyOfDecision, removeMember |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WeightVoteComboEnsemble()
public WeightVoteComboEnsemble(EnsembleMember[] memberArray,
double[] totalStrengths)
| Method Detail |
|---|
protected SuggestionSet calcDecisionSuggestionSet(java.lang.Object[] args)
calcDecisionSuggestionSet in class AbstractEnsemble
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||