Package apple.coreml.protocol
Interface MLFeatureProvider
-
- All Known Implementing Classes:
MLDictionaryFeatureProvider
public interface MLFeatureProviderProtocol for accessing a feature value for a feature name
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NSSet<java.lang.String>featureNames()MLFeatureValuefeatureValueForName(java.lang.String featureName)Returns nil if the provided featureName is not in the set of featureNames
-
-
-
Method Detail
-
featureNames
NSSet<java.lang.String> featureNames()
-
featureValueForName
MLFeatureValue featureValueForName(java.lang.String featureName)
Returns nil if the provided featureName is not in the set of featureNames
-
-