public interface Term
| Modifier and Type | Method and Description | 
|---|---|
| Term | add(Term other)Creates a summation term by concatenation of terms. | 
| org.apache.spark.ml.feature.Terms | asTerms()Default representation of a single Term as a part of summed terms. | 
| Term | interact(Term other)Default interactions of a Term | 
| Term | subtract(Term other)Fold by adding deletion terms to the left. |