Interface | Description |
---|---|
NDIndexElement |
An index for particular dimensions created by NDIndex.
|
Class | Description |
---|---|
NDIndex |
The
NDIndex allows you to specify a subset of an NDArray that can be used for fetching or
updating. |
NDIndexAll |
An
NDIndexElement to return all values in a particular dimension. |
NDIndexBooleans |
An
NDIndexElement to return values based on a mask binary NDArray. |
NDIndexFixed |
An NDIndexElement that returns only a specific value in the corresponding dimension.
|
NDIndexFullSlice |
An index as a slice on all dimensions where some dimensions can be squeezed.
|
NDIndexSlice |
An NDIndexElement that returns a range of values in the specified dimension.
|
NDArray
's indices.NDIndex