Class

quasar.mimir.StatsLibModule.StatsLib

Smoothing

Related Doc: package StatsLib

Permalink

abstract class Smoothing extends Morphism2

Linear Supertypes
StatsLib.Morphism2, Morphism2Like, FunctionLike[BinaryOperationType], AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Smoothing
  2. Morphism2
  3. Morphism2Like
  4. FunctionLike
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Smoothing(name: String)

    Permalink

Abstract Value Members

  1. abstract def smoothSpec: TransSpec1

    Permalink
  2. abstract val tpe: BinaryOperationType

    Permalink
    Definition Classes
    FunctionLike

Concrete Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. def alignment: Match

    Permalink

    This specifies how to align the 2 arguments as they are inputted.

    This specifies how to align the 2 arguments as they are inputted. For instance, if we use MorphismAlignment.Cross, then the 2 tables will be crossed, then passed to morph1.

    Definition Classes
    SmoothingMorphism2
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. lazy val fqn: String

    Permalink
    Definition Classes
    FunctionLike
  11. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
  13. val idPolicy: IdentityPolicy

    Permalink
    Definition Classes
    Morphism2Like
  14. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  15. val keySpec: DerefObjectStatic[Source.type]

    Permalink
  16. val multivariate: Boolean

    Permalink
    Definition Classes
    Morphism2
  17. val name: String

    Permalink
    Definition Classes
    Morphism2 → FunctionLike
  18. val namespace: Vector[String]

    Permalink
    Definition Classes
    Morphism2 → FunctionLike
  19. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  20. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  21. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  22. val opcode: Int

    Permalink
    Definition Classes
    Morphism2 → FunctionLike
  23. val rowLevel: Boolean

    Permalink
    Definition Classes
    Morphism2 → FunctionLike
  24. val smoothee: String

    Permalink
    Attributes
    protected
  25. val smoother: String

    Permalink
    Attributes
    protected
  26. val sortSpec: DerefObjectStatic[Source.type]

    Permalink
  27. def spec: InnerObjectConcat[Source1]

    Permalink
  28. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  29. def toString(): String

    Permalink
    Definition Classes
    FunctionLike → AnyRef → Any
  30. val valueSpec: DerefObjectStatic[Source.type]

    Permalink
  31. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from StatsLib.Morphism2

Inherited from Morphism2Like

Inherited from FunctionLike[BinaryOperationType]

Inherited from AnyRef

Inherited from Any

Ungrouped