Partition-class: Simple S4 class to represent a partition of objects as vector of class labels.
Description
This class is a wrapper around a vector but allows only the atomic vectors
logical, numeric, integer, complex, character, raw.
The reason for this is that only those types seem to make sense as class labels.
Furthermore, class labels are immutable.