MCPcopy Create free account
hub / github.com/creatale/node-dv / CompactCharsetSize

Method CompactCharsetSize

deps/tesseract/classify/sampleiterator.cpp:196–199  ·  view source on GitHub ↗

Returns the size of the compact charset space.

Source from the content-addressed store, hash-verified

194
195// Returns the size of the compact charset space.
196int SampleIterator::CompactCharsetSize() const {
197 return charset_map_ != NULL ? charset_map_->CompactSize()
198 : SparseCharsetSize();
199}
200
201// Returns the size of the sparse charset space.
202int SampleIterator::SparseCharsetSize() const {

Callers 1

TestClassifierMethod · 0.80

Calls 1

CompactSizeMethod · 0.80

Tested by 1

TestClassifierMethod · 0.64