GaussianKernel

slash.stats.kernel.GaussianKernel
case class GaussianKernel[N <: Int](exclusionRadius: Double, gaussian: Gaussian) extends Kernel[N]

Attributes

Source
Kernel.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Kernel[N]
class Object
trait Matchable
class Any
Show all

Members list

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

Inherited fields

lazy val discretize: DiscreteKernel[N]

Attributes

Inherited from:
Kernel
Source
Kernel.scala

Attributes

Inherited from:
Kernel
Source
Kernel.scala