Home
last modified time | relevance | path

Searched defs:CLUSTERER (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/tesseract/tesseract-5.0.0/src/classify/
H A Dcluster.h91 struct CLUSTERER { struct
92 int16_t SampleSize; // number of parameters per sample
116 CLUSTERER *MakeClusterer(int16_t SampleSize, const PARAM_DESC ParamDesc[]); argument
/dports/mail/nextcloud-mail/mail/vendor/rubix/ml/src/
H A DEstimatorType.php42 public const CLUSTERER = 3; define in Rubix\\ML\\EstimatorType