Package org.apache.spark.ml.feature
Class EmptyTerm
Object
org.apache.spark.ml.feature.EmptyTerm
Placeholder term for the result of undefined interactions, e.g. '1:1' or 'a:1'
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic Termstatic org.apache.spark.ml.feature.TermsasTerms()abstract static booleanabstract static booleanstatic Termabstract static intabstract static ObjectproductElement(int n) static StringproductElementName(int n) static scala.collection.Iterator<String>static scala.collection.Iterator<Object>static Stringstatic Term
- 
Constructor Details- 
EmptyTermpublic EmptyTerm()
 
- 
- 
Method Details- 
asTermspublic static org.apache.spark.ml.feature.Terms asTerms()
- 
add
- 
subtract
- 
interact
- 
canEqual
- 
equals
- 
productAritypublic abstract static int productArity()
- 
productElement
- 
productIterator
- 
productPrefix
- 
productElementName
- 
productElementNames
 
-