ModelTermCollection Properties

Properties

Children Returns a list of child terms referenced by this term.
(Overrides ModelTerm.Children)
ColumnCount Returns the number of numerical columns the term maps to.
(Inherited from ModelTerm)
Columns Enumerates the numerical columns the term maps to.
(Inherited from ModelTerm)
Count Gets the number of terms in the collection.
IsBound Gets whether all the variables in the term are bound to a column in a data frame.
(Overrides ModelTerm.IsBound)
IsReducible Gets whether the term can be reduced to a derived term or set of terms.
(Inherited from ModelTerm)
ItemGets or sets the element at the specified index.
Kind Returns the kind of term.
(Overrides ModelTerm.Kind)

See Also