com.salesforce.op.stages.impl.feature
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)
ModeHour - replace the feature by a pivot that indicates the mode of the hour of the day
ModeMonth - replace the feature by a pivot that indicates the mode of the month
SinceFirst - replace the feature by the number of days between the first event and reference date
SinceLast - replace the feature by the number of days between the last event and reference date
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.