Metadata-Version: 2.1
Name: morebs2
Version: 0.0.2
Summary: data structures to aid in numerical data generation and clustering
Home-page: https://github.com/Changissnz/morebs
Author: Richard Pham
Author-email: Richard Pham <phamrichard45@gmail.com>
Project-URL: Homepage, https://www.github.com/changissnz/morebs
Classifier: Programming Language :: Python :: 3
Classifier: License :: CC0 1.0 Universal (CC0 1.0) Public Domain Dedication
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

MOREBS
=======
Is a collection of methods and classes written in Python to aid in data generation. Work restructured from my previous project, DER.

Could be installable by
```
sudo python3 setup.py install
```

Features
=========
- `main.py` file not yet coded.
- some information on the code can be found in the `docs` @ `_build/index.html`. To update the documentation there, do 
    `make html`
after getting sphinx-docs installed. 

Update 11/13/22
===============
- I am expecting to write some further documentation for the code in this project before moving on to writing the main file.

*NOTE* otherwise, all of this code is spaghetti code and then I would have no job as a software developer/engineer. Just kidding!!

Update 2/18/23
==============

Development of this program by me is indefinitely halted. 
My last file `deline.py` demonstrates an algorithm to differentiate between 2+ classes of points, but has several inefficiencies made very evident by 
testing it on large datasets.Enjoy the code library functions provided! 

Update 6/18/23
==============

Add `gen_t.py` for two datasets, `t4.csv` and `t5.csv`, used for tests in project `deline_crypto`. 
