Class SymmetricalUncertainty
java.lang.Object
unifeat.featureSelection.FeatureSelection
unifeat.featureSelection.FeatureWeighting
unifeat.featureSelection.filter.WeightedFilterApproach
unifeat.featureSelection.filter.supervised.SymmetricalUncertainty
This java class is used to implement the symmetrical uncertainty method.
- Author:
- Sina Tabakhi
- See Also:
-
Field Summary
Fields inherited from class unifeat.featureSelection.FeatureWeighting
featureValuesFields inherited from class unifeat.featureSelection.FeatureSelection
numClass, numFeatures, numSelectedFeature, selectedFeatureSubset, trainSet -
Constructor Summary
ConstructorsConstructorDescriptionSymmetricalUncertainty(int sizeSelectedFeatureSubset) Initializes the parametersSymmetricalUncertainty(Object... arguments) Initializes the parameters -
Method Summary
Modifier and TypeMethodDescriptionvoidStarts the feature selection process by symmetrical uncertainty(SU) methodMethods inherited from class unifeat.featureSelection.filter.WeightedFilterApproach
newMethodMethods inherited from class unifeat.featureSelection.FeatureWeighting
getFeatureValuesMethods inherited from class unifeat.featureSelection.FeatureSelection
getSelectedFeatureSubset, loadDataSet, loadDataSet, setNumSelectedFeature, validate
-
Constructor Details
-
SymmetricalUncertainty
Initializes the parameters- Parameters:
arguments- array of parameters contains (sizeSelectedFeatureSubset) in whichsizeSelectedFeatureSubsetis the number of selected features
-
SymmetricalUncertainty
public SymmetricalUncertainty(int sizeSelectedFeatureSubset) Initializes the parameters- Parameters:
sizeSelectedFeatureSubset- the number of selected features
-
-
Method Details
-
evaluateFeatures
public void evaluateFeatures()Starts the feature selection process by symmetrical uncertainty(SU) method- Specified by:
evaluateFeaturesin classFeatureSelection
-