Package org.apache.sysds.utils.stats
Class NGramBuilder.NGramEntry<T,U>
- java.lang.Object
-
- org.apache.sysds.utils.stats.NGramBuilder.NGramEntry<T,U>
-
- Enclosing class:
- NGramBuilder<T,U>
public static class NGramBuilder.NGramEntry<T,U> extends Object
-
-
Constructor Summary
Constructors Constructor Description NGramEntry(String identifier, T[] entry, U[] stats, U cumStats, int offset)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description T
get(int index)
U
getCumStats()
String
getIdentifier()
long
getOccurrences()
int
getOffset()
U
getStat(int index)
U[]
getStats()
-