tesseract v5.3.3.20231005
tesseract::FFunc Struct Reference

#include <functions.h>

Public Member Functions

TFloat operator() (TFloat x) const
 

Detailed Description

Definition at line 75 of file functions.h.

Member Function Documentation

◆ operator()()

TFloat tesseract::FFunc::operator() ( TFloat  x) const
inline

Definition at line 76 of file functions.h.

76 {
77 return Logistic(x);
78 }
TFloat Logistic(TFloat x)
Definition: functions.h:59

The documentation for this struct was generated from the following file: