Represents a collection of terms in a model specification.
SystemObject Extreme.DataAnalysis.ModelsModelTerm Extreme.DataAnalysis.ModelsModelTermCollection
Namespace:
Extreme.DataAnalysis.Models
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public sealed class ModelTermCollection : ModelTerm,
IList<ModelTerm>, ICollection<ModelTerm>, IEnumerable<ModelTerm>,
IEnumerable
Public NotInheritable Class ModelTermCollection
Inherits ModelTerm
Implements IList(Of ModelTerm), ICollection(Of ModelTerm),
IEnumerable(Of ModelTerm), IEnumerable
public ref class ModelTermCollection sealed : public ModelTerm,
IList<ModelTerm^>, ICollection<ModelTerm^>, IEnumerable<ModelTerm^>,
IEnumerable
[<SealedAttribute>]
type ModelTermCollection =
class
inherit ModelTerm
interface IList<ModelTerm>
interface ICollection<ModelTerm>
interface IEnumerable<ModelTerm>
interface IEnumerable
end
The ModelTermCollection type exposes the following members.
Top
| 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
Top
Top
Use the ModelTermCollection class to represent
a term in a model specification that consists of the union of
two or more terms. The most common use is as the right-hand side
of a model specification.
Reference