Skip to content

Is there an option to obtain the BMU value directly? #130

@akol67

Description

@akol67

Hi there,

I am trying to use BMU values a metric to classify my data. Features are seismic attributes.
Your function “distance_from_weights” was my first guess but it´s not exporting BMUS directly. We do have to manipulate it to remove the second BMU.

np.argsort(distance_from_weights(data), axis=1)[:, :2] -----> np.argsort(distance_from_weights(data), axis=1)[:, :1]

Do you mind to build that function?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions