Home
last modified time | relevance | path

Searched refs:getAnnealInitialT (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/opencv/opencv-4.5.3/modules/ml/include/opencv2/
H A Dml.hpp1534 CV_WRAP virtual double getAnnealInitialT() const = 0;
/dports/graphics/opencv/opencv-4.5.3/modules/ml/src/
H A Dann_mlp.cpp173 inline double getAnnealInitialT() const CV_OVERRIDE { return params.initialT; } in getAnnealInitialT() function in cv::ml::CV_FINAL