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
    @HotSpotIntrinsicCandidate() @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. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  16. def hashCode(): Int

    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  17. def isCategorical(opType: OpType): Boolean

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

  18. final def isInstanceOf[T0]: Boolean

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

  20. def isRegression(opType: OpType): Boolean

    Tests whether this optype is regression (continuous).

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

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

    Nominal field values can only be tested for equality.

  23. final def notify(): Unit

    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  24. final def notifyAll(): Unit

    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  25. object ordinal extends OpType with Product with Serializable

    Ordinal field values in addition have an order defined.

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

    Definition Classes
    AnyRef
  27. def toString(): String

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

    Not above three types.

  29. final def wait(arg0: Long, arg1: Int): Unit

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(): Unit

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

  33. def withName(s: String): OpType

Deprecated Value Members

  1. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped