Package ai.libs.jaicore.ml.core.dataset.attribute.transformer.multivalue
-
Class Summary Class Description MinHashingTransformer Converts the sets of multi-value features to short signatures.MultiValueBinaryzationTransformer 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.