public class MinErrorWeightedVote extends AbstractErrorWeightedVote
errors, votes, weights
Constructor and Description |
---|
MinErrorWeightedVote() |
Modifier and Type | Method and Description |
---|---|
double[] |
computeWeightedVote()
Computes the weighted vote.
|
void |
getDescription(StringBuilder sb,
int indent)
Returns a string representation of this object.
|
addVote, getNumberVotes, getWeightedError, getWeights
copy, copy, measureByteSize, measureByteSize, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
copy
public double[] computeWeightedVote()
ErrorWeightedVote
computeWeightedVote
in interface ErrorWeightedVote
computeWeightedVote
in class AbstractErrorWeightedVote
public void getDescription(StringBuilder sb, int indent)
MOAObject
AbstractMOAObject.toString
to give a string representation of the object.sb
- the stringbuilder to add the descriptionindent
- the number of characters to indentCopyright © 2019 University of Waikato, Hamilton, NZ. All Rights Reserved.