Package

scalismo

kernels

Permalink

package kernels

Visibility
  1. Public
  2. All

Type Members

  1. abstract case class BSplineKernel[D <: Dim](order: Int, scale: Int) extends PDKernel[D] with Product with Serializable

    Permalink
  2. class BSplineKernel3D extends BSplineKernel[_3D]

    Permalink
  3. trait CreateBSplineKernel[D <: Dim] extends AnyRef

    Permalink
  4. trait DiagonalKernel[D <: Dim] extends MatrixValuedPDKernel[D, D]

    Permalink
  5. class DiscreteMatrixValuedPDKernel[D <: Dim, DO <: Dim] extends AnyRef

    Permalink

    Discrete representation of a MatrixValuedPDKernel.

    Discrete representation of a MatrixValuedPDKernel. Mathematically, it can be represented as a covariance matrix. However, it has more structure, i.e. its entry ij is a matrix. Furthermore, the class has the knowledge about its domain (the point on which it is defined).

  6. case class GaussianKernel[D <: Dim](sigma: Double) extends PDKernel[D] with Product with Serializable

    Permalink
  7. abstract class MatrixValuedPDKernel[D <: Dim, DO <: Dim] extends AnyRef

    Permalink
  8. case class MultiScaleKernel[D <: Dim](kernel: MatrixValuedPDKernel[D, D], min: Int, max: Int, scale: (Int) ⇒ Double = i => scala.math.pow(2.0, -2.0 * i))(implicit evidence$7: NDSpace[D]) extends MatrixValuedPDKernel[D, D] with Product with Serializable

    Permalink
  9. abstract class PDKernel[D <: Dim] extends AnyRef

    Permalink
  10. case class SampleCovarianceKernel[D <: Dim](ts: IndexedSeq[Transformation[D]], cacheSizeHint: Int = 100000)(implicit evidence$1: NDSpace[D]) extends MatrixValuedPDKernel[D, D] with Product with Serializable

    Permalink
  11. case class UncorrelatedKernel[D <: Dim](kernel: PDKernel[D])(implicit evidence$3: NDSpace[D]) extends MatrixValuedPDKernel[D, D] with Product with Serializable

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.10.0) use DiagonalKernel instead

Value Members

  1. object BSplineKernel extends Serializable

    Permalink
  2. object CreateBSplineKernel

    Permalink
  3. object DiagonalKernel

    Permalink
  4. object DiscreteMatrixValuedPDKernel

    Permalink
  5. object Kernel

    Permalink

Ungrouped