Skip to content

update document to reflect the array ordering change and make it consistent in the pkg #54

Description

@hubutui

Correct me if I get it wrong. Accoring to c8e496f, now the array is in shape of [n_samples, n_features], just like scikit-learn or other python packages. So,

x : [n_samples, n_features] `float32` `ndarray`
One column per data vector (e.g. a SIFT descriptor)

I think you mean

One row per data vector (e.g. a SIFT descriptor)

And there are some inconsistent usage, say vlad, when I update the commits from it use different array ordering. Now we have two different array ordering, which will make users confused. We need to make it consistent.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions