@DefaultImplementation(value=NoOpTruncator.class) public interface VectorTruncator
| Modifier and Type | Method and Description |
|---|---|
void |
truncate(MutableSparseVector v)
Truncate a vector, removing any entries that do not satisfy some condition.
|
void truncate(MutableSparseVector v)
v - The vector to truncate.