Represents a group of variables with a specific purpose
in a statistical or machine learning model.
| Name | Description |
---|
 | AddIntercept |
Adds an intercept term to the group.
|
 | AsCategorical |
Returns a representation of the data as an untyped
categorical vector in accordance with a specification.
|
 | AsCategoricalColumns |
Returns a representation of the data as an array of categorical vectors
in accordance with a specification.
|
 | AsMatrixT |
Returns a matrix representation of the data
in accordance with a specification.
|
 | AsRowVectorsT |
Returns a representation of the data
as an array of row vectors
in accordance with a specification.
|
 | AsVectorT |
Returns a vector representation of the data
in accordance with a specification.
|
 | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
 | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
 | GetEncoding |
Gets the encoding of the specified variable.
|
 | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
 | GetType | Gets the Type of the current instance. (Inherited from Object.) |
 | InferSchema(String) |
Sets the model input group's schema to a single term
with the specified key and unknown type.
|
 | InferSchema(IListString, Boolean) |
Sets the model input group's schema to a collection of terms
with the specified keys.
|
 | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
 | Populate(IEnumerableICategoricalVector) |
Populates the model input group
from a sequence of categorical vectors.
|
 | Populate(ICategoricalVector, String) |
Populates the model input group
from the specified vector.
|
 | Populate(IDataFrame, String) |
Populates the model input group using the specified
data frame and column key.
|
 | Populate(IDataFrame, String) |
Populates the model input group using the specified
data frame and column keys.
|
 | Populate(IEnumerableVectorDouble, Boolean) |
Populates the model input group
from a sequence of vectors.
|
 | Populate(VectorDouble, String) |
Populates the model input group
from the specified vector.
|
 | Populate(IDataFrame, Boolean, String) |
Populates the model input group using the specified
data frame and column keys.
|
 | Populate(MatrixDouble, Boolean, String) |
Populates the model input group using the specified
matrix.
|
 | Populate(IDataFrame, Boolean, String, Boolean, Boolean) |
Populates the model input group using the specified
data frame, optionally clearing the group's schema first.
|
 | RemoveConstantColumns |
Returns a new model input group that has redundant constant columns
removed.
|
 | RemoveIntercept |
Removes an intercept term from the group.
|
 | SetEncoding |
Sets the encoding of the specified variable.
|
 | ToString | Returns a string that represents the current object. (Inherited from Object.) |