ReversedPrefix is used because scala's List uses a linked list, which has
constant time append to head but linear time append to tail.
I'm aware that there are use cases for the gap constraints. My question was
more about whether any users of Spark/MLlib have an immediate application
for these fea
A first use case of gap constraint is included in the article.
Another application would be customer-shopping sequence analysis where you
want to put a constraint on the duration between two purchases for them to
be considered as a pertinent sequence.
Additional question regarding the code : what'
CCing the mailing list again.
It's currently not on the radar. Do you have a use case for it? I can bring
it up during 1.6 roadmap planning tomorrow.
On Mon, Aug 24, 2015 at 8:28 PM, alexis GILLAIN wrote:
> Hi,
>
> I just realized the article I mentioned is cited in the jira and not in
> the co