Uses of Class
org.robovm.apple.coreml.MLFeatureType
| Package | Description |
|---|---|
| org.robovm.apple.coreml |
-
Uses of MLFeatureType in org.robovm.apple.coreml
Methods in org.robovm.apple.coreml that return MLFeatureType Modifier and Type Method Description MLFeatureTypeMLDictionaryConstraint. getKeyType()MLFeatureTypeMLFeatureDescription. getType()MLFeatureTypeMLFeatureValue. getType()MLFeatureTypeMLSequence. getType()static MLFeatureTypeMLFeatureType. valueOf(long n)Returns the enum constant of this type with the specified name.static MLFeatureTypeMLFeatureType. valueOf(String name)Returns the enum constant of this type with the specified name.static MLFeatureType[]MLFeatureType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.coreml with parameters of type MLFeatureType Modifier and Type Method Description protected static longMLFeatureValue. create(MLFeatureType type)protected static longMLSequence. create(MLFeatureType type)Constructors in org.robovm.apple.coreml with parameters of type MLFeatureType Constructor Description MLFeatureValue(MLFeatureType type)MLSequence(MLFeatureType type)