| Package | Description |
|---|---|
| weka.core |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<Capabilities.Capability> |
Capabilities.capabilities()
Returns an Iterator over the stored capabilities
|
Iterator<Capabilities.Capability> |
Capabilities.dependencies()
Returns an Iterator over the stored dependencies
|
| Modifier and Type | Method and Description |
|---|---|
void |
FindWithCapabilities.disable(Capabilities.Capability c)
disables the given 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 |
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 |
FindWithCapabilities.enable(Capabilities.Capability c)
enables the given capability.
|
void |
Capabilities.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 |
FindWithCapabilities.handles(Capabilities.Capability c)
returns true if the given capability can be handled.
|
boolean |
Capabilities.handles(Capabilities.Capability c)
returns true if the classifier handler has the specified capability
|
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.
|
Copyright © 2014 University of Waikato, Hamilton, NZ. All Rights Reserved.