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

Method class_id

deps/tesseract/classify/trainingsample.h:116–118  ·  view source on GitHub ↗

Accessors.

Source from the content-addressed store, hash-verified

114
115 // Accessors.
116 UNICHAR_ID class_id() const {
117 return class_id_;
118 }
119 void set_class_id(int id) {
120 class_id_ = id;
121 }

Callers 12

ComputeErrorRateMethod · 0.80
DebugNewErrorsMethod · 0.80
AccumulateErrorsMethod · 0.80
AccumulateJunkMethod · 0.80
IncludeJunkMethod · 0.80
GetSparseClassIDMethod · 0.80
SampleToStringMethod · 0.80
DeleteableSampleMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected