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 SummaryFieldsModifier and TypeFieldDescriptionstatic final PrefixSpan.Prefix$Static reference to the singleton instance of this Scala object.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionorg.apache.spark.mllib.fpm.PrefixSpan.Prefixempty()An emptyPrefixSpan.Prefixinstance.
- 
Field Details- 
MODULE$Static reference to the singleton instance of this Scala object.
 
- 
- 
Constructor Details- 
Prefix$public Prefix$()
 
- 
- 
Method Details- 
emptypublic org.apache.spark.mllib.fpm.PrefixSpan.Prefix empty()An emptyPrefixSpan.Prefixinstance.
 
-