Package smile.data.formula


package smile.data.formula
The formula interface symbolically specifies the predictors and the response. It is commonly used to generate design matrices for modeling.
  • Class
    Description
    The term of abs function.
    This class provides a skeletal implementation of the bi-function term.
    This class provides a skeletal implementation of the function term.
    The term of a + b expression.
    A constant value in the formula.
    Date/time feature extractor.
    The date/time features.
    Remove a factor from the formula.
    The term of a / b expression.
    The special term "." means all columns not otherwise in the formula in the context of a data frame.
    The generic term of applying a double function.
    Factor crossing.
    The interaction of all the factors appearing in the term.
    A feature in the formula once bound to a schema.
    The model fitting formula in a compact symbolic form.
    The flag if intercept should be included in the model.
    The generic term of applying an integer function.
    The term of a * b expression.
    The infix bifunction term.
    The term of round function.
    The term of a - b expression.
    An abstract term in the formula.
    Predefined terms.
    A variable in the formula.