Uses of Class
adams.ml.capabilities.Capability
-
Packages that use Capability Package Description adams.ml.capabilities adams.ml.data -
-
Uses of Capability in adams.ml.capabilities
Fields in adams.ml.capabilities with type parameters of type Capability Modifier and Type Field Description protected Set<Capability>Capabilities. m_Capabilitiesthe capabilities.protected Set<Capability>Capabilities. m_DependentCapabilitiesthe dependent capabilities.Methods in adams.ml.capabilities that return Capability Modifier and Type Method Description static CapabilityCapabilitiesHelper. contentTypeToCapability(Cell.ContentType type, boolean isClass)Turns the content type of a cell into the corresponding capability.static CapabilityCapability. valueOf(String name)Returns the enum constant of this type with the specified name.static Capability[]Capability. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in adams.ml.capabilities that return types with arguments of type Capability Modifier and Type Method Description Set<Capability>Capabilities. capabilities()Returns the capabilities.Set<Capability>Capabilities. dependentCapabilities()Returns the dependent capabilities.Methods in adams.ml.capabilities with parameters of type Capability Modifier and Type Method Description voidCapabilities. disable(Capability cap)Disables the capability.voidCapabilities. disableDependent(Capability cap)Disables the dependent capability.voidCapabilities. enable(Capability cap)Enables the capability.voidCapabilities. enableDependent(Capability cap)Enables the dependent capability.booleanCapabilities. isDependentEnabled(Capability cap)Returns whether the specified dependent capability is enabled, i.e., supported.booleanCapabilities. isEnabled(Capability cap)Returns whether the specified capability is enabled, i.e., supported.Method parameters in adams.ml.capabilities with type arguments of type Capability Modifier and Type Method Description voidCapabilities. disableAll(Collection<Capability> caps)Disables all capabilities.voidCapabilities. disableAllDependent(Collection<Capability> caps)Disables the dependent capabilities.voidCapabilities. enableAll(Collection<Capability> caps)Enables all capabilities.voidCapabilities. enableAllDependent(Collection<Capability> caps)Enables the dependent capabilities. -
Uses of Capability in adams.ml.data
Methods in adams.ml.data with parameters of type Capability Modifier and Type Method Description protected static voidWekaConverter. transferCapability(weka.core.Capabilities fromCaps, weka.core.Capabilities.Capability fromCap, Capabilities toCaps, Capability toCap)Transfers the specified capability if enabled.
-