java.lang.Cloneable, ClassificationMethodpublic class MajorityVotingBalancedMethod extends EnsembleClassificationMethod
AverageAggregation, MajorityVotingAggregation, MedianAggregation| Constructor | Description |
|---|---|
MajorityVotingBalancedMethod(SimpleClassifierWrapper[] classifiers) |
| Modifier and Type | Method | Description |
|---|---|---|
ClassificationResult |
classify(Example example) |
Classifies an example according to a defined classification scheme (method)
|
java.lang.Object |
clone() |
public MajorityVotingBalancedMethod(SimpleClassifierWrapper[] classifiers)
public ClassificationResult classify(Example example)
ClassificationMethodexample - example to classifypublic java.lang.Object clone()
throws java.lang.CloneNotSupportedException
clone in interface ClassificationMethodclone in class EnsembleClassificationMethodjava.lang.CloneNotSupportedException