Package | Description |
---|---|
com.pervasive.datarush.analytics.pmml |
Provides shared and base classes for PMML model representation of Analytics algorithms.
|
com.pervasive.datarush.sequences.scalar |
Provides implementations of sequences of scalar token values.
|
Modifier and Type | Method and Description |
---|---|
static void |
PMMLArrays.addSparseChildArrayElement(Element element,
IntTokenSequence sequence)
Adds a child
INT-SparseArray element to the given element. |
Modifier and Type | Interface and Description |
---|---|
interface |
MutableIntTokenSequence
A
MutableTokenSequence containing integer valued data. |
Modifier and Type | Class and Description |
---|---|
class |
IntTokenList
Primary implementation of
MutableIntTokenSequence . |
class |
SparseIntTokenList
An implementation of
MutableIntTokenSequence which stores
data sparsely. |
Copyright © 2020 Actian Corporation. All rights reserved.