public class WeightedMajorityFeatureRanking extends AbstractFeatureRanking implements FeatureRanking
Modifier and Type | Class and Description |
---|---|
class |
WeightedMajorityFeatureRanking.RuleInformation
Rule information class
|
Modifier and Type | Field and Description |
---|---|
protected double[] |
attributeImportance |
FloatOption |
meritThresholdOption |
protected HashMap<ObservableMOAObject,WeightedMajorityFeatureRanking.RuleInformation> |
ruleInformation |
config
Constructor and Description |
---|
WeightedMajorityFeatureRanking() |
Modifier and Type | Method and Description |
---|---|
DoubleVector |
getFeatureRankings() |
void |
update(ObservableMOAObject o,
Object arg) |
getDescription, prepareForUseImpl
copy, getCLICreationString, getOptions, getPreparedClassOption, getPurposeString, prepareClassOptions, prepareForUse, prepareForUse
copy, measureByteSize, measureByteSize, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
measureByteSize
protected double[] attributeImportance
protected HashMap<ObservableMOAObject,WeightedMajorityFeatureRanking.RuleInformation> ruleInformation
public FloatOption meritThresholdOption
public void update(ObservableMOAObject o, Object arg)
update
in interface ObserverMOAObject
update
in class AbstractFeatureRanking
public DoubleVector getFeatureRankings()
getFeatureRankings
in interface FeatureRanking
getFeatureRankings
in class AbstractFeatureRanking
Copyright © 2019 University of Waikato, Hamilton, NZ. All Rights Reserved.