Packages

object OpType

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. OpType
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val CONTINUOUS: continuous.type
  5. val NOMINAL: nominal.type

    Defines const variables could be used in Java.

    Defines const variables could be used in Java. Use Object.XXX() instead of Object.xxx$.MODULE$

  6. val ORDINAL: ordinal.type
  7. val TYPELESS: typeless.type
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def isCategorical(opType: OpType): Boolean

    Tests whether this optype is categorical (nominal or ordinal).

  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. def isOrdinal(opType: OpType): Boolean
  18. def isRegression(opType: OpType): Boolean

    Tests whether this optype is regression (continuous).

  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  23. def toString(): String
    Definition Classes
    AnyRef → Any
  24. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  25. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  26. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  27. def withDataType(dateType: DataType): OpType
  28. def withName(s: String): OpType
  29. object continuous extends OpType with Product with Serializable

    Values of continuous fields can be used with arithmetic operators.

  30. object nominal extends OpType with Product with Serializable

    Nominal field values can only be tested for equality.

  31. object ordinal extends OpType with Product with Serializable

    Ordinal field values in addition have an order defined.

  32. object typeless extends OpType with Product with Serializable

    Not above three types.

Inherited from AnyRef

Inherited from Any

Ungrouped