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

Method AtEnd

deps/tesseract/classify/sampleiterator.cpp:99–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97}
98
99bool SampleIterator::AtEnd() const {
100 return shape_index_ >= num_shapes_;
101}
102
103const TrainingSample& SampleIterator::GetSample() const {
104 if (shape_table_ != NULL) {

Callers 5

ComputeErrorRateMethod · 0.80
DebugNewErrorsMethod · 0.80
SetupForClusteringMethod · 0.80
TestClassifierMethod · 0.80
FindNZFeatureMappingMethod · 0.80

Calls

no outgoing calls

Tested by 1

TestClassifierMethod · 0.64