Class MultiValueBinaryzationTransformer

  • All Implemented Interfaces:
    ISingleAttributeTransformer

    public class MultiValueBinaryzationTransformer
    extends java.lang.Object
    implements ISingleAttributeTransformer
    Transforms a multi-valued feature into a 0/1 Vector, where each dimension represents one of the values, i.e. 1 in one dimension => the feature contains this value, 0 in one dimension => the feature does not contain this value.