Click or drag to resize
Accord.NET (logo)

ColumnOptionsBaseTFilter Constructor

Constructs the base class for Column Options.

Namespace:  Accord.Statistics.Filters
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
protected ColumnOptionsBase(
	string column
)
Request Example View Source

Parameters

column
Type: SystemString
Column's name.
See Also