c

scalismo.kernels

BSplineKernel3D

class BSplineKernel3D extends BSplineKernel[_3D]

Linear Supertypes
BSplineKernel[_3D], Serializable, Product, Equals, PDKernel[_3D], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BSplineKernel3D
  2. BSplineKernel
  3. Serializable
  4. Product
  5. Equals
  6. PDKernel
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new BSplineKernel3D(order: Int, scale: Int)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def *(s: Double): PDKernel[_3D]
    Definition Classes
    PDKernel
  4. def *(that: PDKernel[_3D]): PDKernel[_3D]
    Definition Classes
    PDKernel
  5. def +(that: PDKernel[_3D]): PDKernel[_3D]
    Definition Classes
    PDKernel
  6. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  7. val O: Double
  8. def apply(x: Point[_3D], y: Point[_3D]): Double
    Definition Classes
    PDKernel
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. def bspline3D(x1: Double, x2: Double, x3: Double): Double
  11. val c: Double
  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  13. def compose(phi: (Point[_3D]) => Point[_3D]): PDKernel[_3D]
    Definition Classes
    PDKernel
  14. def domain: RealSpace[_3D]
    Definition Classes
    BSplineKernelPDKernel
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  17. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. def k(x: Point[_3D], y: Point[_3D]): Double
    Definition Classes
    BSplineKernel3DPDKernel
  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 order: Int
    Definition Classes
    BSplineKernel
  24. def productElementNames: Iterator[String]
    Definition Classes
    Product
  25. val scale: Int
    Definition Classes
    BSplineKernel
  26. val spline: (Double) => Double
  27. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  28. val two_j: Double
  29. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from BSplineKernel[_3D]

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from PDKernel[_3D]

Inherited from AnyRef

Inherited from Any

Ungrouped