Skip to content

Files

Latest commit

58baa50 · Apr 17, 2018

History

History

point

gouda/point

An implementation of various operations on generic n-dimensional points (and ranges of points).

Features

  • data sampling (e.g. random, uniform)
  • quick median search (via sampling)
  • various distance measures (e.g. Euclidean, Taxicab)
  • basic statistics (e.g. standard deviation, sum of squared errors)
  • auxiliary data attached to points

Documentation

API documentation:

Some basic examples (run with go test -v):

Author

Copyright (C) 2018 by Pawel Foremski, @pforemski.

Licensed under GNU GPL v3.