Featurize boolean value into native VW structure.
Featurize map of type T into native VW structure.
Featurize map of type T into native VW structure. (hash(column name + k):value)
value type.
Featurize map strings into native VW structure.
Featurize map strings into native VW structure. (hash(column name + k + v):1)
Featurize numeric values into native VW structure.
Featurize numeric values into native VW structure. ((hash(column name):value)
Featurize array of strings into native VW structure.
Featurize array of strings into native VW structure. (hash(column name + k):1)
Featurize string into native VW structure.
Featurize string into native VW structure. (hash(column name + value):1)
Featurize strings by splitting into native VW structure.
Featurize strings by splitting into native VW structure. (hash(s(0)):value, hash(s(1)):value, ...)
Featurize sparse and dense vector into native VW structure.
Featurize sparse and dense vector into native VW structure. (hash(s(0)):value, hash(s(1)):value, ...)
Featurize boolean value into native VW structure. (True = hash(feature name):1, False ignored).