Class WeightedMajorityFeatureRanking.RuleInformation
- java.lang.Object
-
- moa.classifiers.rules.featureranking.WeightedMajorityFeatureRanking.RuleInformation
-
- Enclosing class:
- WeightedMajorityFeatureRanking
public class WeightedMajorityFeatureRanking.RuleInformation extends Object
Rule information class
-
-
Constructor Summary
Constructors Constructor Description RuleInformation(int numAttributes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addLiteralAttribute(int attribIndex)
double
getAttributeImportance(int attribIndex)
double[]
getAttributesImportance()
List<Integer>
update(double[] merits, boolean[] attributesMask, double threshold)
-