Uses of Interface
com.pervasive.datarush.encoding.TokenDecoder
-
Packages that use TokenDecoder Package Description com.pervasive.datarush.analytics.arm Provides common classes for Association Rule Mining (ARM).com.pervasive.datarush.analytics.text Provides various unstructured text processing operators.com.pervasive.datarush.encoding.binary 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 TokenDecoder Modifier and Type Method Description protected TokenDecoder
ItemSetEncoderFactory. newDecoder(Class<?> type)
-
Uses of TokenDecoder in com.pervasive.datarush.analytics.text
Methods in com.pervasive.datarush.analytics.text that return TokenDecoder Modifier and Type Method Description static TokenDecoder
NGramMap. getDecoder()
static TokenDecoder
TextContainer. getDecoder()
static TokenDecoder
WordMap. getDecoder()
-
Uses of TokenDecoder in com.pervasive.datarush.encoding.binary
Subinterfaces of TokenDecoder in com.pervasive.datarush.encoding.binary Modifier and Type Interface Description interface
ComparableTokenDecoder
A decoder for byte-wise comparable binary encodings.Classes in com.pervasive.datarush.encoding.binary that implement TokenDecoder Modifier and Type Class Description class
AbstractTokenDecoder
Base class for TokenEncodersclass
SparseRecordDecoder
The matching decoder forSparseRecordEncoder
.Methods in com.pervasive.datarush.encoding.binary that return TokenDecoder Modifier and Type Method Description TokenDecoder
TokenEncodings. allocateDecoder(TokenType type, TokenOrder... ordering)
Creates a default decoder appropriate for the given type.TokenDecoder
TokenEncodings. allocateRecordDecoder(RecordTokenType type, ComparableTokenDecoder[] comparableDecoders, TokenDecoder[] fieldDecoders)
Creates a record decoder from a list of field decoders for the fields in the record.TokenDecoder
AbstractObjectEncoderFactory. newDecoder(TokenType type)
protected abstract TokenDecoder
AbstractObjectEncoderFactory. newDecoder(Class<?> type)
Create a new decoder instance for the given type.protected TokenDecoder
AnnotationEncoderFactory. newDecoder(Class<?> type)
TokenDecoder
EncoderFactory. newDecoder(TokenType type)
Create a newdecoder
instance for the given type.Methods in com.pervasive.datarush.encoding.binary with parameters of type TokenDecoder Modifier and Type Method Description TokenDecoder
TokenEncodings. allocateRecordDecoder(RecordTokenType type, ComparableTokenDecoder[] comparableDecoders, TokenDecoder[] fieldDecoders)
Creates a record decoder from a list of field decoders for the fields in the record.
-