org.pmml4s.common

OpType

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
Learn more about member selection
Visibility
  1. Public
  2. All

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. val CONTINUOUS: continuous.type

  7. 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$

  8. val ORDINAL: ordinal.type

  9. val TYPELESS: typeless.type

  10. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  11. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. object continuous extends OpType with Product with Serializable

    Values of continuous fields can be used with arithmetic operators.

  13. final def eq(arg0: AnyRef): Boolean

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

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

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

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

    Definition Classes
    AnyRef → Any
  18. def isCategorical(opType: OpType): Boolean

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

  19. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  20. def isOrdinal(opType: OpType): Boolean

  21. def isRegression(opType: OpType): Boolean

    Tests whether this optype is regression (continuous).

  22. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  23. object nominal extends OpType with Product with Serializable

    Nominal field values can only be tested for equality.

  24. final def notify(): Unit

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

    Definition Classes
    AnyRef
  26. object ordinal extends OpType with Product with Serializable

    Ordinal field values in addition have an order defined.

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

    Definition Classes
    AnyRef
  28. def toString(): String

    Definition Classes
    AnyRef → Any
  29. object typeless extends OpType with Product with Serializable

    Not above three types.

  30. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. def withDataType(dateType: DataType): OpType

  34. def withName(s: String): OpType

Inherited from AnyRef

Inherited from Any

Ungrouped