java.lang.Cloneable
AllRulesVCDRSAClassificationMethod
, AverageMethod
, DRSAClassificationMethod
, EnsembleClassificationMethod
, MajorityVotingBalancedMethod
, MajorityVotingMethod
, RoughSetClassificationMethod
, RulesClassificationMethod
, RulesDRSAClassificationMethod
, RulesHybridClassificationMethod
, RulesVCDRSAClassificationMethod
, StrongRulesVCDRSAClassificationMethod
, WeightedVotingMethod
, WekaClassificationMethod
, WekaDistributionClassificationMethod
public interface ClassificationMethod
extends java.lang.Cloneable
Modifier and Type | Method | Description |
---|---|---|
ClassificationResult |
classify(Example example) |
Classifies an example according to a defined classification scheme (method)
|
java.lang.Object |
clone() |
ClassificationResult classify(Example example)
example
- example to classifyjava.lang.Object clone() throws java.lang.CloneNotSupportedException
java.lang.CloneNotSupportedException