You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Cyril de Vogelaere (JIRA)" <ji...@apache.org> on 2017/03/31 18:57:41 UTC

[jira] [Updated] (SPARK-20180) Unlimited max pattern length in Prefix span

     [ https://issues.apache.org/jira/browse/SPARK-20180?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Cyril de Vogelaere updated SPARK-20180:
---------------------------------------
    Description: 
Right now, we need to use .setMaxPatternLength() method to
specify is the maximum pattern length of a sequence. Any pattern longer than that won't be outputted.

The current default maxPatternlength value being 10.

This should be changed so that with input 0, all pattern of any length would be outputted. Additionally, the default value should be changed to 0, so that a new user could find all the pattern in his dataset without looking at this parameter.

  was:
Right now, we need to use .setMaxPatternLength(x) (with x > 0) to
specify is the maximum pattern length of a sequence. Any pattern longer than that won't be outputted.

The current default maxPatternlength value being 10.

This should be changed so that with input 0, all pattern of any length would be outputted. Additionally, the default value should be changed to 0, so that a new user could find all the pattern in his dataset without looking at this parameter.


> Unlimited max pattern length in Prefix span
> -------------------------------------------
>
>                 Key: SPARK-20180
>                 URL: https://issues.apache.org/jira/browse/SPARK-20180
>             Project: Spark
>          Issue Type: Improvement
>          Components: MLlib
>    Affects Versions: 2.1.0
>            Reporter: Cyril de Vogelaere
>            Priority: Minor
>   Original Estimate: 0h
>  Remaining Estimate: 0h
>
> Right now, we need to use .setMaxPatternLength() method to
> specify is the maximum pattern length of a sequence. Any pattern longer than that won't be outputted.
> The current default maxPatternlength value being 10.
> This should be changed so that with input 0, all pattern of any length would be outputted. Additionally, the default value should be changed to 0, so that a new user could find all the pattern in his dataset without looking at this parameter.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org