Interface MLFeatureProvider

  • All Known Implementing Classes:
    MLDictionaryFeatureProvider

    public interface MLFeatureProvider
    Protocol for accessing a feature value for a feature name
    • 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