public abstract class FeatureSelectionExtractor<OUTCOME_T> extends TrainableExtractor_ImplBase<OUTCOME_T> implements Predicate<Feature>
Base class for defining feature selection extractors.
name| Constructor and Description |
|---|
FeatureSelectionExtractor(String name) |
| Modifier and Type | Method and Description |
|---|---|
Instance<OUTCOME_T> |
transform(Instance<OUTCOME_T> instance)
Transforms all features handled by this extractor.
|
isTransformable, selectTransformableFeaturesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitload, save, trainpublic FeatureSelectionExtractor(String name)
public Instance<OUTCOME_T> transform(Instance<OUTCOME_T> instance)
TrainableExtractorTrainableExtractor.train(Iterable) was called, to complete the processing of the Instance.transform in interface TrainableExtractor<OUTCOME_T>instance - An instance that was created before TrainableExtractor.train(Iterable) was called.Copyright © 2014. All rights reserved.