public class MaskedArray extends CustomPythonObject
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
MaskedArray(String module,
String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
__init__(Object[] args) |
void |
__setstate__(Object[] args) |
NDArray |
getData() |
Object |
getFillValue() |
NDArray |
getMask() |
MaskedArray |
setFillValue(Object fillValue) |
__getstate__, __setstate__, createAttributeMapget, getArray, getArray, getArray, getArrayShape, getArrayShape, getBoolean, getBooleanArray, getClassName, getDict, getInteger, getIntegerArray, getList, getList, getListLike, getListLike, getNumber, getNumberArray, getObject, getOptional, getOptionalBoolean, getOptionalObject, getOptionalScalar, getOptionalString, getPythonModule, getPythonName, getPythonObject, getScalar, getString, getTuple, getTupleList, setClassNameclear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesequals, hashCode, toStringpublic void __init__(Object[] args)
__init__ in class CustomPythonObjectpublic void __setstate__(Object[] args)
__setstate__ in class CustomPythonObjectpublic NDArray getData()
public NDArray getMask()
public Object getFillValue()
public MaskedArray setFillValue(Object fillValue)
Copyright © 2023. All rights reserved.