Interface InteractableTerm

All Superinterfaces:
Term

public interface InteractableTerm extends Term
A term that may be part of an interaction, e.g. 'x' in 'x:y'
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.spark.ml.feature.ColumnInteraction
    Convert to ColumnInteraction to wrap all interactions.
    interact(Term other)
    Interactions of interactable terms.

    Methods inherited from interface org.apache.spark.ml.feature.Term

    add, asTerms, subtract
  • Method Details

    • asInteraction

      org.apache.spark.ml.feature.ColumnInteraction asInteraction()
      Convert to ColumnInteraction to wrap all interactions.
    • interact

      Term interact(Term other)
      Interactions of interactable terms.
      Specified by:
      interact in interface Term