tesseract  4.00.00dev
tesseract::FFunc Struct Reference

#include <functions.h>

Public Member Functions

double operator() (double x) const
 

Detailed Description

Definition at line 83 of file functions.h.

Member Function Documentation

◆ operator()()

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

Definition at line 84 of file functions.h.

84 { return Logistic(x); }
double Logistic(double x)
Definition: functions.h:63

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