java.lang.Cloneable, ClassificationMethod, ClassificationStatisticsPresenterpublic class AverageMethod extends EnsembleClassificationMethod implements ClassificationStatisticsPresenter
| Modifier and Type | Field | Description |
|---|---|---|
static int |
UNKNOWN_VALUE |
Value that is treated as unknown
|
AverageAggregation, MajorityVotingAggregation, MedianAggregation| Constructor | Description |
|---|---|
AverageMethod(SimpleClassifierWrapper[] classifiers) |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
classificationStatisticsToString() |
|
ClassificationResult |
classify(Example example) |
Classifies an example according to a defined classification scheme (method)
|
java.lang.Object |
clone() |
|
ClassificationStatisticsCollector |
getClassificationStatisticsCollector() |
public static final int UNKNOWN_VALUE
public AverageMethod(SimpleClassifierWrapper[] classifiers)
public ClassificationResult classify(Example example)
ClassificationMethodclassify in interface ClassificationMethodexample - example to classifypublic java.lang.Object clone()
throws java.lang.CloneNotSupportedException
clone in interface ClassificationMethodclone in class EnsembleClassificationMethodjava.lang.CloneNotSupportedExceptionpublic java.lang.String classificationStatisticsToString()
classificationStatisticsToString in interface ClassificationStatisticsPresenterpublic ClassificationStatisticsCollector getClassificationStatisticsCollector()
getClassificationStatisticsCollector in interface ClassificationStatisticsPresenter