Click or drag to resize
Accord.NET (logo)

MatrixArgMax Method

Overload List
  NameDescription
Public methodStatic memberArgMaxT(T)
Gets the index of the maximum element in a matrix.
Public methodStatic memberArgMaxT(T)
Gets the maximum element in a vector.
Public methodStatic memberArgMaxT(T)
Gets the index of the maximum element in a matrix.
Public methodStatic memberArgMaxT(T, Int32)
Gets the index of the maximum element in a matrix across a given dimension.
Public methodStatic memberArgMaxT(T, T)
Gets the maximum element in a vector.
Public methodStatic memberArgMaxT(T, Int32)
Gets the index of the maximum element in a matrix across a given dimension.
Public methodStatic memberArgMaxT(T, Int32, Int32)
Gets the index of the maximum element in a matrix across a given dimension.
Public methodStatic memberArgMaxT(T, Int32, Int32)
Gets the index of the maximum element in a matrix across a given dimension.
Top
See Also