com.opendatagroup.hadrian.lib.model.reg

GaussianProcess

class GaussianProcess extends LibFcn

Linear Supertypes
LibFcn, Fcn, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. GaussianProcess
  2. LibFcn
  3. Fcn
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new GaussianProcess(pos: Option[String] = scala.None)

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def GPparams: String

  7. def apply1(x: Double, table: PFAArray[PFARecord], krigingWeight: AnyRef, kernel: (PFAArray[Double], PFAArray[Double]) ⇒ Double): Double

  8. def apply2(x: Double, table: PFAArray[PFARecord], krigingWeight: AnyRef, kernel: (PFAArray[Double], PFAArray[Double]) ⇒ Double): PFAArray[Double]

  9. def apply3(x: PFAArray[Double], table: PFAArray[PFARecord], krigingWeight: AnyRef, kernel: (PFAArray[Double], PFAArray[Double]) ⇒ Double): Double

  10. def apply4(x: PFAArray[Double], table: PFAArray[PFARecord], krigingWeight: AnyRef, kernel: (PFAArray[Double], PFAArray[Double]) ⇒ Double): PFAArray[Double]

  11. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  12. def check0(table: PFAArray[PFARecord]): Unit

  13. def check12(x: PFAArray[Double], table: PFAArray[PFARecord], onlyCheckFirst: Boolean): Unit

  14. def check34(table: PFAArray[PFARecord]): Int

  15. def check5(x: PFAArray[Double]): Unit

  16. def check5(x: Double): Unit

  17. def check6(table: PFAArray[PFARecord], xvector: Boolean, tovector: Boolean): Unit

  18. def check7(krigingWeight: AnyRef): Unit

  19. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  20. def deprecationWarning(sig: Sig, version: PFAVersion): Unit

    Write a deprecation warning on standard error if a matched signature is in the deprecated interval of its lifespan, given the requested PFA version.

    Write a deprecation warning on standard error if a matched signature is in the deprecated interval of its lifespan, given the requested PFA version.

    sig

    the signature (we assume that is has already been matched)

    version

    the requested PFA version

    Definition Classes
    LibFcnFcn
  21. def doc: Elem

    Documentation XML for the function.

    Documentation XML for the function.

    Definition Classes
    GaussianProcessLibFcn
  22. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  23. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  24. def errcodeBase: Int

    First error code number for runtime errors in this function (if any).

    First error code number for runtime errors in this function (if any). Used only as a baseline for counting.

    Definition Classes
    GaussianProcessLibFcn
  25. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  26. def fit(xtrain: Array[Array[Double]], ytrain: Array[Double], krigingWeight: AnyRef, nugget: Array[Double], kern: (Array[Double], Array[Double]) ⇒ Double): Fit

  27. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  28. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  29. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  30. def javaCode(args: Seq[JavaCode], argContext: Seq[AstContext], paramTypes: Seq[Type], retType: AvroType, engineOptions: EngineOptions): JavaCode

    Java code for a call of this function (not a reference to the function).

    Java code for a call of this function (not a reference to the function).

    args

    Java code for each argument

    argContext

    context objects for the arguments, after semantics checks

    paramTypes

    argument types after generics-resolution

    retType

    return type after generics-resolution

    engineOptions

    global options for this scoring engine (may be set in PFA or overridden by host environment)

    returns

    Java code for a call of this function

    Definition Classes
    GaussianProcessLibFcnFcn
  31. def javaRef(fcnType: FcnType): JavaCode

    Java code for a reference to this function (not a call of this function).

    Java code for a reference to this function (not a call of this function).

    fcnType

    argument and return types after generics-resolution

    returns

    Java code for a reference to this function

    Definition Classes
    LibFcnFcn
  32. def name: String

    PFA name of the function, with prefix (e.

    PFA name of the function, with prefix (e.g. "model.tree.simpleTree").

    Definition Classes
    GaussianProcessLibFcn
  33. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  34. final def notify(): Unit

    Definition Classes
    AnyRef
  35. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  36. def nugget(table: PFAArray[PFARecord], i: Int): Array[Double]

  37. def nugget(table: PFAArray[PFARecord]): Array[Double]

  38. val pos: Option[String]

    Keeps track of the original source code line number where this function was called.

    Keeps track of the original source code line number where this function was called.

    Definition Classes
    GaussianProcessLibFcn
  39. def posToJava: String

    Utility function to write the pos as Java code.

    Utility function to write the pos as Java code.

    Definition Classes
    LibFcn
  40. def predict(x_pred: Array[Double], gpfit: Fit, kernel: (PFAArray[Double], PFAArray[Double]) ⇒ Double): Double

  41. def sig: Sigs

    Signature of the function as used in PFA.

    Signature of the function as used in PFA.

    Definition Classes
    GaussianProcessFcn
  42. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  43. def toString(): String

    Definition Classes
    AnyRef → Any
  44. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. def wrapArg(i: Int, args: Seq[JavaCode], paramTypes: Seq[Type], boxed: Boolean): String

    Utility function for adding an explicit cast to one argument.

    Utility function for adding an explicit cast to one argument.

    i

    argument number

    args

    Java code for each argument

    paramTypes

    argument types after generics-resolution

    boxed

    if true, cast as a boxed primitive; if false use a raw primitive

    returns

    Java code for one argument (as a String)

    Definition Classes
    Fcn
  48. def wrapArgs(args: Seq[JavaCode], paramTypes: Seq[Type], boxed: Boolean): String

    Utility function for adding explicit casts to each argument.

    Utility function for adding explicit casts to each argument.

    args

    Java code for each argument

    paramTypes

    argument types after generics-resolution

    boxed

    if true, cast with boxed primitives; if false, use the raw primitives

    returns

    Java code for the arguments (as a String)

    Definition Classes
    Fcn
  49. def wrapKernel(kernel: (PFAArray[Double], PFAArray[Double]) ⇒ Double): (Array[Double], Array[Double]) ⇒ Double

  50. def xtrainingScalar(table: PFAArray[PFARecord]): Array[Array[Double]]

  51. def xtrainingVector(table: PFAArray[PFARecord]): Array[Array[Double]]

  52. def ytraining(table: PFAArray[PFARecord], i: Int): Array[Double]

  53. def ytraining(table: PFAArray[PFARecord]): Array[Double]

Inherited from LibFcn

Inherited from Fcn

Inherited from AnyRef

Inherited from Any

Ungrouped