Space for encoding categorical similarity with n-hot encoded vectors and optional negative filtering
StringList
is provided. If String
is provided, then the input must be a single value.uncategorized_as_category
is False.categories
should be treated as a distinct ‘other’ category. Defaults to True.InvalidInputException
- If a schema object does not have a corresponding node in the similarity space, indicating a configuration or implementation error.
other
category. These categories will be similar to each other by default. Set uncategorized_as_category parameter to False in order to suppress this behavior - this way other categories are not similar to each other in any case - not even to the same other
category. To make that specific category value similar to only the same category items, consider adding it to categories
.
CategoricalSimilaritySpace
Space
HasTransformationConfig
HasLength
Generic
HasSpaceFieldSet
ABC