@KFStep(name="ASSearchStrategy", category="AttSelection", toolTipText="Weka attribute selection search wrapper", iconPath="") public class ASSearchStrategy extends WekaAlgorithmWrapper
ASEvaluator,
Serialized Form| Constructor and Description |
|---|
ASSearchStrategy() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.String> |
getIncomingConnectionTypes()
Get a list of incoming connections that this step accepts.
|
java.util.List<java.lang.String> |
getOutgoingConnectionTypes()
Get a list of outgoing connections from this step.
|
ASSearch |
getSearchStrategy()
Get the search strategy wrapped by this step
|
java.lang.Class |
getWrappedAlgorithmClass()
Get the class of the algorithm wrapped by this wrapper step (ASSearch in
this case).
|
void |
setSearchStrategy(ASSearch searchStrategy)
Set the search strategy wrapped by this step (calls setWrappedAlgorithm)
|
void |
setWrappedAlgorithm(java.lang.Object algo)
Set the actual algorithm wrapped by this instance
|
void |
stepInit()
Initialize the step
|
getDefaultIconPath, getDefaultPackageLevelIconPath, getIconPath, getWrappedAlgorithm, globalInfoenvironmentSubstitute, getCustomEditorForStep, getDefaultSettings, getInteractiveViewers, getInteractiveViewersImpls, getName, getStepManager, isResourceIntensive, isStopRequested, outputStructureForConnectionType, outputStructureForConnectionType, processIncoming, setName, setStepIsResourceIntensive, setStepManager, setStepMustRunSingleThreaded, start, stepMustRunSingleThreaded, stoppublic void stepInit()
public java.util.List<java.lang.String> getIncomingConnectionTypes()
public java.util.List<java.lang.String> getOutgoingConnectionTypes()
public java.lang.Class getWrappedAlgorithmClass()
getWrappedAlgorithmClass in class WekaAlgorithmWrapperpublic void setWrappedAlgorithm(java.lang.Object algo)
setWrappedAlgorithm in class WekaAlgorithmWrapperalgo - the algorithm wrapped@ProgrammaticProperty public void setSearchStrategy(ASSearch searchStrategy)
searchStrategy - the search strategy to wrappublic ASSearch getSearchStrategy()