Documentation
¶
Overview ¶
Package cover contains placeholders for a cover-tree based ANN index. The full implementation can be copied from viant/gds/tree/cover when needed; this stub keeps package structure stable without third-party deps.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DistanceFunction ¶
type DistanceFunction string
DistanceFunction names supported distance metrics.
const ( Cosine DistanceFunction = "cosine" L2 DistanceFunction = "l2" )
type Node ¶
type Node struct {
// contains filtered or unexported fields
}
Node is a minimal tree node placeholder.
Click to show internal directories.
Click to hide internal directories.