Uses of Class
org.robovm.apple.coreml.MLFeatureValue
| Package | Description |
|---|---|
| org.robovm.apple.coreml | |
| org.robovm.apple.vision |
-
Uses of MLFeatureValue in org.robovm.apple.coreml
Methods in org.robovm.apple.coreml that return MLFeatureValue Modifier and Type Method Description MLFeatureValueMLDictionaryFeatureProvider. featureValueForName(String featureName)MLFeatureValueMLFeatureProvider. featureValueForName(String featureName)MLFeatureValueMLFeatureProviderAdapter. featureValueForName(String featureName)MLFeatureValueMLDictionaryFeatureProvider. objectForKeyedSubscript(String featureName)Methods in org.robovm.apple.coreml that return types with arguments of type MLFeatureValue Modifier and Type Method Description NSDictionary<NSString,MLFeatureValue>MLDictionaryFeatureProvider. getDictionary()Methods in org.robovm.apple.coreml with parameters of type MLFeatureValue Modifier and Type Method Description booleanMLFeatureDescription. isAllowedValue(MLFeatureValue value)booleanMLFeatureValue. isEqualToFeatureValue(MLFeatureValue value) -
Uses of MLFeatureValue in org.robovm.apple.vision
Methods in org.robovm.apple.vision that return MLFeatureValue Modifier and Type Method Description MLFeatureValueVNCoreMLFeatureValueObservation. getFeatureValue()