|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectweka.associations.AbstractAssociator
weka.associations.SingleAssociatorEnhancer
public abstract class SingleAssociatorEnhancer
Abstract utility class for handling settings common to meta associators that use a single base associator.
| Constructor Summary | |
|---|---|
SingleAssociatorEnhancer()
|
|
| Method Summary | |
|---|---|
java.lang.String |
associatorTipText()
Returns the tip text for this property |
Associator |
getAssociator()
Get the associator used as the base associator. |
Capabilities |
getCapabilities()
Returns default capabilities of the base associator. |
java.lang.String[] |
getOptions()
Gets the current settings of the associator. |
java.util.Enumeration |
listOptions()
Returns an enumeration describing the available options. |
void |
setAssociator(Associator value)
Set the base associator. |
void |
setOptions(java.lang.String[] options)
Parses a given list of options. |
| Methods inherited from class weka.associations.AbstractAssociator |
|---|
forName, getRevision, makeCopies, makeCopy |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface weka.associations.Associator |
|---|
buildAssociations |
| Constructor Detail |
|---|
public SingleAssociatorEnhancer()
| Method Detail |
|---|
public java.util.Enumeration listOptions()
listOptions in interface OptionHandler
public void setOptions(java.lang.String[] options)
throws java.lang.Exception
-W classname
Specify the full class name of the base associator.
Options after -- are passed to the designated associator.
setOptions in interface OptionHandleroptions - the list of options as an array of strings
java.lang.Exception - if an option is not supportedpublic java.lang.String[] getOptions()
getOptions in interface OptionHandlerpublic java.lang.String associatorTipText()
public void setAssociator(Associator value)
value - the associator to use.public Associator getAssociator()
public Capabilities getCapabilities()
getCapabilities in interface AssociatorgetCapabilities in interface CapabilitiesHandlergetCapabilities in class AbstractAssociatorCapabilities
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||