Uses of Interface
com.pervasive.datarush.sequences.scalar.IntTokenSequence
-
Packages that use IntTokenSequence 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 IntTokenSequence in com.pervasive.datarush.analytics.pmml
Methods in com.pervasive.datarush.analytics.pmml with parameters of type IntTokenSequence Modifier and Type Method Description static void
PMMLArrays. addSparseChildArrayElement(Element element, IntTokenSequence sequence)
Adds a childINT-SparseArray
element to the given element. -
Uses of IntTokenSequence in com.pervasive.datarush.sequences.scalar
Subinterfaces of IntTokenSequence in com.pervasive.datarush.sequences.scalar Modifier and Type Interface Description interface
MutableIntTokenSequence
AMutableTokenSequence
containing integer valued data.Classes in com.pervasive.datarush.sequences.scalar that implement IntTokenSequence Modifier and Type Class Description class
IntTokenList
Primary implementation ofMutableIntTokenSequence
.class
SparseIntTokenList
An implementation ofMutableIntTokenSequence
which stores data sparsely.
-