Click or drag to resize
Accord.NET (logo)

Projection Constructor (IEnumerableString)

Creates a new projection filter.

Namespace:  Accord.Statistics.Filters
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public Projection(
	IEnumerable<string> columns
)
Request Example View Source

Parameters

columns
Type: System.Collections.GenericIEnumerableString
See Also