xd009642 / m_tree

Implementation of an m-tree data structure. M-trees store similar elements next to each other given a distance metric.
1 stars 1 forks source link

Load data from a file #1

Open Sagawal opened 6 months ago

Sagawal commented 6 months ago

I have a .dat file. it has the data,ie, rows and columns. i want to create m tree for it. will it work as you have written bulk loading is not yet ready

xd009642 commented 6 months ago

Not sure if you noticed the big "this project is abandoned" in the readme, but just gonna reiterate that because I won't be offering big support or working on any features.

As far as I'm aware there's no bulk loading you'd have to implement that yourself.