c

scalismo.kernels

SampleCovarianceKernel

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

Linear Supertypes
Serializable, Product, Equals, MatrixValuedPDKernel[D], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SampleCovarianceKernel
  2. Serializable
  3. Product
  4. Equals
  5. MatrixValuedPDKernel
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new SampleCovarianceKernel(ts: IndexedSeq[Transformation[D]], cacheSizeHint: Int = 100000)(implicit arg0: NDSpace[D])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def *(s: Double): MatrixValuedPDKernel[D]
    Definition Classes
    MatrixValuedPDKernel
  4. def *(that: MatrixValuedPDKernel[D]): MatrixValuedPDKernel[D]
    Definition Classes
    MatrixValuedPDKernel
  5. def +(that: MatrixValuedPDKernel[D]): MatrixValuedPDKernel[D]
    Definition Classes
    MatrixValuedPDKernel
  6. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  7. def apply(x: Point[D], y: Point[D]): DenseMatrix[Double]
    Definition Classes
    MatrixValuedPDKernel
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. val cacheSizeHint: Int
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  11. def compose(phi: (Point[D]) => Point[D]): MatrixValuedPDKernel[D]
    Definition Classes
    MatrixValuedPDKernel
  12. def discretize(domain: DiscreteDomain[D]): DiscreteMatrixValuedPDKernel[D]

    discretize the kernel at the given points

    discretize the kernel at the given points

    Definition Classes
    MatrixValuedPDKernel
  13. val domain: Domain[D]
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. def k(x: Point[D], y: Point[D]): DenseMatrix[Double]
  19. def mu(x: Point[D]): DenseVector[Double]
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. val outputDim: Int
  24. def productElementNames: Iterator[String]
    Definition Classes
    Product
  25. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  26. val ts: IndexedSeq[Transformation[D]]
  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from MatrixValuedPDKernel[D]

Inherited from AnyRef

Inherited from Any

Ungrouped