dkm icon indicating copy to clipboard operation
dkm copied to clipboard

Using std::array forces the dimension of the points to be defined in compile time

Open georgeslabreche opened this issue 3 years ago • 1 comments

Description

I'd like to use dkm in a system that can cluster different data sets that have their own dimensions. This cannot be done dynamically because the size of std::array needs to be defined in compile time.

Proposed Solution

Use std::vector instead of std::array to contain point data.

georgeslabreche avatar May 02 '21 15:05 georgeslabreche

Looks like this issue has already been raised here.

georgeslabreche avatar May 02 '21 23:05 georgeslabreche