public class HuTuckerTransformationStrategy extends PrefixCoderTransformationStrategy
char2symbol, codeWord, prefixFree
Modifier | Constructor and Description |
---|---|
|
HuTuckerTransformationStrategy(Iterable<? extends CharSequence> iterable,
boolean prefixFree)
Creates a Hu-Tucker transformation strategy for the character sequences returned by the given iterable.
|
protected |
HuTuckerTransformationStrategy(Object[] a,
boolean prefixFree) |
protected |
HuTuckerTransformationStrategy(PrefixCoderTransformationStrategy huTuckerTransformationStrategy) |
Modifier and Type | Method and Description |
---|---|
PrefixCoderTransformationStrategy |
copy()
Returns a copy of this transformation strategy.
|
numBits, toBitVector
public HuTuckerTransformationStrategy(Iterable<? extends CharSequence> iterable, boolean prefixFree)
iterable
- an iterable object returning character sequences.prefixFree
- if true, the resulting set of binary words will be prefix free.protected HuTuckerTransformationStrategy(PrefixCoderTransformationStrategy huTuckerTransformationStrategy)
protected HuTuckerTransformationStrategy(Object[] a, boolean prefixFree)
public PrefixCoderTransformationStrategy copy()
TransformationStrategy
copy
in interface TransformationStrategy<CharSequence>
copy
in class PrefixCoderTransformationStrategy
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.