Class

com.salesforce.op.dsl.RichListFeature

RichDateListFeature

Related Doc: package RichListFeature

Permalink

implicit class RichDateListFeature extends AnyRef

Enrichment functions for DateList Feature

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

Instance Constructors

  1. new RichDateListFeature(f: FeatureLike[DateList])

    Permalink

    f

    DateList Feature

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. final def asInstanceOf[T0]: T0

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  8. val f: FeatureLike[DateList]

    Permalink

    DateList Feature

  9. def finalize(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  12. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  13. final def ne(arg0: AnyRef): Boolean

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  18. def toTimePeriod(period: TimePeriod): FeatureLike[OPVector]

    Permalink

    Convert to specified time period

    Convert to specified time period

    period

    type of TimePeriod to convert date feature to

    returns

    OPVector feature of time period values

  19. def vectorize(dateListPivot: DateListPivot, referenceDate: DateTime = ..., trackNulls: Boolean = TransmogrifierDefaults.TrackNulls, others: Array[FeatureLike[DateList]] = Array.empty): FeatureLike[OPVector]

    Permalink

    Apply DateList vectorizer: Converts a sequence of DateLists features into a vector feature.

    Apply DateList vectorizer: Converts a sequence of DateLists features into a vector feature.

    DateListPivot can specify: 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.

    dateListPivot

    name of the pivot type from DateListPivot enum

    referenceDate

    reference date to compare against when DateListPivot is SinceFirst or SinceLast

    trackNulls

    option to keep track of values that were missing

    others

    other features of same type

    returns

    result feature of type Vector

  20. final def wait(): Unit

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped