Click or drag to resize
Accord.NET (logo)

GeneralComparer Constructor (ComparerDirection, FuncDouble, Double)

Constructs a new General Comparer.

Namespace:  Accord.Math.Comparers
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public GeneralComparer(
	ComparerDirection direction,
	Func<double, double> map
)
Request Example View Source

Parameters

direction
Type: Accord.Math.ComparersComparerDirection
The direction to compare.
map
Type: SystemFuncDouble, Double
The mapping function which will be applied to each vector element prior to any comparisons.
See Also