Neighborhood objects
Functions
| array(object[, dtype, copy, order, subok, ndmin]) | Create an array. |
| borrowdoc(cls[, methodname]) | Return a decorator to borrow docstring from another cls.`methodname` |
| borrowkwargs(cls[, methodname, exclude]) | Return a decorator which would borrow docstring for **kwargs |
| cartesian_distance(a, b) | Return Cartesian distance between a and b |
| idhash_(val) | Craft unique id+hash for an object |
Classes
| CachedQueryEngine(queryengine) | Provides caching facility for query engines. |
| HollowSphere(radius, inner_radius, **kwargs) | N-Dimensional hypersphere with a hollow internal sphere |
| IndexQueryEngine(**kwargs[, sorted]) | Provides efficient query engine for discrete spaces. |
| QueryEngine(**kwargs) | Basic class defining interface for querying neighborhood in a dataset |
| QueryEngineInterface | Very basic class for QueryEngines defining the interface |
| Sphere(radius[, element_sizes, distance_func]) | N-Dimensional hypersphere. |