public class FeatureTransform extends BaseDataProcessor
| Modifier and Type | Field and Description |
|---|---|
protected Loader |
loader |
static java.lang.String |
PROP_LOADER
The name of the transform matrix file.
|
logger| Constructor and Description |
|---|
FeatureTransform() |
FeatureTransform(Loader loader) |
| Modifier and Type | Method and Description |
|---|---|
Data |
getData()
Returns the next Data object being processed by this LDA, or if it is a
Signal, it is returned without modification.
|
void |
newProperties(PropertySheet ps)
This method is called when this configurable component needs to be reconfigured.
|
getPredecessor, initialize, setPredecessorgetName, initLogger, toString@S4Component(type=Loader.class) public static final java.lang.String PROP_LOADER
protected Loader loader
public FeatureTransform(Loader loader)
public FeatureTransform()
public void newProperties(PropertySheet ps) throws PropertyException
ConfigurablenewProperties in interface ConfigurablenewProperties in class ConfigurableAdapterps - a property sheet holding the new dataPropertyException - if there is a problem with the properties.public Data getData() throws DataProcessingException
getData in interface DataProcessorgetData in class BaseDataProcessorDataProcessingException - if there is a processing errorData