Configurable
, java.io.Serializable
, FeatureRanking
, ObserverMOAObject
, MOAObject
, OptionHandler
public class WeightedMajorityFeatureRanking extends AbstractFeatureRanking implements FeatureRanking
Modifier and Type | Class | Description |
---|---|---|
class |
WeightedMajorityFeatureRanking.RuleInformation |
Rule information class
|
Modifier and Type | Field | Description |
---|---|---|
protected double[] |
attributeImportance |
|
FloatOption |
meritThresholdOption |
|
protected java.util.HashMap<ObservableMOAObject,WeightedMajorityFeatureRanking.RuleInformation> |
ruleInformation |
config
Constructor | Description |
---|---|
WeightedMajorityFeatureRanking() |
Modifier and Type | Method | Description |
---|---|---|
DoubleVector |
getFeatureRankings() |
|
void |
update(ObservableMOAObject o,
java.lang.Object arg) |
getDescription, prepareForUseImpl
copy, measureByteSize, measureByteSize, toString
copy, getCLICreationString, getOptions, getPreparedClassOption, getPurposeString, prepareClassOptions, prepareForUse, prepareForUse
measureByteSize
protected double[] attributeImportance
protected java.util.HashMap<ObservableMOAObject,WeightedMajorityFeatureRanking.RuleInformation> ruleInformation
public FloatOption meritThresholdOption
public void update(ObservableMOAObject o, java.lang.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.