com.opendatagroup.hadrian.lib.la

EigenBasis

class EigenBasis extends LibFcn with EJMLInterface

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

Instance Constructors

  1. new EigenBasis(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 apply(x: PFAMap[PFAMap[Double]]): PFAMap[PFAMap[Double]]

  7. def apply(x: PFAArray[PFAArray[Double]]): PFAArray[PFAArray[Double]]

  8. def argsort(x: Seq[Double]): Seq[Int]

  9. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  10. def calculate(x: SimpleMatrix): SimpleMatrix

  11. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. def colKeys(x: PFAMap[PFAMap[Double]]): Set[String]

    Definition Classes
    EJMLInterface
  13. 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
  14. def doc: Elem

    Documentation XML for the function.

    Documentation XML for the function.

    Definition Classes
    EigenBasisLibFcn
  15. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  17. 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
    EigenBasisLibFcn
  18. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. final def getClass(): Class[_]

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

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

    Definition Classes
    Any
  22. 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
    LibFcnFcn
  23. 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
  24. 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
    EigenBasisLibFcn
  25. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  28. 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
    EigenBasisLibFcn
  29. def posToJava: String

    Utility function to write the pos as Java code.

    Utility function to write the pos as Java code.

    Definition Classes
    LibFcn
  30. def ragged(x: PFAMap[PFAMap[Double]]): Boolean

    Definition Classes
    EJMLInterface
  31. def ragged(x: PFAArray[PFAArray[Double]]): Boolean

    Definition Classes
    EJMLInterface
  32. def rowKeys(x: PFAMap[PFAMap[Double]]): Set[String]

    Definition Classes
    EJMLInterface
  33. def sig: Sigs

    Signature of the function as used in PFA.

    Signature of the function as used in PFA.

    Definition Classes
    EigenBasisFcn
  34. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  35. def toArray(x: SimpleMatrix): PFAArray[Double]

    Definition Classes
    EJMLInterface
  36. def toArrayArray(x: SimpleMatrix): PFAArray[PFAArray[Double]]

    Definition Classes
    EJMLInterface
  37. def toDense(x: PFAMap[PFAMap[Double]], rows: Seq[String], cols: Seq[String]): SimpleMatrix

    Definition Classes
    EJMLInterface
  38. def toDense(x: PFAArray[PFAArray[Double]]): SimpleMatrix

    Definition Classes
    EJMLInterface
  39. def toDenseVector(x: Map[String, Double], rows: Seq[String]): SimpleMatrix

    Definition Classes
    EJMLInterface
  40. def toDenseVector(x: PFAMap[Double], rows: Seq[String]): SimpleMatrix

    Definition Classes
    EJMLInterface
  41. def toDenseVector(x: Vector[Double]): SimpleMatrix

    Definition Classes
    EJMLInterface
  42. def toDenseVector(x: PFAArray[Double]): SimpleMatrix

    Definition Classes
    EJMLInterface
  43. def toMap(x: SimpleMatrix, rows: Seq[String]): PFAMap[Double]

    Definition Classes
    EJMLInterface
  44. def toMapMap(x: SimpleMatrix, rows: Seq[String], cols: Seq[String]): PFAMap[PFAMap[Double]]

    Definition Classes
    EJMLInterface
  45. def toString(): String

    Definition Classes
    AnyRef → Any
  46. def vecKeys(x: PFAMap[Double]): Set[String]

    Definition Classes
    EJMLInterface
  47. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. 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
  51. 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

Inherited from EJMLInterface

Inherited from LibFcn

Inherited from Fcn

Inherited from AnyRef

Inherited from Any

Ungrouped