Uses of Interface
com.pervasive.datarush.sequences.scalar.DoubleTokenSequence
-
Packages that use DoubleTokenSequence 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. -
-
Uses of DoubleTokenSequence in com.pervasive.datarush.analytics.pmml
Methods in com.pervasive.datarush.analytics.pmml that return DoubleTokenSequence Modifier and Type Method Description static DoubleTokenSequencePMMLArrays. parseSparseChildArrayElement(Element element)Parses the single childREAL-SparseArrayorINT-SparseArrayelement.Methods in com.pervasive.datarush.analytics.pmml with parameters of type DoubleTokenSequence Modifier and Type Method Description static voidPMMLArrays. addSparseChildArrayElement(Element element, DoubleTokenSequence sequence)Adds a childREAL-SparseArrayelement to the given element. -
Uses of DoubleTokenSequence in com.pervasive.datarush.analytics.svm
Methods in com.pervasive.datarush.analytics.svm that return types with arguments of type DoubleTokenSequence Modifier and Type Method Description Map<String,DoubleTokenSequence>VectorDictionary. getVectorsByID()Returns the mapping from vector id to vector.Method parameters in com.pervasive.datarush.analytics.svm with type arguments of type DoubleTokenSequence Modifier and Type Method Description voidVectorDictionary. setVectorsByID(Map<String,DoubleTokenSequence> vectorsByID)Sets the mapping from vector id to vector. -
Uses of DoubleTokenSequence in com.pervasive.datarush.sequences.scalar
Subinterfaces of DoubleTokenSequence in com.pervasive.datarush.sequences.scalar Modifier and Type Interface Description interfaceFloatTokenSequenceATokenSequencecontaining float valued data.interfaceIntTokenSequenceATokenSequencecontaining integer valued data.interfaceLongTokenSequenceATokenSequencecontaining long valued data.interfaceMoneyTokenSequenceATokenSequencecontaining money valued data.interfaceMutableDoubleTokenSequenceAMutableTokenSequencecontaining double valued data.interfaceMutableFloatTokenSequenceAMutableTokenSequencecontaining float valued data.interfaceMutableIntTokenSequenceAMutableTokenSequencecontaining integer valued data.interfaceMutableLongTokenSequenceAMutableTokenSequencecontaining long valued data.interfaceMutableMoneyTokenSequenceAMutableTokenSequencecontaining money valued data.Classes in com.pervasive.datarush.sequences.scalar that implement DoubleTokenSequence Modifier and Type Class Description classDoubleTokenListPrimary implementation ofMutableDoubleTokenSequence.classFloatTokenListPrimary implementation ofMutableFloatTokenSequence.classIntTokenListPrimary implementation ofMutableIntTokenSequence.classLongTokenListPrimary implementation ofMutableLongTokenSequence.classMoneyTokenListPrimary implementation ofMutableMoneyTokenSequence.classSparseDoubleTokenListAn implementation ofMutableDoubleTokenSequencewhich stores data sparsely.classSparseFloatTokenListAn implementation ofMutableFloatTokenSequencewhich stores data sparsely.classSparseIntTokenListAn implementation ofMutableIntTokenSequencewhich stores data sparsely.classSparseLongTokenListAn implementation ofMutableLongTokenSequencewhich stores data sparsely.classSparseMoneyTokenListAn implementation ofMutableMoneyTokenSequencewhich stores data sparsely.
-