Packages

o

scalation.analytics

RegTechnique

object RegTechnique extends Enumeration

The RegTechnique object defines the implementation techniques available.

Linear Supertypes
Enumeration, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RegTechnique
  2. Enumeration
  3. Serializable
  4. Serializable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type RegTechnique = Value
  2. abstract class Value extends Ordered[Value] with Serializable
    Definition Classes
    Enumeration
    Annotations
    @SerialVersionUID()
  3. class ValueSet extends AbstractSet[Value] with SortedSet[Value] with SortedSetLike[Value, ValueSet] with Serializable
    Definition Classes
    Enumeration

Value Members

  1. val Cholesky: Value
  2. val Inverse: Value
  3. val LU: Value
  4. val QR: Value
  5. val SVD: Value
  6. final def apply(x: Int): Value
    Definition Classes
    Enumeration
  7. final def maxId: Int
    Definition Classes
    Enumeration
  8. val techniques: Array[Value]
  9. def toString(): String
    Definition Classes
    Enumeration → AnyRef → Any
  10. def values: ValueSet
    Definition Classes
    Enumeration
  11. final def withName(s: String): Value
    Definition Classes
    Enumeration