Object/Trait

com.salesforce.op.stages.impl.feature

DateListPivot

Related Docs: trait DateListPivot | package feature

Permalink

object DateListPivot extends Enum[DateListPivot] with Serializable

Enumeration object that contains the option to pivot the DateList feature

1) SinceFirst - replace the feature by the number of days between the first event and reference date

2) SinceLast - replace the feature by the number of days between the last event and reference date

3) ModeDay - replace the feature by a pivot that indicates the mode of the day of the week Example : If the mode is Monday then it will return (1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0)

4) ModeMonth - replace the feature by a pivot that indicates the mode of the month

5) ModeHour - replace the feature by a pivot that indicates the mode of the hour of the day.

Linear Supertypes
Serializable, Serializable, Enum[DateListPivot], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DateListPivot
  2. Serializable
  3. Serializable
  4. Enum
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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. object ModeDay extends EnumEntry with DateListPivot with Product with Serializable

    Permalink

    Replace the feature by a pivot that indicates the mode of the day of the week Example : If the mode is Monday then it will return (1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0)

  5. object ModeHour extends EnumEntry with DateListPivot with Product with Serializable

    Permalink

    ModeHour - replace the feature by a pivot that indicates the mode of the hour of the day

  6. object ModeMonth extends EnumEntry with DateListPivot with Product with Serializable

    Permalink

    ModeMonth - replace the feature by a pivot that indicates the mode of the month

  7. object SinceFirst extends EnumEntry with DateListPivot with Product with Serializable

    Permalink

    SinceFirst - replace the feature by the number of days between the first event and reference date

  8. object SinceLast extends EnumEntry with DateListPivot with Product with Serializable

    Permalink

    SinceLast - replace the feature by the number of days between the last event and reference date

  9. final def asInstanceOf[T0]: T0

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

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

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. macro def findValues: Seq[DateListPivot]

    Permalink
    Attributes
    protected
    Definition Classes
    Enum
  15. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
  17. def indexOf(member: DateListPivot): Int

    Permalink
    Definition Classes
    Enum
  18. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  19. final lazy val lowerCaseNamesToValuesMap: Map[String, DateListPivot]

    Permalink
    Definition Classes
    Enum
  20. final lazy val namesToValuesMap: Map[String, DateListPivot]

    Permalink
    Definition Classes
    Enum
  21. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  24. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  26. final lazy val upperCaseNameValuesToMap: Map[String, DateListPivot]

    Permalink
    Definition Classes
    Enum
  27. val values: Seq[DateListPivot]

    Permalink
    Definition Classes
    DateListPivot → Enum
  28. final lazy val valuesToIndex: Map[DateListPivot, Int]

    Permalink
    Definition Classes
    Enum
  29. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. def withName(name: String): DateListPivot

    Permalink
    Definition Classes
    Enum
  33. def withNameInsensitive(name: String): DateListPivot

    Permalink
    Definition Classes
    Enum
  34. def withNameInsensitiveOption(name: String): Option[DateListPivot]

    Permalink
    Definition Classes
    Enum
  35. def withNameLowercaseOnly(name: String): DateListPivot

    Permalink
    Definition Classes
    Enum
  36. def withNameLowercaseOnlyOption(name: String): Option[DateListPivot]

    Permalink
    Definition Classes
    Enum
  37. def withNameOption(name: String): Option[DateListPivot]

    Permalink
    Definition Classes
    Enum
  38. def withNameUppercaseOnly(name: String): DateListPivot

    Permalink
    Definition Classes
    Enum
  39. def withNameUppercaseOnlyOption(name: String): Option[DateListPivot]

    Permalink
    Definition Classes
    Enum

Inherited from Serializable

Inherited from Serializable

Inherited from Enum[DateListPivot]

Inherited from AnyRef

Inherited from Any

Ungrouped