Skip to content

ADHI-4666: Support polymorphic algorithms

Andy Salnikov requested to merge tickets/ADHI-4666 into master

Algorithms and containers were changed to support polymorphic histogram types. type-specific code is pushed down to algorithms code that operates on histogram bin data.

Merge request reports