:orphan: .. title:: CONFIG_CMSIS_DSP_DISTANCE .. kconfig:: CONFIG_CMSIS_DSP_DISTANCE CONFIG_CMSIS_DSP_DISTANCE ######################### *Distance Functions* Type: ``bool`` Help ==== .. code-block:: none This option enables the Distance Functions, which support the following distance computation algorithms: * Boolean Vectors * Hamming * Jaccard * Kulsinski * Rogers-Tanimoto * Russell-Rao * Sokal-Michener * Sokal-Sneath * Yule * Dice * Floating-Point Vectors * Canberra * Chebyshev * Cityblock * Correlation * Cosine * Euclidean * Jensen-Shannon * Minkowski * Bray-Curtis Direct dependencies =================== \ :kconfig:`CMSIS_DSP ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols implied by this symbol ============================== - \ :kconfig:`CMSIS_DSP_STATISTICS ` Kconfig definition ================== At ``/Kconfig.cmsis_dsp:209`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:33`` → ``/Kconfig:13`` → ``/Kconfig.cmsis:28`` Menu path: (Top) → Modules → CMSIS-DSP Library Support .. code-block:: kconfig config CMSIS_DSP_DISTANCE bool "Distance Functions" imply CMSIS_DSP_STATISTICS depends on CMSIS_DSP help This option enables the Distance Functions, which support the following distance computation algorithms: * Boolean Vectors * Hamming * Jaccard * Kulsinski * Rogers-Tanimoto * Russell-Rao * Sokal-Michener * Sokal-Sneath * Yule * Dice * Floating-Point Vectors * Canberra * Chebyshev * Cityblock * Correlation * Cosine * Euclidean * Jensen-Shannon * Minkowski * Bray-Curtis *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*