Uses of Interface
com.pervasive.datarush.encoding.binary.EncoderFactory
-
Packages that use EncoderFactory Package Description com.pervasive.datarush.analytics.arm Provides common classes for Association Rule Mining (ARM).com.pervasive.datarush.encoding.binary Implementations of encoders of tokens into binary formats. -
-
Uses of EncoderFactory in com.pervasive.datarush.analytics.arm
Classes in com.pervasive.datarush.analytics.arm that implement EncoderFactory Modifier and Type Class Description class
ItemSetEncoderFactory
The encoder factory for theItemSet
class. -
Uses of EncoderFactory in com.pervasive.datarush.encoding.binary
Classes in com.pervasive.datarush.encoding.binary that implement EncoderFactory Modifier and Type Class Description class
AbstractObjectEncoderFactory
Base implementation ofEncoderFactory
for customizing the encoding/decoding ofObjectTokenType
.class
AnnotationEncoderFactory
An encoder factory that works with annotations placed on class methods that mark the methods for getting an encoder and decoder for the class.Methods in com.pervasive.datarush.encoding.binary with parameters of type EncoderFactory Modifier and Type Method Description TokenEncodings
TokenEncodings. newInstance(EncoderFactory factory)
Returns a new instance of TokenEncodings, configured with the encoder factories of this instance, plus the given factory.
-