Trains an approximate whitelist on an RDD of values.
Trains an approximate whitelist on an RDD of values. Each element in the RDD should correspond to one element in the whitelist (e.g., a word). There must be a stable implicit conversion from the RDD's element type to Strings.
Trains an approximate whitelist on a sequence of values.
Trains an approximate whitelist on a sequence of values. Each element in the sequence should correspond to one element in the whitelist (e.g., a word). There must be a stable implicit conversion from the sequence's element type to Strings.
An empty approximate whitelist.