unique_rows

safe_learning.utilities.unique_rows(array)

Return the unique rows of the array.

Parameters:
array : ndarray

A 2D numpy array.

Returns:
unique_array : ndarray

A 2D numpy array that contains all the unique rows of array.