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,
NumericTokenSequence sequence)
Adds a child
REAL-SparseArray element to the given element. |
Modifier and Type | Interface and Description |
---|---|
interface |
DoubleTokenSequence
A
TokenSequence containing double valued data. |
interface |
FloatTokenSequence
A
TokenSequence containing float valued data. |
interface |
IntTokenSequence
A
TokenSequence containing integer valued data. |
interface |
LongTokenSequence
A
TokenSequence containing long valued data. |
interface |
MoneyTokenSequence
A
TokenSequence containing money valued data. |
interface |
MutableDoubleTokenSequence
A
MutableTokenSequence containing double valued data. |
interface |
MutableFloatTokenSequence
A
MutableTokenSequence containing float valued data. |
interface |
MutableIntTokenSequence
A
MutableTokenSequence containing integer valued data. |
interface |
MutableLongTokenSequence
A
MutableTokenSequence containing long valued data. |
interface |
MutableMoneyTokenSequence
A
MutableTokenSequence containing money valued data. |
interface |
MutableNumericTokenSequence
A
MutableTokenSequence containing numeric valued data. |
Modifier and Type | Class and Description |
---|---|
class |
DoubleTokenList
Primary implementation of
MutableDoubleTokenSequence . |
class |
FloatTokenList
Primary implementation of
MutableFloatTokenSequence . |
class |
IntTokenList
Primary implementation of
MutableIntTokenSequence . |
class |
LongTokenList
Primary implementation of
MutableLongTokenSequence . |
class |
MoneyTokenList
Primary implementation of
MutableMoneyTokenSequence . |
class |
NumericTokenList
Primary implementation of
MutableNumericTokenSequence . |
class |
SparseDoubleTokenList
An implementation of
MutableDoubleTokenSequence which stores
data sparsely. |
class |
SparseFloatTokenList
An implementation of
MutableFloatTokenSequence which stores
data sparsely. |
class |
SparseIntTokenList
An implementation of
MutableIntTokenSequence which stores
data sparsely. |
class |
SparseLongTokenList
An implementation of
MutableLongTokenSequence which stores
data sparsely. |
class |
SparseMoneyTokenList
An implementation of
MutableMoneyTokenSequence which stores
data sparsely. |
class |
SparseNumericTokenList
An implementation of
MutableNumericTokenSequence which stores
data sparsely. |
Copyright © 2020 Actian Corporation. All rights reserved.