Interface FeatureRanking
-
- All Superinterfaces:
ObserverMOAObject
- All Known Implementing Classes:
AbstractFeatureRanking
,BasicFeatureRanking
,MeritFeatureRanking
,NoFeatureRanking
,WeightedMajorityFeatureRanking
public interface FeatureRanking extends ObserverMOAObject
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DoubleVector
getFeatureRankings()
-
Methods inherited from interface moa.classifiers.rules.multilabel.core.ObserverMOAObject
update
-
-
-
-
Method Detail
-
getFeatureRankings
DoubleVector getFeatureRankings()
-
-