Uses of Interface
com.pervasive.datarush.encoding.TokenDecoder
Packages that use TokenDecoder
Package
Description
Provides common classes for Association Rule Mining (ARM).
Provides various unstructured text processing operators.
Implementations of encoders of tokens
into binary formats.
-
Uses of TokenDecoder in com.pervasive.datarush.analytics.arm
Methods in com.pervasive.datarush.analytics.arm that return TokenDecoderModifier and TypeMethodDescriptionprotected TokenDecoderItemSetEncoderFactory.newDecoder(Class<?> type) -
Uses of TokenDecoder in com.pervasive.datarush.analytics.text
Methods in com.pervasive.datarush.analytics.text that return TokenDecoderModifier and TypeMethodDescriptionstatic TokenDecoderNGramMap.getDecoder()static TokenDecoderTextContainer.getDecoder()static TokenDecoderWordMap.getDecoder() -
Uses of TokenDecoder in com.pervasive.datarush.encoding.binary
Subinterfaces of TokenDecoder in com.pervasive.datarush.encoding.binaryModifier and TypeInterfaceDescriptioninterfaceA decoder for byte-wise comparable binary encodings.Classes in com.pervasive.datarush.encoding.binary that implement TokenDecoderModifier and TypeClassDescriptionclassBase class for TokenEncodersfinal classThe matching decoder forSparseRecordEncoder.Methods in com.pervasive.datarush.encoding.binary that return TokenDecoderModifier and TypeMethodDescriptionTokenEncodings.allocateDecoder(TokenType type, TokenOrder... ordering) Creates a default decoder appropriate for the given type.TokenEncodings.allocateRecordDecoder(RecordTokenType type, ComparableTokenDecoder[] comparableDecoders, TokenDecoder[] fieldDecoders) Creates a record decoder from a list of field decoders for the fields in the record.final TokenDecoderAbstractObjectEncoderFactory.newDecoder(TokenType type) protected abstract TokenDecoderAbstractObjectEncoderFactory.newDecoder(Class<?> type) Create a new decoder instance for the given type.protected TokenDecoderAnnotationEncoderFactory.newDecoder(Class<?> type) EncoderFactory.newDecoder(TokenType type) Create a newdecoderinstance for the given type.Methods in com.pervasive.datarush.encoding.binary with parameters of type TokenDecoderModifier and TypeMethodDescriptionTokenEncodings.allocateRecordDecoder(RecordTokenType type, ComparableTokenDecoder[] comparableDecoders, TokenDecoder[] fieldDecoders) Creates a record decoder from a list of field decoders for the fields in the record.