slash.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 Serializabletrait Producttrait Equalstrait Kernel[N]class Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
Attributes
- Definition Classes
- Source
- Kernel.scala
Attributes
- Definition Classes
- Source
- Kernel.scala
Inherited methods
Attributes
- Inherited from:
- Kernel
- Source
- Kernel.scala
Attributes
- Inherited from:
- Kernel
- Source
- Kernel.scala
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
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
In this article