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.CapabilityReturns 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 TypeMethodDescriptionvoidCapabilities.disable(Capabilities.Capability c) disables the given capability Disabling NOMINAL_ATTRIBUTES also disables BINARY_ATTRIBUTES, UNARY_ATTRIBUTES and EMPTY_NOMINAL_ATTRIBUTES.voidFindWithCapabilities.disable(Capabilities.Capability c) disables the given capability.voidCapabilities.disableDependency(Capabilities.Capability c) disables the dependency of the given capability Disabling NOMINAL_ATTRIBUTES also disables BINARY_ATTRIBUTES, UNARY_ATTRIBUTES and EMPTY_NOMINAL_ATTRIBUTES.voidFindWithCapabilities.disableNot(Capabilities.Capability c) disables the given "not to have" capability.voidCapabilities.enable(Capabilities.Capability c) enables the given capability.voidFindWithCapabilities.enable(Capabilities.Capability c) enables the given capability.voidCapabilities.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.voidFindWithCapabilities.enableNot(Capabilities.Capability c) enables the given "not to have" capability.booleanCapabilities.handles(Capabilities.Capability c) returns true if the classifier handler has the specified capabilitybooleanFindWithCapabilities.handles(Capabilities.Capability c) returns true if the given capability can be handled.booleanCapabilities.hasDependency(Capabilities.Capability c) returns true if the classifier handler has a dependency for the specified capabilitybooleanFindWithCapabilities.isEnabled(Capabilities.Capability c) whether the given capability is enabled.booleanFindWithCapabilities.isEnabledNot(Capabilities.Capability c) whether the given "not to have" capability is enabled.