public abstract class SparseArray<E extends Number> extends PMMLObject
| Constructor and Description |
|---|
SparseArray() |
| Modifier and Type | Method and Description |
|---|---|
SortedMap<Integer,E> |
getContent() |
abstract List<E> |
getEntries() |
abstract List<Integer> |
getIndices() |
abstract Integer |
getN() |
void |
setContent(SortedMap<Integer,E> content) |
abstract void |
setN(Integer n) |
setSourceLocation, sourceLocationCopyright © 2013 University of Tartu. All Rights Reserved.