| Name | Description |
---|
 | 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.
|