Uses of Interface
com.pervasive.datarush.sequences.scalar.NumericTokenSequence
-
Packages that use NumericTokenSequence 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. -
-
Uses of NumericTokenSequence in com.pervasive.datarush.analytics.pmml
Methods in com.pervasive.datarush.analytics.pmml with parameters of type NumericTokenSequence Modifier and Type Method Description static void
PMMLArrays. addSparseChildArrayElement(Element element, NumericTokenSequence sequence)
Adds a childREAL-SparseArray
element to the given element. -
Uses of NumericTokenSequence in com.pervasive.datarush.sequences.scalar
Subinterfaces of NumericTokenSequence in com.pervasive.datarush.sequences.scalar Modifier and Type Interface Description interface
DoubleTokenSequence
ATokenSequence
containing double valued data.interface
FloatTokenSequence
ATokenSequence
containing float valued data.interface
IntTokenSequence
ATokenSequence
containing integer valued data.interface
LongTokenSequence
ATokenSequence
containing long valued data.interface
MoneyTokenSequence
ATokenSequence
containing money valued data.interface
MutableDoubleTokenSequence
AMutableTokenSequence
containing double valued data.interface
MutableFloatTokenSequence
AMutableTokenSequence
containing float valued data.interface
MutableIntTokenSequence
AMutableTokenSequence
containing integer valued data.interface
MutableLongTokenSequence
AMutableTokenSequence
containing long valued data.interface
MutableMoneyTokenSequence
AMutableTokenSequence
containing money valued data.interface
MutableNumericTokenSequence
AMutableTokenSequence
containing numeric valued data.Classes in com.pervasive.datarush.sequences.scalar that implement NumericTokenSequence Modifier and Type Class Description class
DoubleTokenList
Primary implementation ofMutableDoubleTokenSequence
.class
FloatTokenList
Primary implementation ofMutableFloatTokenSequence
.class
IntTokenList
Primary implementation ofMutableIntTokenSequence
.class
LongTokenList
Primary implementation ofMutableLongTokenSequence
.class
MoneyTokenList
Primary implementation ofMutableMoneyTokenSequence
.class
NumericTokenList
Primary implementation ofMutableNumericTokenSequence
.class
SparseDoubleTokenList
An implementation ofMutableDoubleTokenSequence
which stores data sparsely.class
SparseFloatTokenList
An implementation ofMutableFloatTokenSequence
which stores data sparsely.class
SparseIntTokenList
An implementation ofMutableIntTokenSequence
which stores data sparsely.class
SparseLongTokenList
An implementation ofMutableLongTokenSequence
which stores data sparsely.class
SparseMoneyTokenList
An implementation ofMutableMoneyTokenSequence
which stores data sparsely.class
SparseNumericTokenList
An implementation ofMutableNumericTokenSequence
which stores data sparsely.
-