public class Gener extends Reduce
Constructor | Description |
---|---|
Gener() |
Constructor for the Gener object.
|
Modifier and Type | Method | Description |
---|---|---|
boolean |
eat(Row in,
int[] remap) |
Test whether the given Row of Cells in a Trie should be included in an
optimized Trie.
|
Trie |
optimize(Trie orig) |
Return a Trie with infrequent values occurring in the given Trie removed.
|
public Trie optimize(Trie orig)
public boolean eat(Row in, int[] remap)
in
- the Row to testremap
- Description of the ParameterCopyright © 2000-2018 Apache Software Foundation. All Rights Reserved.