Click or drag to resize
Accord.NET (logo)

CodificationDetect Method (String, String)

Auto detects the filter options by analyzing a set of string labels.

Namespace:  Accord.Statistics.Filters
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public void Detect(
	string columnName,
	string[][] values
)
Request Example View Source

Parameters

columnName
Type: SystemString
The variable name.
values
Type: SystemString
A set of values that this variable can assume.
See Also