Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
99
bool SampleIterator::AtEnd() const {
100
return shape_index_ >= num_shapes_;
101
}
102
103
const TrainingSample& SampleIterator::GetSample() const {
104
if (shape_table_ != NULL) {
Callers
5
ComputeErrorRate
Method · 0.80
DebugNewErrors
Method · 0.80
SetupForClustering
Method · 0.80
TestClassifier
Method · 0.80
FindNZFeatureMapping
Method · 0.80
Calls
no outgoing calls
Tested by
1
TestClassifier
Method · 0.64