|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectadams.core.ConsoleObject
adams.core.option.AbstractOptionHandler
adams.flow.transformer.wekaclusterer.AbstractClustererPostProcessor
public abstract class AbstractClustererPostProcessor
Ancestor for post-processors for output that the WekaClusterer transformer produces.
| Field Summary |
|---|
| Fields inherited from class adams.core.option.AbstractOptionHandler |
|---|
m_DebugLevel, m_OptionManager |
| Constructor Summary | |
|---|---|
AbstractClustererPostProcessor()
|
|
| Method Summary | |
|---|---|
protected void |
check(WekaModelContainer cont)
Checks the model container. |
protected abstract WekaModelContainer |
doPostProcess(WekaModelContainer cont)
Performs the actual post-processing. |
String |
getAdditionalInformation()
Returns the additional information. |
protected abstract String[] |
getContainerKeys()
Returns the keys that the processor adds/modifies. |
WekaModelContainer |
postProcess(WekaModelContainer cont)
Post-processes the model container. |
| Methods inherited from class adams.core.option.AbstractOptionHandler |
|---|
cleanUpOptions, debug, debug, debugLevelTipText, defineOptions, destroy, finishInit, getDebugLevel, getOptionManager, globalInfo, initialize, isDebugOn, newOptionManager, reset, setDebugLevel, toCommandLine, toString |
| Methods inherited from class adams.core.ConsoleObject |
|---|
getDebugging, getSystemErr, getSystemOut, sizeOf |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractClustererPostProcessor()
| Method Detail |
|---|
protected abstract String[] getContainerKeys()
public String getAdditionalInformation()
getAdditionalInformation in interface AdditionalInformationHandlerprotected void check(WekaModelContainer cont)
cont - the container to checkprotected abstract WekaModelContainer doPostProcess(WekaModelContainer cont)
cont - the container to post-process
public WekaModelContainer postProcess(WekaModelContainer cont)
cont - the container to post-process
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||