Skip to content

Add new parameter to HPCP to select normalization type (unit sum or unit maximum) #348

@dbogdanov

Description

@dbogdanov

Currently, HPCP has a parameter "normalized" (bool ∈ {true, false}, default = true) to whether normalize or not. The normalization type is unit maximum (normalize method from essentiamath.h)

Add normalization to unit sum (normalizeSum method) and replace parameter for string ∈ {"none", "unit_sum", "unit_max"}. Keep unit_max as default.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions