Class RuleExpandedMessage
- java.lang.Object
-
- moa.classifiers.rules.featureranking.messages.RuleExpandedMessage
-
- All Implemented Interfaces:
FeatureRankingMessage
public class RuleExpandedMessage extends Object implements FeatureRankingMessage
-
-
Constructor Summary
Constructors Constructor Description RuleExpandedMessage(int attributeIndex)
RuleExpandedMessage(int attributeIndex, boolean isSpecialization)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getAttributeIndex()
boolean
isSpecialization()
protected void
setSpecialization(boolean isSpecialization)
-