Uses of Interface
com.pervasive.datarush.sequences.scalar.IntTokenSequence
Packages that use IntTokenSequence
Package
Description
Provides shared and base classes for PMML model representation of Analytics algorithms.
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 IntTokenSequenceModifier and TypeMethodDescriptionstatic voidPMMLArrays.addSparseChildArrayElement(Element element, IntTokenSequence sequence) Adds a childINT-SparseArrayelement to the given element. -
Uses of IntTokenSequence in com.pervasive.datarush.sequences.scalar
Subinterfaces of IntTokenSequence in com.pervasive.datarush.sequences.scalarModifier and TypeInterfaceDescriptioninterfaceAMutableTokenSequencecontaining integer valued data.Classes in com.pervasive.datarush.sequences.scalar that implement IntTokenSequenceModifier and TypeClassDescriptionfinal classPrimary implementation ofMutableIntTokenSequence.final classAn implementation ofMutableIntTokenSequencewhich stores data sparsely.