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.
|
Modifier and Type | Method and Description |
---|---|
protected TokenDecoder |
ItemSetEncoderFactory.newDecoder(Class<?> type) |
Modifier and Type | Method and Description |
---|---|
static TokenDecoder |
WordMap.getDecoder() |
static TokenDecoder |
TextContainer.getDecoder() |
static TokenDecoder |
NGramMap.getDecoder() |
Modifier and Type | Interface and Description |
---|---|
interface |
ComparableTokenDecoder
A decoder for byte-wise comparable binary encodings.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractTokenDecoder
Base class for TokenEncoders
|
class |
SparseRecordDecoder
The matching decoder for
SparseRecordEncoder . |
Modifier and Type | Method and 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.
|
protected TokenDecoder |
AnnotationEncoderFactory.newDecoder(Class<?> type) |
protected abstract TokenDecoder |
AbstractObjectEncoderFactory.newDecoder(Class<?> type)
Create a new decoder instance for the given type.
|
TokenDecoder |
EncoderFactory.newDecoder(TokenType type)
Create a new
decoder instance for the given type. |
TokenDecoder |
AbstractObjectEncoderFactory.newDecoder(TokenType type) |
Modifier and Type | Method and 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.
|
Copyright © 2016 Actian Corporation. All rights reserved.