Skip to content

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

@georgeslabreche

Description

@georgeslabreche

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions