| Home | Trees | Indices | Help |
|
|---|
|
|
|
|||
|
Metric Abstract class for any finder. |
|||
|
DescreteMetric Find neighboring points in descretized space |
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Imports: N
|
|||
Returns dinstance max(|a-b|) XXX There must be better name! Useful to select a whole cube of a given "radius" |
Caclulcate Mahalanobis distance of the pairs of points. Inverse covariance matrix can be calculated with the following w = N.linalg.solve(N.cov(x.T),N.identity(x.shape[1])) or w = N.linalg.inv(N.cov(x.T))
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Thu Jul 3 13:06:07 2008 | http://epydoc.sourceforge.net |