public interface FeatureFilter
Interface of unsupervised feature selector for text clustering.
Copyright: Copyright (c) 2005
Company: IST, Drexel University
| Modifier and Type | Method and Description |
|---|---|
int |
getSelectedFeatureNum() |
void |
initialize(IndexReader indexReader,
IRDoc[] docSet)
This method chooses a subset of features for text clustering
|
boolean |
isSelected(int originalFeatureIndex) |
int |
map(int originalFeatureIndex)
Map the old feature index to the index in the new feature space.
|
void initialize(IndexReader indexReader, IRDoc[] docSet)
indexReader - the index reader for a collectiondocSet - the document set for clusteringboolean isSelected(int originalFeatureIndex)
originalFeatureIndex - the index of the feature in the old feature spaceint getSelectedFeatureNum()
int map(int originalFeatureIndex)
originalFeatureIndex - the index of the feature before feature selectionCopyright © 2018 JULIE Lab, Germany. All rights reserved.