Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type Hyperplanes ¶
type Hyperplanes struct {
Planes [][]float64
}
Hyperplanes is composed of a number of randomly generated unit vectors where the vector length is based on the configured vector length it is to represent.
func New ¶
func New(numHyperplanes, vecLen int) (*Hyperplanes, error)
Click to show internal directories.
Click to hide internal directories.