java.lang.Cloneable
, ClassificationMethod
public 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)
ClassificationMethod
example
- example to classifypublic java.lang.Object clone() throws java.lang.CloneNotSupportedException
clone
in interface ClassificationMethod
clone
in class EnsembleClassificationMethod
java.lang.CloneNotSupportedException