Expand description
Histogram-based encoding classifier. Encoding classifier over a precomputed 256-bin byte histogram.
Constants§
- ENCODING_
CLASSIFY_ OP_ ID - Canonical op id for histogram-based encoding classification.
- ENCODING_
CLASSIFY_ WORKGROUP_ SIZE - Single-result workgroup for standalone histogram classification.
- ENC_
ASCII - Encoding-id for pure ASCII input.
- ENC_
BINARY - Encoding-id for unknown or binary input.
- ENC_
ISO8859_ 1 - Encoding-id for ISO-8859-1 / Windows-1252-like high-byte input.
- ENC_
UTF8 - Encoding-id for UTF-8 input.
- ENC_
UTF16BE - Encoding-id for UTF-16 big-endian input.
- ENC_
UTF16LE - Encoding-id for UTF-16 little-endian input.
Functions§
- classify_
from_ histogram - Reference oracle for
encoding_classify. - encoding_
classify - Standalone classifier program for primitive-level conformance.
- encoding_
classify_ body - Build the reusable classifier body.
- encoding_
classify_ child - Wrap the classifier body as a child of
parent_op_id.