Package | Description |
---|---|
com.pervasive.datarush.analytics.pmml |
Provides shared and base classes for PMML model representation of Analytics algorithms.
|
com.pervasive.datarush.analytics.svm |
Provides PMML model classes for SVM.
|
com.pervasive.datarush.sequences.scalar |
Provides implementations of sequences of scalar token values.
|
Modifier and Type | Method and Description |
---|---|
static DoubleTokenSequence |
PMMLArrays.parseSparseChildArrayElement(Element element)
Parses the single child
REAL-SparseArray or INT-SparseArray element. |
Modifier and Type | Method and Description |
---|---|
static void |
PMMLArrays.addSparseChildArrayElement(Element element,
DoubleTokenSequence sequence)
Adds a child
REAL-SparseArray element to the given element. |
Modifier and Type | Method and Description |
---|---|
Map<String,DoubleTokenSequence> |
VectorDictionary.getVectorsByID()
Returns the mapping from vector id to vector.
|
Modifier and Type | Method and Description |
---|---|
void |
VectorDictionary.setVectorsByID(Map<String,DoubleTokenSequence> vectorsByID)
Sets the mapping from vector id to vector.
|
Modifier and Type | Interface and Description |
---|---|
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. |
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 |
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. |
Copyright © 2020 Actian Corporation. All rights reserved.