Package smile.base.cart


package smile.base.cart
Classification and regression tree base package.
  • Class
    Description
    Classification and regression tree.
    A leaf node in decision tree.
    An internal node in CART.
    A leaf node in decision tree.
    Regression loss function.
    The type of loss.
    CART tree node.
    A node with a nominal split variable.
    The data about of a potential split for a leaf node.
    A node with a ordinal split variable (real-valued or ordinal categorical value).
    The data about of a potential split for a leaf node.
    A leaf node in regression tree.
    The data about of a potential split for a leaf node.
    The criterion to choose variable to split instances.