|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Capabilities.Capability | |
|---|---|
| weka.core | |
| Uses of Capabilities.Capability in weka.core |
|---|
| Methods in weka.core that return Capabilities.Capability | |
|---|---|
static Capabilities.Capability |
Capabilities.Capability.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Capabilities.Capability[] |
Capabilities.Capability.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in weka.core with parameters of type Capabilities.Capability | |
|---|---|
void |
Capabilities.disable(Capabilities.Capability c)
disables the given capability Disabling NOMINAL_ATTRIBUTES also disables BINARY_ATTRIBUTES, UNARY_ATTRIBUTES and EMPTY_NOMINAL_ATTRIBUTES. |
void |
FindWithCapabilities.disable(Capabilities.Capability c)
disables the given capability. |
void |
Capabilities.disableDependency(Capabilities.Capability c)
disables the dependency of the given capability Disabling NOMINAL_ATTRIBUTES also disables BINARY_ATTRIBUTES, UNARY_ATTRIBUTES and EMPTY_NOMINAL_ATTRIBUTES. |
void |
FindWithCapabilities.disableNot(Capabilities.Capability c)
disables the given "not to have" capability. |
void |
Capabilities.enable(Capabilities.Capability c)
enables the given capability. |
void |
FindWithCapabilities.enable(Capabilities.Capability c)
enables the given capability. |
void |
Capabilities.enableDependency(Capabilities.Capability c)
enables the dependency flag for the given capability Enabling NOMINAL_ATTRIBUTES also enables BINARY_ATTRIBUTES, UNARY_ATTRIBUTES and EMPTY_NOMINAL_ATTRIBUTES. |
void |
FindWithCapabilities.enableNot(Capabilities.Capability c)
enables the given "not to have" capability. |
boolean |
Capabilities.handles(Capabilities.Capability c)
returns true if the classifier handler has the specified capability |
boolean |
FindWithCapabilities.handles(Capabilities.Capability c)
returns true if the given capability can be handled. |
boolean |
Capabilities.hasDependency(Capabilities.Capability c)
returns true if the classifier handler has a dependency for the specified capability |
boolean |
FindWithCapabilities.isEnabled(Capabilities.Capability c)
whether the given capability is enabled. |
boolean |
FindWithCapabilities.isEnabledNot(Capabilities.Capability c)
whether the given "not to have" capability is enabled. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||