The ModelTermCollection type exposes the following members.
| Name | Description |
---|
 | Children |
Returns a list of child terms referenced by this term.
(Overrides ModelTermChildren.) |
 | 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 ModelTermIsBound.) |
 | IsReducible |
Gets whether the term can be reduced to a derived term
or set of terms.
(Inherited from ModelTerm.) |
 | Item | Gets or sets the element at the specified index. |
 | Kind |
Returns the kind of term.
(Overrides ModelTermKind.) |
Top
Reference