isEqual(to:)
Returns a Boolean value that indicates whether a feature value is equal to another.
Declaration
func isEqual(to value: MLFeatureValue) -> BoolParameters
- value:
Another feature value.
Returns a Boolean value that indicates whether a feature value is equal to another.
func isEqual(to value: MLFeatureValue) -> BoolAnother feature value.