Skip to content

Latest commit

 

History

History

point

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.