Class NoFeatureRanking
- java.lang.Object
-
- moa.AbstractMOAObject
-
- moa.options.AbstractOptionHandler
-
- moa.classifiers.rules.featureranking.AbstractFeatureRanking
-
- moa.classifiers.rules.featureranking.NoFeatureRanking
-
- All Implemented Interfaces:
Configurable
,Serializable
,FeatureRanking
,ObserverMOAObject
,MOAObject
,OptionHandler
public class NoFeatureRanking extends AbstractFeatureRanking
No feature ranking is performed- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class moa.options.AbstractOptionHandler
config
-
-
Constructor Summary
Constructors Constructor Description NoFeatureRanking()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DoubleVector
getFeatureRankings()
void
update(ObservableMOAObject o, Object arg)
-
Methods inherited from class moa.classifiers.rules.featureranking.AbstractFeatureRanking
getDescription, prepareForUseImpl
-
Methods inherited from class moa.options.AbstractOptionHandler
copy, getCLICreationString, getOptions, getPreparedClassOption, getPurposeString, prepareClassOptions, prepareForUse, prepareForUse
-
Methods inherited from class moa.AbstractMOAObject
copy, measureByteSize, measureByteSize, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface moa.MOAObject
measureByteSize
-
-
-
-
Method Detail
-
update
public void update(ObservableMOAObject o, Object arg)
- Specified by:
update
in interfaceObserverMOAObject
- Specified by:
update
in classAbstractFeatureRanking
-
getFeatureRankings
public DoubleVector getFeatureRankings()
- Specified by:
getFeatureRankings
in interfaceFeatureRanking
- Specified by:
getFeatureRankings
in classAbstractFeatureRanking
-
-