|
| CHISTRUCT (uint16_t degreesOfFreedom, double alpha) |
|
Definition at line 1289 of file cluster.cpp.
◆ CHISTRUCT()
tesseract::CHISTRUCT::CHISTRUCT |
( |
uint16_t |
degreesOfFreedom, |
|
|
double |
alpha |
|
) |
| |
|
inline |
This constructor allocates a new data structure which is used to hold a chi-squared value along with its associated number of degrees of freedom and alpha value.
- Parameters
-
degreesOfFreedom | degrees of freedom for new chi value |
alpha | confidence level for new chi value |
Definition at line 1296 of file cluster.cpp.
1297 }
uint16_t DegreesOfFreedom
◆ Alpha
double tesseract::CHISTRUCT::Alpha = 0.0 |
◆ ChiSquared
double tesseract::CHISTRUCT::ChiSquared = 0.0 |
◆ DegreesOfFreedom
uint16_t tesseract::CHISTRUCT::DegreesOfFreedom = 0 |
The documentation for this struct was generated from the following file:
- /media/home/debian/src/github/tesseract-ocr/tesseract/src/classify/cluster.cpp