public class DocFrequencyFilter extends AbstractFeatureFilter
Unsupervised Feature Selector which exclude features with its document frequency less than a given threshold
Copyright: Copyright (c) 2005
Company: IST, Drexel University
featureMap, selectedFeatureNum| Constructor and Description |
|---|
DocFrequencyFilter(int minDocFrequency) |
| Modifier and Type | Method and Description |
|---|---|
protected int[] |
getSelectedFeatures(IndexReader indexReader,
IRDoc[] docSet) |
getSelectedFeatureNum, initialize, isSelected, map, setSelectedFeaturesprotected int[] getSelectedFeatures(IndexReader indexReader, IRDoc[] docSet)
getSelectedFeatures in class AbstractFeatureFilterCopyright © 2018 JULIE Lab, Germany. All rights reserved.