Click or drag to resize
Accord.NET (logo)

CodificationTAdd Method (String, CodificationVariable)

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
Syntax
public void Add(
	string name,
	CodificationVariable codificationVariable
)
Request Example View Source

Parameters

name
Type: SystemString
The name of the variable to added.
codificationVariable
Type: Accord.Statistics.FiltersCodificationVariable
The type of the variable to be added.
See Also