Skip to content

Commit

Permalink
Quantiles implementation and unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Pizhenko committed Aug 13, 2017
1 parent 95ee580 commit 61405b2
Show file tree
Hide file tree
Showing 6 changed files with 631 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Contributors.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
space below enlists a few of those people who either agreed to help
or actively participated on its development:


- Anders Gustafsson
- Antonino Porcino
- Antonis Kalapodis
Expand All @@ -19,6 +18,7 @@
- David Durrleman
- Doug Blank
- Hans Wolff
- Ivan Pizhenko
- Marcos Diego Catalano
- Max B�gler
- Mathias Brandewinder
Expand Down Expand Up @@ -48,4 +48,4 @@ community, notorious previous contributors are also listed below:
- Markus Falkensteiner
- Mladen Prajdic
- Volodymyr Goncharov
- Yves Vander Haeghen
- Yves Vander Haeghen
51 changes: 51 additions & 0 deletions Copyright.txt
Original file line number Diff line number Diff line change
Expand Up @@ -461,3 +461,54 @@ Snowball: A language for stemming algorithms
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.


Partitioning around medoids and Voronoi iteration algorithm for
the K-Medoids clustering: algorithm implementation and unit tests

The MIT License (MIT)

Copyright (c) 2017 Ivan Pizhenko

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.


Statistical Quantiles: implementation and unit tests

The MIT License (MIT)

Copyright (c) 2017 Ivan Pizhenko

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Loading

0 comments on commit 61405b2

Please sign in to comment.