Populates the model input group
from a sequence of categorical vectors.
Namespace:
Extreme.DataAnalysis.Models
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public void Populate(
IEnumerable<ICategoricalVector> columns
)
Public Sub Populate (
columns As IEnumerable(Of ICategoricalVector)
)
public:
void Populate(
IEnumerable<ICategoricalVector^>^ columns
)
member Populate :
columns : IEnumerable<ICategoricalVector> -> unit
Parameters
- columns
- Type: System.Collections.GenericIEnumerableICategoricalVector
A sequence of categorical vectors.
Reference