Users' Area

:: Transformers Library

   > Quantitative to Qualitative


:: Generators

:: Filters

:: Splits

:: Aggregators

:: Inspectors

:: Serializers

JDPF Filter

Transformers Library

JDPF has been designed to be modular and easily extendable. In order to keep the quality level high, we provide a list of blocks that are well coded and documented.

Range Filter Quantitative to Qualitative Transformer [v 1.0]

Maps each numerical value into a label according to a mapping rule. It specifies, for each range of values, the corresponding label to assign. A range of values is expressed in the form: [a,b]. Both brackets [ and ] can be used to specify open/closed interval values. (Block details)

Range Filter RGBImage to Histogram Transformer [v 1.0]

(To be done)