tesseract  5.0.0-alpha-619-ge9db
tesseract::FFunc Struct Reference

#include <functions.h>

Public Member Functions

double operator() (double x) const
 

Detailed Description

Definition at line 66 of file functions.h.

Member Function Documentation

◆ operator()()

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

Definition at line 67 of file functions.h.

67 { return Logistic(x); }

The documentation for this struct was generated from the following file:
tesseract::Logistic
double Logistic(double x)
Definition: functions.h:54