Uses of Interface
com.pervasive.datarush.encoding.binary.EncoderFactory
Packages that use EncoderFactory
Package
Description
Provides common classes for Association Rule Mining (ARM).
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 EncoderFactoryModifier and TypeClassDescriptionclassThe encoder factory for theItemSetclass. -
Uses of EncoderFactory in com.pervasive.datarush.encoding.binary
Classes in com.pervasive.datarush.encoding.binary that implement EncoderFactoryModifier and TypeClassDescriptionclassBase implementation ofEncoderFactoryfor customizing the encoding/decoding ofObjectTokenType.classAn 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 EncoderFactoryModifier and TypeMethodDescriptionTokenEncodings.newInstance(EncoderFactory factory) Returns a new instance of TokenEncodings, configured with the encoder factories of this instance, plus the given factory.