|
CodificationTAdd Method (String, CodificationVariable, T)
|
Adds a new
column options to this filter's collection,
specifying how a particular column should be processed by the filter..
Namespace:
Accord.Statistics.Filters
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntaxpublic void Add(
string name,
CodificationVariable codificationVariable,
T baseline
)
Public Sub Add (
name As String,
codificationVariable As CodificationVariable,
baseline As T
)
Request Example
View SourceParameters
- name
- Type: SystemString
The name of the variable to added. - codificationVariable
- Type: Accord.Statistics.FiltersCodificationVariable
The type of the variable to be added. - baseline
- Type: T
The baseline value to be used in conjunction with
CategoricalWithBaseline. The baseline
value will be treated as absolute zero in a otherwise one-hot representation.
See Also