Home
last modified time | relevance | path

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

/dports/graphics/tesseract/tesseract-5.0.0/src/classify/
H A Dcluster.cpp1385 static PROTOTYPE *NewMixedProto(int16_t N, CLUSTER *Cluster, STATISTICS *Statistics);
2055 Proto = NewMixedProto(N, Cluster, Statistics); in MakeDegenerateProto()
2262 Proto = NewMixedProto(Clusterer->SampleSize, Cluster, Statistics); in MakeMixedProto()
2509 static PROTOTYPE *NewMixedProto(int16_t N, CLUSTER *Cluster, STATISTICS *Statistics) { in NewMixedProto() function