Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Set Functions

Array API specification for creating and operating on sets.

A conforming implementation of the array API standard must provide and support the following functions.

Objects in API

unique_all(x, /)

Returns the unique elements of an input arrayx, the first occurring indices for each unique element inx, the indices from the set of unique elements that reconstructx, and the corresponding counts for each unique element inx.

unique_counts(x, /)

Returns the unique elements of an input arrayx and the corresponding counts for each unique element inx.

unique_inverse(x, /)

Returns the unique elements of an input arrayx and the indices from the set of unique elements that reconstructx.

unique_values(x, /)

Returns the unique elements of an input arrayx.


[8]ページ先頭

©2009-2025 Movatter.jp