| Package | Description |
|---|---|
| org.dmg.pmml | |
| org.jpmml.model.visitors |
| Modifier and Type | Class and Description |
|---|---|
class |
IntSparseArray |
class |
RealSparseArray |
| Modifier and Type | Method and Description |
|---|---|
abstract SparseArray<E> |
SparseArray.addEntries(E... entries) |
abstract SparseArray<E> |
SparseArray.addIndices(Integer... indices) |
abstract SparseArray<E> |
SparseArray.setDefaultValue(E defaultValue) |
abstract SparseArray<E> |
SparseArray.setN(Integer n) |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
Visitor.visit(SparseArray<?> sparseArray) |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
AbstractVisitor.visit(SparseArray<?> sparseArray) |
Copyright © 2024. All rights reserved.