mirror of
https://github.com/gonum/gonum.git
synced 2025-10-08 16:40:06 +08:00
spatial/vptree: new package for vantage point tree NN search
This commit is contained in:
10
spatial/vptree/doc.go
Normal file
10
spatial/vptree/doc.go
Normal file
@@ -0,0 +1,10 @@
|
||||
// Copyright ©2019 The Gonum Authors. All rights reserved.
|
||||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
// Package vptree implements a vantage point tree. Vantage point
|
||||
// trees provide an efficient search for nearest neighbors in a
|
||||
// metric space.
|
||||
//
|
||||
// See http://pnylab.com/papers/vptree/vptree.pdf for details of vp-trees.
|
||||
package vptree // import "gonum.org/v1/gonum/spatial/vptree"
|
Reference in New Issue
Block a user