| Name | Description |
---|
  | MinAbsIndex(Double) |
Calculates the index of the minimum absolute value in the given data set.
|
  | MinAbsIndex(DoubleComplexSparseVector) |
Calculates the index of the minimum absolute value of a given vector's elements.
|
  | MinAbsIndex(DoubleComplexVector) |
Calculates the index of the minimum absolute value of a given vector's elements.
|
  | MinAbsIndex(DoubleSparseVector) |
Calculates the index of the minimum absolute value of a given vector's elements.
|
  | MinAbsIndex(DoubleVector) |
Calculates the index of the minimum absolute value of a given vector's elements.
|
  | MinAbsIndex(FloatComplexSparseVector) |
Calculates the index of the minimum absolute value of a given vector's elements.
|
  | MinAbsIndex(FloatComplexVector) |
Calculates the index of the minimum absolute value of a given vector's elements.
|
  | MinAbsIndex(FloatSparseVector) |
Calculates the index of the minimum absolute value of a given vector's elements.
|
  | MinAbsIndex(FloatVector) |
Calculates the index of the minimum absolute value of a given vector's elements.
|
  | MinAbsIndex(IDFColumn) |
Calculates the index of the minimum absolute value in the given data set.
|
  | MinAbsIndex(Int32) |
Calculates the index of the minimum absolute value in the given data set.
|
  | MinAbsIndex(DoubleComplexVector, FuncDoubleComplex, Double) |
Calculates the index of the minimum value of a given vector's elements.
An elements rank is calculated using the user specified norm function
such as l1, l2 or linf. In the case of Complex numbers l1(c) = c.real + c.image,
l2(c) = (c.real^2 + c.imag^2) ^ 1/2, linf(c) = max (c.real, c.imag)
|
  | MinAbsIndex(FloatComplexVector, FuncFloatComplex, Single) |
Calculates the index of the minimum value of a given vector's elements.
An elements rank is calculated using the user specified norm function
such as l1, l2 or linf. In the case of Complex numbers l1(c) = c.real + c.image,
l2(c) = (c.real^2 + c.imag^2) ^ 1/2, linf(c) = max (c.real, c.imag)
|