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[] columnNames,
	string[][] values
)
Request Example View Source

Parameters

columnNames
Type: SystemString
The variable names.
values
Type: SystemString
A set of values that those variable can assume. The first element of the array is assumed to be related to the first columnNames parameter.
See Also