UniformKernel

slash.stats.kernel.UniformKernel
case class UniformKernel[N <: Int](exclusionRadius: Double) 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