Click or drag to resize
Accord.NET (logo)

Branching Constructor (String)

Initializes a new instance of the Branching class.

Namespace:  Accord.Statistics.Filters
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public Branching(
	params string[] columns
)
Request Example View Source

Parameters

columns
Type: SystemString
The columns to use as filters.
See Also