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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Term
static org.apache.spark.ml.feature.Terms
asTerms()
abstract static boolean
abstract static boolean
static Term
abstract static int
abstract static Object
productElement
(int n) static String
productElementName
(int n) static scala.collection.Iterator<String>
static scala.collection.Iterator<Object>
static String
static Term
-
Constructor Details
-
EmptyTerm
public EmptyTerm()
-
-
Method Details
-
asTerms
public static org.apache.spark.ml.feature.Terms asTerms() -
add
-
subtract
-
interact
-
canEqual
-
equals
-
productArity
public abstract static int productArity() -
productElement
-
productIterator
-
productPrefix
-
productElementName
-
productElementNames
-