|
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
)
Public Sub New (
direction As ComparerDirection,
map As Func(Of Double, Double)
)
Request Example
View SourceParameters
- 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