Click or drag to resize
Accord.NET (logo)

CodificationTOptions Constructor (String, CodificationVariable)

Constructs a new Options object for the given column.

Namespace:  Accord.Statistics.Filters
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public Options(
	string name,
	CodificationVariable variableType
)
Request Example View Source

Parameters

name
Type: SystemString
The name of the column to create this options for.
variableType
Type: Accord.Statistics.FiltersCodificationVariable
The type of the variable in the column.
See Also