Home
last modified time | relevance | path

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

/dports/textproc/dbacl/dbacl-1.14.1/src/
H A Ddbacl.h687 #define TOKEN_CLASS_MAX 16 macro
752 token_count_t mediacounts[TOKEN_CLASS_MAX];
834 score_t mediaprobs[TOKEN_CLASS_MAX];
H A Ddbacl.c465 for(j = 0; j < TOKEN_CLASS_MAX; j++) { in score_categories()
472 for(j = 0; j < TOKEN_CLASS_MAX; j++) { in score_categories()
643 for(t = 0; t < TOKEN_CLASS_MAX; t++) { in write_mediaprobs()
2369 memset(learner->mediaprobs, 0 , TOKEN_CLASS_MAX * sizeof(score_t)); in init_learner()
3390 for(j = 0; j < TOKEN_CLASS_MAX; j++) { in compute_mediaprobs()
3391 learner->mediaprobs[j] = 1.0/TOKEN_CLASS_MAX; in compute_mediaprobs()
3405 for(j = 0; j < TOKEN_CLASS_MAX; j++) { in compute_mediaprobs()
H A Dcatfun.c460 memset(cat->mediacounts, 0, sizeof(token_count_t)*TOKEN_CLASS_MAX); in init_category()