DiscreteKernel

ai.dragonfly.math.stats.kernel.DiscreteKernel
See theDiscreteKernel companion object
case class DiscreteKernel[N <: Int](exclusionRadius: Double, weights: Array[Double]) extends Kernel[N]

Attributes

Companion:
object
Source:
Kernel.scala
Graph
Supertypes
trait Product
trait Equals
trait Kernel[N]
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

override def weight(v: Vec[N]): Double

Attributes

Definition Classes
Source:
Kernel.scala
override def weight(magnitudeSquared: Double): Double

Attributes

Definition Classes
Source:
Kernel.scala

Inherited methods

def distance(v1: Vec[N], v2: Vec[N]): Double

Attributes

Inherited from:
Kernel
Source:
Kernel.scala
def distance(v: Vec[N]): Double

Attributes

Inherited from:
Kernel
Source:
Kernel.scala

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product
def weight(v1: Vec[N], v2: Vec[N]): Double

Attributes

Inherited from:
Kernel
Source:
Kernel.scala

Concrete fields

Attributes

Source:
Kernel.scala

Inherited fields

Attributes

Inherited from:
Kernel
Source:
Kernel.scala

Attributes

Inherited from:
Kernel
Source:
Kernel.scala