RJ Nowling
bb71656137
Dataset doc cleanup ( #205 )
...
* Update iris.rs
* Update mod.rs
* Update digits.rs
2022-10-30 09:32:41 +00:00
morenol
820201e920
Solve conflic with num-traits ( #130 )
...
* Solve conflic with num-traits
* Fix clippy warnings
Co-authored-by: Luis Moreno <morenol@users.noreply.github.com >
2022-05-05 10:39:18 -04:00
Luis Moreno
162bed2aa2
feat: added support to wasm ( #94 )
...
* test: run tests also in wasm targets
* fix: install rand with wasm-bindgen por wasm targets
* fix: use actual usize size to access buffer.
* fix: do not run functions that create files in wasm.
* test: do not run in wasm test that panics.
Co-authored-by: Luis Moreno <morenol@users.noreply.github.com >
2021-04-28 15:58:39 -04:00
Luis Moreno
1395cc6518
fix: Use usize time for usize::from_le_bytes buffer
2021-03-05 10:25:34 -04:00
Luis Moreno
a30802ec43
fix: Change to compile for wasm32-unknown-unknown target ( #80 )
2021-02-16 22:20:02 -04:00
Luis Moreno
860056c3ba
Run: cargo clippy --fix -Z unstable-options and cargo fmt
2020-11-08 19:39:11 -04:00
Luis Moreno
8281a1620e
Fix clippy errors
2020-11-06 23:17:33 -04:00
Vadim Zaliva
c43990e932
+ DBSCAN and data generator. Improves KNN API
2020-10-02 14:04:01 -07:00
Volodymyr Orlov
750015b861
feat: + cluster metrics
2020-09-22 20:23:51 -07:00
Volodymyr Orlov
e0e4791cbc
fix: bug in dataset serializer
2020-09-14 13:45:58 -07:00
Volodymyr Orlov
7c013ddc35
feat: refactors dataset
2020-09-14 13:36:40 -07:00
Volodymyr Orlov
1920f9cd0b
feat: adds breast cancer dataset
2020-09-11 16:54:05 -07:00
Volodymyr Orlov
9b96150ac1
feat: adds diabetes dataset
2020-09-11 15:56:06 -07:00
Volodymyr Orlov
1f0d444b03
feat: adds boston housing dataset
2020-09-11 14:45:30 -07:00
Volodymyr Orlov
b95e11cc98
feat: adds dataset module, fixs problem in CoverTree implementation
2020-09-10 12:21:59 -07:00