kernel

package
v1.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 18, 2021 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Noise

type Noise float64

The noise kernel, uniform noise scaled by a likely value. Scaling is tantamount to specifying an initial point in the proximity of a reasonable noise variance but makes the code easier to write and read.

func (Noise) NTheta

func (Noise) NTheta() int

func (Noise) Observe

func (n Noise) Observe(x []float64) float64

type Simil

type Simil struct {
	Events [][]float64
}

The similarity kernel. When two points are on different sides of an event boundary, the similarity between the points is scaled down by the event's discount factor.

func (*Simil) NTheta

func (*Simil) NTheta() int

func (*Simil) Observe

func (s *Simil) Observe(x []float64) float64

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL