| Interface | Description |
|---|---|
| VectorTruncator |
Component that truncates vectors.
|
| Class | Description |
|---|---|
| NoOpTruncator |
A
VectorTruncator that does not actually perform any truncation. |
| ThresholdTruncator |
A
VectorTruncator that will retain entries with values that are accepted by some Threshold. |
| TopNTruncator |
A
VectorTruncator that will retain the top n entries. |