public abstract class TrainableExtractor_ImplBase<OUTCOME_T> extends Object implements TrainableExtractor<OUTCOME_T>
| Constructor and Description |
|---|
TrainableExtractor_ImplBase(String name) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
isTransformable(Feature feature) |
protected List<TransformableFeature> |
selectTransformableFeatures(Instance<OUTCOME_T> instance)
Recursively look through all features in an instance to find the features this extractor is
responsible for extracting
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitload, save, train, transformpublic TrainableExtractor_ImplBase(String name)
protected boolean isTransformable(Feature feature)
protected List<TransformableFeature> selectTransformableFeatures(Instance<OUTCOME_T> instance)
Copyright © 2014. All rights reserved.