features(at:)
Returns the feature provider at the given index.
Declaration
func features(at index: Int) -> any MLFeatureProviderParameters
- index:
The index of the desired feature provider.
Return Value
The feature provider at the given index.
Returns the feature provider at the given index.
func features(at index: Int) -> any MLFeatureProviderThe index of the desired feature provider.
The feature provider at the given index.