Categorical
Built-in functions › Programming and data types › Categorical
16 functions in this category.
| Function | What it does |
|---|---|
addcats | Add categories to a categorical array. |
categorical | Create a categorical array from data. |
categories | List of category names in a categorical array. |
countcats | Count occurrences of each category. |
discretize | Bin numeric values into discrete categories. |
iscategorical | Test whether the input is a categorical array. |
iscategory | Test whether names are categories of a categorical array. |
isordinal | Test whether the categorical array is ordinal. |
isprotected | Test whether the categorical array’s category set is protected. |
isundefined | Test which categorical entries are undefined. |
mergecats | Merge categories of a categorical array. |
removecats | Remove categories from a categorical array. |
renamecats | Rename categories of a categorical array. |
reordercats | Reorder the categories of a categorical array. |
setcats | Replace the category set of a categorical array. |
summary | Summary of a categorical array. |