Uses of Enum Class
weka.core.Capabilities.Capability
Packages that use Capabilities.Capability
-
Uses of Capabilities.Capability in weka.core
Methods in weka.core that return Capabilities.CapabilityModifier and TypeMethodDescriptionstatic Capabilities.Capability
Returns the enum constant of this class with the specified name.static Capabilities.Capability[]
Capabilities.Capability.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in weka.core that return types with arguments of type Capabilities.CapabilityModifier and TypeMethodDescriptionCapabilities.capabilities()
Returns an Iterator over the stored capabilitiesCapabilities.dependencies()
Returns an Iterator over the stored dependenciesMethods in weka.core with parameters of type Capabilities.CapabilityModifier and TypeMethodDescriptionvoid
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 capabilityboolean
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 capabilityboolean
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.