DiscreteKernel

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

Attributes

Companion
object
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
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

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

Attributes

Inherited from:
Kernel
Source
Kernel.scala

Concrete fields

lazy val totalWeights: Double

Attributes

Source
Kernel.scala

Inherited fields

lazy val discretize: DiscreteKernel[N]

Attributes

Inherited from:
Kernel
Source
Kernel.scala
lazy val exclusionRadiusSquared: Double

Attributes

Inherited from:
Kernel
Source
Kernel.scala