Package org.apache.spark.mllib.fpm
Class PrefixSpan.Prefix$
Object
org.apache.spark.mllib.fpm.PrefixSpan.Prefix$
- All Implemented Interfaces:
Serializable
- Enclosing class:
- PrefixSpan
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final PrefixSpan.Prefix$
Static reference to the singleton instance of this Scala object. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.spark.mllib.fpm.PrefixSpan.Prefix
empty()
An emptyPrefixSpan.Prefix
instance.
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
Prefix$
public Prefix$()
-
-
Method Details
-
empty
public org.apache.spark.mllib.fpm.PrefixSpan.Prefix empty()An emptyPrefixSpan.Prefix
instance.
-