@Deprecated public interface SlidingWindowCounter
| Modifier and Type | Method and Description |
|---|---|
int |
determineCount(com.carrotsearch.hppc.IntArrayList[] positions)
Deprecated.
|
long |
getWordSetCountSum(int wordSetLength)
Deprecated.
This method returns the sum of word sets which would be counted if one would go over the complete corpus using
the sliding window.
|
void |
setWindowSize(int windowSize)
Deprecated.
|
void setWindowSize(int windowSize)
int determineCount(com.carrotsearch.hppc.IntArrayList[] positions)
long getWordSetCountSum(int wordSetLength)
wordSetLength - Copyright © 2014–2016. All rights reserved.