- bigram
auto bigram(Range range)
Computes $(LUCKY Bi-Gram) of range.
- bistogram
auto bistogram(Range range)
Computes $(LUCKY Binary Histogram) of range.
- bistogramOverRepresentation
auto bistogramOverRepresentation(string x)
Computes $(LUCKY Binary (Occurrence) NGram) of Bytes in Input String x.
- histogram
auto histogram(Range range)
Undocumented in source. Be warned that the author may not have intended to support it.
- ngram
auto ngram(Range range)
Computes $(LUCKY Bi-Gram) of range.
- pengram
auto pengram(Range range)
Computes $(LUCKY Pen-Gram) of range.
- quagram
auto quagram(Range range)
Computes $(LUCKY Qua-Gram) of range.
- sparseUIntBigram
auto sparseUIntBigram(Range range)
Undocumented in source. Be warned that the author may not have intended to support it.
- sparseUIntNGramOverRepresentation
auto sparseUIntNGramOverRepresentation(string range)
Undocumented in source. Be warned that the author may not have intended to support it.
- sparseUIntQuagram
auto sparseUIntQuagram(Range range)
Undocumented in source. Be warned that the author may not have intended to support it.
- sparseUIntQuagramOverRepresentation
auto sparseUIntQuagramOverRepresentation(string x)
Undocumented in source. Be warned that the author may not have intended to support it.
- sparseUIntTrigram
auto sparseUIntTrigram(Range range)
Undocumented in source. Be warned that the author may not have intended to support it.
- trigram
auto trigram(Range range)
Computes $(LUCKY Tri-Gram) of range.
First and Higher Order Statistics: $(LUCKY Histograms) and $(LUCKY N-grams).